Commit graph

4 commits

Author SHA1 Message Date
Alexey Dokuchaev
0276f6d332 java/sqlitejdbc: this old port requires specific (8th) version of JDK
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
2022-07-07 12:30:52 +00:00
Alex Dupre
13789c7d65 Fix build with clang and stagify.
Approved by:	maintainer
2013-10-30 10:03:06 +00:00
Martin Wilke
b0547724b9 - Activat support for getGeneratedKeys() for prepared statements, which is
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)
2009-07-27 22:28:55 +00:00
Max Khon
8bdef20164 New port: SQLiteJDBC is a Java JDBC driver for SQLite.
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
2008-12-16 08:14:26 +00:00