SQLiteAdapter has been edited by Andrus Adamchik (Oct 09, 2007).

(View changes)

Content:

A page for tracking progress on the SQLiteAdapter per CAY-875..

  • Driver used:

http://www.zentus.com/sqlitejdbc/ (version 0.37)

  • Local Maven repo
$ mvn install:install-file -Dfile=sqlitejdbc-v037-nested.jar -DgroupId=org.sqlite \
       -DartifactId=sqlite-driver -Dversion=0.37 -Dpackaging=jar -DgeneratePom=true


  • Quirks:
    • Pooled DataSource fails after a few DDL ops. DataSource that opens a new connection for every request seems to work.
    • Had to use Oracle8 strategy for the SQLTemplate, otherwise updating templates would get stuck in an infinite loop (clearly a driver bug)
    • Types not supported: BigDecimal

Reply via email to