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 fc2f818 commit 410d6b1Copy full SHA for 410d6b1
Manifest.txt
@@ -13,6 +13,8 @@ ext/sqlite3/database.h
13
ext/sqlite3/exception.c
14
ext/sqlite3/exception.h
15
ext/sqlite3/extconf.rb
16
+ext/sqlite3/module.c
17
+ext/sqlite3/module.h
18
ext/sqlite3/sqlite3.c
19
ext/sqlite3/sqlite3_ruby.h
20
ext/sqlite3/statement.c
@@ -38,7 +40,9 @@ test/helper.rb
38
40
test/test_backup.rb
39
41
test/test_collation.rb
42
test/test_database.rb
43
+test/test_database_flags.rb
44
test/test_database_readonly.rb
45
+test/test_database_readwrite.rb
46
test/test_deprecated.rb
47
test/test_encoding.rb
48
test/test_integration.rb
@@ -50,3 +54,4 @@ test/test_result_set.rb
50
54
test/test_sqlite3.rb
51
55
test/test_statement.rb
52
56
test/test_statement_execute.rb
57
+test/test_vtable.rb
0 commit comments