summaryrefslogtreecommitdiff
path: root/java/sqlitejdbc/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/sqlitejdbc: this old port requires specific (8th) version of JDKAlexey Dokuchaev2022-07-071-6/+15
| | | | | | | | | It should be fairly easy to make it compatible against Java 8~11, but that's the task for another day. While here, bump the source/target version to 1.6 and get rid of bogus `post-patch' target: LOCALBASE is already passed on the MAKE_ENV. PR: 264748
* Fix build with clang and stagify.Alex Dupre2013-10-301-0/+11
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=332090
* - Activat support for getGeneratedKeys() for prepared statements, which isMartin Wilke2009-07-271-0/+14
| | | | | | | | | | | 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
* New port: SQLiteJDBC is a Java JDBC driver for SQLite.Max Khon2008-12-161-0/+28
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