diff options
| author | 2022-04-21 23:32:04 +0200 | |
|---|---|---|
| committer | 2022-04-21 23:32:04 +0200 | |
| commit | 84c3eed2735c31fb048be9d7e6745938d2cae2d3 (patch) | |
| tree | ff551fae1bd60bb91066bc815ce1d01f76ab4e18 | |
| parent | readme: add note about allocator for custom types (diff) | |
| download | zig-sqlite-84c3eed2735c31fb048be9d7e6745938d2cae2d3.tar.gz zig-sqlite-84c3eed2735c31fb048be9d7e6745938d2cae2d3.tar.xz zig-sqlite-84c3eed2735c31fb048be9d7e6745938d2cae2d3.zip | |
remove comment
| -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); |