https://bitbucket.org/xerial/sqlite-jdbc

sort by:
Revision Author Date Message Commit Date
2c40575 README.md edited online with Bitbucket 05 June 2015, 12:18:53 UTC
08a9c44 README.md edited online with Bitbucket 08 October 2014, 08:24:13 UTC
c5cb199 Updated Changelog with entry for issue 109. 22 January 2014, 00:33:03 UTC
deadb75 Fixes issue #107 DatabaseMetaData.getPrimaryKeys does not always return all primary keys for multi-line table definitions. 22 January 2014, 00:23:35 UTC
1890b92 Fixes Issue #109 SQLiteConfig ignores calls to setDateStringFormat/setDateClass/setDatePrecision. 06 January 2014, 00:51:47 UTC
2b1d7f8 Added release of JDBC4 version to bitbucket news. 05 January 2014, 23:31:10 UTC
a79120e #81: The method getObject in RS class processes null value incorrectly Problem: RS.wasNull() returns incorrect values or sometimes exception is thrown (index out of range) after getObject() Reason: getObject doesn't remember last accessed column if value in column is null Fix: remember last accessed column in getObject 30 October 2013, 13:30:53 UTC
5eae7b0 on sqlite-jdbc-3.8.0 snapshot 27 August 2013, 03:55:09 UTC
41f1973 README.md edited online with Bitbucket 19 August 2013, 01:50:39 UTC
e469f9b Fixes #19. Add settings for signing with GPG and deploying artifacts to oss.sonatype.org 14 May 2013, 02:28:06 UTC
6726ec6 Fix compilation errors by providing implementations 14 May 2013, 02:06:45 UTC
a7358f1 Fix comment syntax 14 May 2013, 02:00:14 UTC
3921798 Added issue 53 to changelog. 13 May 2013, 22:42:01 UTC
f11c1f2 Fixed javadoc. 13 May 2013, 11:00:02 UTC
5c65a69 Code clean up. 13 May 2013, 03:39:06 UTC
740c966 Refs issue #68 DatabaseMetaData.getTables() erroneously returns INDEX, TRIGGER, and other non-table objects. 12 May 2013, 23:21:59 UTC
6f56c25 Assigned to method parameter value. Ref issue #73 DatabaseMetaData.getTables() Memory Leak. 12 May 2013, 12:57:31 UTC
468d7c2 Fixes issue #65: Calling Statement.setMaxRows(N) has the effect of returning N+1 rows. 12 May 2013, 03:19:26 UTC
d4f9bf7 Fixes issue #64: ArrayIndexOutOfBoundsException when calling ResultSetMetaData.getScale() for VARCHAR column types. 12 May 2013, 03:02:37 UTC
1554e2b Fixes issue #56: Implemtent getBinaryStream() in RS.java. 12 May 2013, 01:52:37 UTC
1e6e1b0 On 64 bit machine, also build 32 bit native library by default. 12 May 2013, 01:30:19 UTC
c636b32 Fixes issue #45 Stmt.close() should not close metadata. 12 May 2013, 01:20:52 UTC
131a6bc Fixes issue #48: PreparedStatement.getUpdateCount should return -1 if the current result is a ResultSet or no more results exist. Ref issue #47. 11 May 2013, 23:14:05 UTC
1c14196 Fixes issue #48: PreparedStatement.getResultSet should return null if current result is an update. 11 May 2013, 22:56:20 UTC
fa1c18f Fixes issue #67 Bad ResultSet returned from DatabaseMetaData.getColumns(), if a given table doesn't exist. 11 May 2013, 22:41:39 UTC
4407978 Update changelog. 11 May 2013, 21:53:04 UTC
3ec8e36 Fixes issue #73 DatabaseMetaData.getTables() Memory Leak. Fixes issue #68 DatabaseMetaData.getTables() erroneously returns INDEX, TRIGGER, and other non-table objects. 11 May 2013, 21:43:57 UTC
a6b7ba5 Check for error before next JNI call. 11 May 2013, 19:50:55 UTC
c510c90 Fixes issue #18 Add support for ConnectionPool. 14 April 2013, 04:02:13 UTC
fa19f13 Fixed issue #27 Allow user to specify busy-timeout when opening a database connection. Renamed Conn.set/getTimeout to set/getBusyTimeout. Renamed Conn -> SQLiteConnection. Added "busy_timeout" configuration to SQLiteConfig. 28 April 2013, 03:03:18 UTC
19ffd81 Fixed issue 60 entry in the changelog. 18 April 2013, 03:02:03 UTC
920550b Fixes #60: ExtendedCommand (e.g backup) not supported on Stmt.execute(). 18 April 2013, 02:58:20 UTC
444b480 Cleaned up date storage patch. Merge with default (bf677755b00908b1b70fa4ada8210bd924ef8e1b). Ref #23: getDate() returns wrong values 13 April 2013, 18:34:25 UTC
2560861 Fixes #23: getDate() returns wrong values 11 April 2013, 03:59:35 UTC
e70a144 Updated readme.md with latest download. 01 April 2013, 10:40:47 UTC
a928749 Added support for InputStreams on PreparedStatement 1. setBinaryStream() 2. setAsciiStream() 3. setUnicodeStream() Fixed issue 54 - Implement PreparedStatement.setBinaryStream() 30 March 2013, 21:04:37 UTC
cbb738c Added tag 3.7.15-SNAPSHOT-2-win-linux for changeset 4eda0ef04488 24 March 2013, 18:24:35 UTC
985faed Fixed clean target to remove previous driver builds. 24 March 2013, 18:23:32 UTC
9945b6c Added tag 3.7.15-SNAPSHOT-1-win-linux for changeset e3091a4a5c68 23 March 2013, 01:40:54 UTC
fb765dc Added support for URI filenames. Fixes #42: Using shared in-memory with URI filename. 03 March 2013, 04:13:43 UTC
f4ffc63 Fixes #47 - MetaData.getExportedKeys() returns empty string for a named foreign key 03 March 2013, 00:52:03 UTC
8f6f22a Fixes #44: getExportedKeys throws Null Exception for foreign key without explicit primary column name. 02 March 2013, 22:02:31 UTC
4402d17 Fix location of Linux folders. Merge with f4dca620e95f9af5935bd157b423d66cf400ddb0. 27 February 2013, 01:32:00 UTC
fd7e63c Moved Linux libraries to correct folder 27 February 2013, 01:23:00 UTC
57d45f4 Simplified getColumnType() implementation. References #43: ResultSetMetaData does not return the SQL Type if there are no results from the query. 25 February 2013, 01:39:08 UTC
0792c82 Add missing Linux libraries. Fixes #36: Calling PreparedStatement.clearParameters() after a ResultSet is opened, causes subsequent calls to the ResultSet to return null. Updated Windows and Linux libraries. 23 February 2013, 20:58:03 UTC
a209ef2 Merged gbatumbya/xerial-sqlite-jdbc into default 23 February 2013, 20:31:10 UTC
37192da Fixes #36: Calling PreparedStatement.clearParameters() after a ResultSet is opened, causes subsequent calls to the ResultSet to return null. Updated Windows and Linux libraries. 23 February 2013, 20:30:49 UTC
d38f617 Fixed cleaning of native folders 23 February 2013, 20:01:37 UTC
345da8e fix link 19 February 2013, 02:31:29 UTC
64cd530 Using auto-generated anchor ids 19 February 2013, 02:28:13 UTC
6c3fac2 Fix markdown 19 February 2013, 02:21:32 UTC
9c31392 Fix label 19 February 2013, 02:16:14 UTC
00e451f Simlified the introduction 19 February 2013, 02:14:22 UTC
0b9def4 Fix markdown 19 February 2013, 01:44:35 UTC
7a45eb4 Fix links 19 February 2013, 01:41:45 UTC
cc60d02 Fixes #43: ResultSetMetaData does not return the SQL Type if there are no results from the query. Implemented ResultSetMetaData.getPrecision and getScale. 19 February 2013, 00:18:47 UTC
7e7424a Updated changelog. 17 February 2013, 12:34:18 UTC
b64a7e3 Fixed date typo. 17 February 2013, 04:30:11 UTC
ff5406c Fixes #40: Statement.getGeneratedKeys() can lead to "database is locked" error. Use current statement to execute last_insert_id. 17 February 2013, 04:13:58 UTC
e4e4c7c Fixes #31 Create a changelog. 06 February 2013, 02:55:14 UTC
34156ef Fix version number 23 January 2013, 02:21:31 UTC
e48efeb Add a link to old download site. Fixed the indentation of the pom.xml settings example 23 January 2013, 02:20:04 UTC
76b06ce Fixed broken usage link. Edited content of usage section. 23 January 2013, 01:12:16 UTC
9b21082 Fixed broken links. Added link to Usage wiki 23 January 2013, 01:06:31 UTC
79f4fad Merged in gbatumbya/xerial-sqlite-jdbc (pull request #26) Fixes #37 Modify Overview to include basic information about the project. 22 January 2013, 04:00:40 UTC
8d3bba0 Fixes #37 Modify Overview to include basic information about the project. 22 January 2013, 03:58:46 UTC
90a6128 Fixes issue #33 Merged in jec_gatekeeper/sqlite-jdbc/stmt-cancel-fix (pull request #25: Statement.cancel() does not work as expected.) 21 December 2012, 06:08:40 UTC
0b253d3 Statement.cancel() does not work as expected. If the Statement is executing within executeQuery() while Statement.cancel() is called, an error is thrown from Statement.cancel(). Cancel method should not require that a result set be open and should not be a synchronized method. 19 December 2012, 19:53:43 UTC
e6d52a6 Added tag sqlite-jdbc-3.7.15 for changeset 8bfd83c75eca 16 December 2012, 04:48:42 UTC
4f55cb0 Removed tag 3.7.15 16 December 2012, 04:48:06 UTC
85d3784 Added tag 3.7.15 for changeset 8bfd83c75eca 16 December 2012, 04:30:57 UTC
83c4ae3 Merge with Linux and Mac OS X builds. 16 December 2012, 04:30:36 UTC
e417a23 Removed pure java support. 16 December 2012, 04:27:19 UTC
e516884 Merge with Linux 3.7.15. 16 December 2012, 04:23:28 UTC
6965a25 Merge with Mac OS X 3.7.15. 16 December 2012, 04:23:02 UTC
35c2413 Set version to 3.7.15. Added windows binaries. Added an AllTests to simplify running tests. 16 December 2012, 04:21:52 UTC
17d3972 Set version to 3.7.15. Added linux libraries. Added execute permission to amalagamation_version.sh. 15 December 2012, 21:49:58 UTC
27ea876 Set version to 3.7.15. Added execute permission to amalgamation_version.sh. Added MacOS X libraries. 15 December 2012, 19:17:13 UTC
ef93eb4 Updated how to submit patch. Converted to multimarkdown format. Rename README to README.md 24 November 2012, 14:55:34 UTC
5c78ab4 Fixes #24: Setting VERSION to a release greater than 3.7.9 breaks build process. 18 September 2012, 04:22:43 UTC
ba3f05b Merge: updated binaries with method sqlite3_total_changes 16 September 2012, 03:54:36 UTC
fd3d7c0 Updated Linux binaries to add native method sqlite3_total_changes 16 September 2012, 03:51:45 UTC
1d57688 Fixes #22: supportsGetGeneratedKeys should return true, because it's already supported 12 September 2012, 02:50:28 UTC
781434e Fixes #17: Unable to use sqlite-jdbc driver in Ant tasks. Closing branch issue-3-escape-processing 12 September 2012, 02:31:37 UTC
cf77628 Revert RS.java and close branch 12 September 2012, 02:26:41 UTC
3f691d3 Fixes #20: MetaData.getExportedKeys() doesn't return all foreign keys. 12 September 2012, 02:11:35 UTC
0fa40ae Updated binaries to add native method sqlite3_total_changes. 12 September 2012, 02:01:47 UTC
0f426f6 Throw SQLException on call to Statement.setEscapeProcessing(true) Driver does not implement escape processing 10 September 2012, 20:43:03 UTC
c47c501 Fixes #14: DatabaseMetaData.getColumns does not return COLUMN_DEF 09 September 2012, 04:55:59 UTC
5dd8a80 Fix failing unit tests. (executeUpdate method was crashing when called on a closed connection) Modified Stmt, to check that its connection is open. 08 September 2012, 20:52:00 UTC
4ff43fa Fixes #13: Please add META-INF/services/java.sql.Driver 08 September 2012, 20:07:31 UTC
40d76ba Fixes #12: MetaData.getColumns() should return "YES" or "NO" for IS_NULLABLE column 08 September 2012, 19:44:08 UTC
b28f2b5 Fix javadoc for DB.total_changes 08 September 2012, 16:42:54 UTC
fb1e645 Fixes #16: DDL statements return result other than 0 08 September 2012, 16:33:19 UTC
3fa4152 Fixes #15: Conn#setReadOnly 08 September 2012, 14:56:42 UTC
528bd16 Merged in jec_gatekeeper/sqlite-jdbc (pull request #15) 08 September 2012, 12:23:55 UTC
8e9d5ab Fixes #11: Enchance MetaData.getPrimaryKeys: Return named primary keys and correct key sequence. Also result set is ordered by column name as per JDBC spec. 12 August 2012, 22:37:28 UTC
bbb8256 Include architecture name in temporary filename in order to avoid conflicts when multiple JVMs with different architectures running at the same time 26 July 2012, 18:28:10 UTC
644a0ab Fix javadoc for setEscapeProcessing() to be consistent across the two methods 26 July 2012, 18:12:44 UTC
back to top