Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with clang and stagify. | Alex Dupre | 2013-10-30 | 1 | -0/+11 |
| | | | | Approved by: maintainer | ||||
* | - Activat support for getGeneratedKeys() for prepared statements, which is | Martin Wilke | 2009-07-27 | 1 | -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) | ||||
* | New port: SQLiteJDBC is a Java JDBC driver for SQLite. | Max Khon | 2008-12-16 | 1 | -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 |