tschallacka / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Add a SQLiteConnection.open(int flags) method #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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?

Original issue reported on code.google.com by olivier....@free.fr on 21 Jul 2010 at 1:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by ser...@gmail.com on 21 Jul 2010 at 4:41

GoogleCodeExporter commented 9 years ago
Added openV2() method

Original comment by ser...@gmail.com on 27 Jul 2010 at 9:21

GoogleCodeExporter commented 9 years ago

Original comment by ser...@gmail.com on 27 Jul 2010 at 11:27