Re: [sqlite] JDBC and savepoints

2014-07-09 Thread Pepijn Van Eeckhoudt
The Xerial JDBC driver does not if I recall correctly. There’s no reason why it couldn’t, the developers just didn’t implement it. Perhaps you should file an enhancement request in their issue tracker requesting it be implemented. If you don’t need nested transactions then you can get a single

Re: [sqlite] JDBC and savepoints

2014-06-30 Thread gwenn
Hello, Are you sure? http://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html#setSavepoint() Regards. On Sun, Jun 29, 2014 at 12:15 PM, hala wrote: > JDBC does not support savepoints from SQLite > > is there any replacement for savepoints? > > if not what to

[sqlite] JDBC and savepoints

2014-06-30 Thread hala
JDBC does not support savepoints from SQLite is there any replacement for savepoints? if not what to use for bulk inserts to ensure the possibility of rolling back without losing much data? -- View this message in context: http://sqlite.1065341.n5.nabble.com/JDBC-and-savepoints-tp76304.html