aboutsummaryrefslogtreecommitdiff
path: root/java/sqlitejdbc
Commit message (Collapse)AuthorAgeFilesLines
* - Activat support for getGeneratedKeys() for prepared statements, which isMartin Wilke2009-07-272-0/+15
| | | | | | | | | | | supported as well as the non-prepared statement case, but it was currently returning a not implemented exception. PR: 137001 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Notes: svn path=/head/; revision=238460
* - Update to 056Wesley Shields2009-07-042-4/+5
| | | | | | | | PR: ports/135831 Submitted by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=237093
* - Update to 053Martin Wilke2009-03-272-6/+6
| | | | | | | | PR: 132584 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Notes: svn path=/head/; revision=231167
* Make java the primary category while it is in java, not databases.Erwin Lansing2009-02-031-1/+1
| | | | | | | | Submitted by: chkversion Pointyat to: fjoe Notes: svn path=/head/; revision=227513
* New port: SQLiteJDBC is a Java JDBC driver for SQLite.Max Khon2008-12-165-0/+81
It runs using either a native code library or a 100% Pure Java driver based on NestedVM emulation (but in this package only the native version is installed). PR: 124905 Submitted by: Lapo Luchini Notes: svn path=/head/; revision=224297