diff options
| -rw-r--r-- | sqlite.zig | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -2328,9 +2328,6 @@ test "sqlite: statement exec" { | |||
| 2328 | } | 2328 | } |
| 2329 | 2329 | ||
| 2330 | test "sqlite: statement execDynamic" { | 2330 | test "sqlite: statement execDynamic" { |
| 2331 | // It's a smoke test for DynamicStatment, because the DynamicStatment is almost a wrapper to sqlite3_stmt | ||
| 2332 | // , but it's not our task to test. This test is a simple test to check if the .bindNamedStruct working. | ||
| 2333 | // Because of the dependence of Statment to DynamicStatment, it's not required to test rest functions. | ||
| 2334 | var db = try getTestDb(); | 2331 | var db = try getTestDb(); |
| 2335 | defer db.deinit(); | 2332 | defer db.deinit(); |
| 2336 | try addTestData(&db); | 2333 | try addTestData(&db); |