sqlite savepoints in java -
i'm trying connect sqlite database java code using sqlite-jdbc-3.7.2.jar driver can list of xerial drivers [https://bitbucket.org/xerial/sqlite-jdbc/downloads][1]
my understanding sqlite supports savepoints when seek create 1 connectionname.setsavepoint(savepointname);the driver throws sqlexception
unsupported sqlite: savepoints
i want utilize savepoint mass inserts
my question why happening should back upwards savepoints , rollbacks?
also there reason not create way? if there other way should use?
i appreciate help can :)
java sqlite
No comments:
Post a Comment