Add a SQLiteConnection.open(int flags) method
Brought to you by:
brodybits
Originally created by: olivier....@free.fr
The SQLiteConnection class has a private open0 method that takes a flags parameter. These flags are passed to sqlite3_open_v2. But there is no public method to open a database providing some flags, like the thread-mode ones.
Can you add this method please?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ser...@gmail.com
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ser...@gmail.com
Added openV2() method
Status: Fixed
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ser...@gmail.com
(No comment was entered for this change.)
Labels: FixVersion-179
Status: Delivered