• Home
  • History
  • Annotate
  • only in /external/javasqlite/src/main/java/SQLite/JDBC2z/
History log of /external/javasqlite/src/main/java/SQLite/JDBC2z/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1eb14211d55adc833f0826ae7e96ff5478e7e3e6 04-Jun-2010 Jeremy Sharpe <jsharpe@google.com> fix testSetQueryTimeout test by fixing SQLite JDBC driver in a few ways to conform to the spec.

There's some other goofy stuff there, like unlimited timeouts, for instance, don't seem to be
implemented at all.

Also enhance the test to more completely cover the different failure cases.

Change-Id: I4f4f1074c6673011039f3d0f8a07d8c753c825d7
DBCStatement.java
4538aff6d563d32cd1c5d2f7b349809384a0a540 29-May-2010 Jeremy Sharpe <jsharpe@google.com> Update sqlite java 6 driver to coincide with changes made upstream.

Some of these changes are kind of arbitrary, but where it didn't matter I went with the upstream
version to make future merges easier.

Changes NOT made upstream are still marked with android-changed, but I updated the rest of them.

Tried to fix whitespace as much as possible. Tell me if I missed any.

Change-Id: I3396bd26d2cc00306b3867cea49d100430691bd1
DBCDatabaseMetaData.java
DBCResultSet.java
DBCStatement.java
17c83b1a74c906c9a36257a3a99cd1e3730b002e 14-May-2010 Jeremy Sharpe <jsharpe@google.com> Implement Java 6 SQL API. Javadoc is still messy and some unit tests
need to be updated to reflect newly implemented parts of the API.

Change-Id: Icee718ef997d29aa08fc78b101f87532dc89167f
DBCConnection.java
DBCDatabaseMetaData.java
DBCPreparedStatement.java
DBCResultSet.java
DBCResultSetMetaData.java
DBCStatement.java
ableResultX.java