We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932ed9c commit adc2fa3Copy full SHA for adc2fa3
test/test_sqlite3.f90
@@ -216,6 +216,10 @@ program test_sqlite3
216
! Close SQLite handle.
217
rc = sqlite3_close_v2(db)
218
if (rc /= SQLITE_OK) stop 'sqlite3_close(): failed'
219
+
220
+ if (c_associated(db)) then
221
+ print '("warning: database handle still associated (this is probably a compiler bug)")'
222
+ end if
223
contains
224
integer function journal_mode_wal(db) result(rc)
225
!! Enables WAL mode.
0 commit comments