-
Notifications
You must be signed in to change notification settings - Fork 210
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_limithard_heap_limittrusted_schema - No method for
optimize - No methods for
function_listmodule_listpragma_list - No methods for
table_listtable_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