db-test.13

来自「bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编」· 13 代码 · 共 12 行

13
12
字号
 <dbtest.c:283 main();> Testing deletation of records <dbobject.c:269 db_obj_sqlwrite();> INSERT INTO person (id,firstname,lastname,email) VALUES ('13','dj dru','hillto be delete','andru@treshna.com') <dbtoliet.c:100 db_toliet_flush();> i've just done an insert on person, with 1 1 items there <dbtest.c:290 main();> Now going to load and then delete the record <dbobjectdel.c:133 db_del_getchildren();> No children found for person <db.c:527 db_deleteobject();> This is going to delete recusively.  TEST WELL BEFORE USE! <dbobjectdel.c:322 db_del_deleteall();> delllist->objlist is null <dbobjectdel.c:355 db_del_deleteall();> deleting records <dbtest.c:295 main();> Checking to see if its properly been deleted <dbobject.c:210 db_obj_sqlread();> No records found for loading SELECT *,oid FROM person WHERE id='13' <dbtest.c:298 main();> TEST PASSED

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?