sqlite adapter - WITHOUT ROWID table option #2125
Closed
loranger32
started this conversation in
General
Replies: 1 comment
-
Supporting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Using the sqlite adapter, I wanted to create a table with the
WITHOUT ROWID
option.After some digging in the doc and the code, it seems that the only option Sequel supports is
STRICT
(lib/sequel/adapters/shared/sqlite.rb : lines 353-355).I've looked in the Google Group Sequel talk and the Github issues, pull requests and discussions but couldn't find any discussion about the
WITHOUT ROWID
option.I've come up with a possible solution, but before submitting a PR I wanted to know if it's something you would consider (or if I just overlooked something).
Thanks for this awesome library.
Laurent
Beta Was this translation helpful? Give feedback.
All reactions