db-test.21

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

21
10
字号
 <db.c:921 db_add();> You can't add a record without finishing this record <dbobject.c:269 db_obj_sqlwrite();> INSERT INTO soldier (id,name,active,rankid,countryid) VALUES ('21','test21','f','3','1') <dbtoliet.c:100 db_toliet_flush();> i've just done an insert on soldier, with 1 1 items there <dbobjectdel.c:146 db_del_getchildren();> Loading children from weapon.soldierid where value is 21 <dbobject.c:210 db_obj_sqlread();> No records found for loading SELECT *,oid FROM weapon WHERE soldierid='21' <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:1454 test_total();> TEST PASSED

⌨️ 快捷键说明

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