Open
Description
I have noticed some inconsistencies in the handling for SQLite pragmas.
- There is a setter for
busy_timeout=
but no getter. Likewise forignore_check_constraints=
. - No accessors for
analysis_limit
hard_heap_limit
trusted_schema
- No method for
optimize
- No methods for
function_list
module_list
pragma_list
- No methods for
table_list
table_xinfo
For the last, SQLite supports 3 pragmas for index and table:
- thing_list
- thing_info
- thing_xinfo
The gem I have installed, version 2.0.4, has methods for all three index pragmas but only the table_info
method.
Some of these may not make sense to support, but these are my findings. Separately, I have some ideas about how to reorganize lib/sqlite3/pragmas.rb.
Metadata
Metadata
Assignees
Labels
No labels