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

sort by:
Revision Author Date Message Commit Date
c181476 Starting 'connectionpool_support' branch 09 September 2012, 05:05:47 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
904e34a Merged in gbatumbya/xerial-sqlite-jdbc/sqlite-compile (pull request #9) 12 July 2012, 01:59:51 UTC
352620b Merged in gbatumbya/xerial-sqlite-jdbc/vs-extension-def (pull request #11) 12 July 2012, 01:59:35 UTC
f3bbe0a Merged in gbatumbya/xerial-sqlite-jdbc/write-ahead (pull request #8) 12 July 2012, 01:59:06 UTC
47db287 Merged in gbatumbya/xerial-sqlite-jdbc/transaction-modes3 (pull request #7) 12 July 2012, 01:58:32 UTC
3c987f0 Merged in gbatumbya/xerial-sqlite-jdbc/visualstudio-nativedb (pull request #6) 12 July 2012, 01:58:00 UTC
528235c fixed compilation errors when using amalgamation in visual studio, maintained gcc and mingw builds. ln103: do not step on math.h functions on *nix systems and cygwin, ln117: supply isnan for visual studio builds, ln138: when using sqlite's tcl parser this created nested comments causing a syntax error. 11 July 2012, 16:00:15 UTC
5cebc26 fixed undefined type errors when compiled as individual files 06 July 2012, 19:12:42 UTC
78486bf Fixes #1: Write-ahead support 05 July 2012, 13:16:03 UTC
b022b12 Fixes #4: SQLiteDataSource: Enable setting the transaction mode. Added javadoc and merged with 0114d6ac8c0227789074d4f089c512452f7d143a to fix conflicts. 04 July 2012, 13:56:26 UTC
4b84826 Fixes #5: NativeDB.c : Errors when compiling with Visual Studio 2010. Moved declaration of variables before statements. Fixed xCall function header and added return statement to Java_org_sqlite_NativeDB_destroy_1function. 04 July 2012, 13:27:09 UTC
f8c4df6 Merged in gbatumbya/xerial-sqlite-jdbc/javadoc2 (pull request #4) 04 July 2012, 00:56:26 UTC
721a7cd Fixes #4: SQLiteDataSource: Enable setting the transaction mode. (Merge with 10f4a56424d9462f028e81da5920ce52f5c0f204) 03 July 2012, 22:06:02 UTC
ccbd9a7 Conn.java: Changed to use a hash map for the begin commands. Moved applying of transaction mode to the constructor. SQLiteConfig.java: Added transaction mode to the toProperties method. TransactionTest.java: Added unit tests for transaction modes. 03 July 2012, 19:34:25 UTC
32b794b Modified documentation to create more consistency, removed uneccessary statements and fixed some grammatically errors. 28 June 2012, 18:16:43 UTC
150b0d8 Removed unnecessary whitespace changes and changed getter documentation. 27 June 2012, 15:58:53 UTC
93f375e Merge with 1936f06da8ce46dee206a559faf48a3b3875baf4. Rebased to tip and fixed indentation. 25 June 2012, 22:17:41 UTC
2160b51 Undo whitespace changes. 25 June 2012, 16:09:51 UTC
0bc704c complete more work on javadoc. 20 June 2012, 20:34:44 UTC
f1142cb more javadoc work on DB.java. etc. 19 June 2012, 20:40:55 UTC
d9d9bef SQLiteDataSource: Added method setTransactionMode. 19 June 2012, 19:05:31 UTC
034e945 Conn.java: Fixed the begin command array. commit -> begin 19 June 2012, 19:05:02 UTC
2702c48 Merged in gbatumbya/xerial-sqlite-jdbc/pragma-encoding (pull request #3) 19 June 2012, 01:08:20 UTC
bc5dba5 End of day commit: Creating a config property to set the transaction mode for an SQLite data source object. 18 June 2012, 21:33:58 UTC
d92f055 fix the indentation; add more "@param"s and "@return"s. 18 June 2012, 20:44:29 UTC
fcc4a4e Fixes issue #2: SQLiteDataSource: setEncoding not working. And also enables using UTF-8, UTF-16, UTF-16le, and UTF-16be. 18 June 2012, 17:35:05 UTC
0bd219c add java documentation 18 June 2012, 13:52:13 UTC
e89223e Starting 'pragma-encoding' branch 13 June 2012, 18:48:14 UTC
22b38cd Starting 'transaction-modes' branch. 13 June 2012, 18:41:49 UTC
0af5fa7 Applied the fix reported by Hani Naguib: dylib -> jnilib in Mac OS X Lion 13 June 2012, 03:18:02 UTC
f1de1a8 Merged in gbatumbya/xerial-sqlite-jdbc/databaseName (pull request #2) 13 June 2012, 00:59:00 UTC
0e0e91a Added setter and getter for database name 12 June 2012, 21:35:56 UTC
9d2e187 Load native library directly on Android. 08 March 2012, 08:43:14 UTC
1a5b5cb Add resoruce copier 25 October 2011, 01:13:18 UTC
85a66e8 Changed the test resource location: Use local copy instead of the ones in a remote server 25 October 2011, 01:04:01 UTC
310c678 update pom 25 October 2011, 00:46:09 UTC
1357d56 mac binaries 25 October 2011, 00:43:41 UTC
d7c858e merged 25 October 2011, 00:39:39 UTC
5a464c9 Change jni header location for Mac OS X lion 24 October 2011, 13:46:32 UTC
1b1828d built libraries for linux 22 October 2011, 03:09:15 UTC
dd9e151 merged 22 October 2011, 03:05:04 UTC
dbb0668 Build native libraries for 3.7.8 22 October 2011, 03:04:08 UTC
b0b12a4 merged 04 August 2011, 01:43:41 UTC
e41ba19 Add license note 04 August 2011, 01:41:51 UTC
085e590 Add license note about NestedVM 04 August 2011, 01:39:06 UTC
7436a0f Mac x86_64 library 13 July 2011, 01:40:38 UTC
75cb65a Build linux native libraries 13 July 2011, 01:20:55 UTC
b8e8373 build linux binaries 13 July 2011, 01:12:15 UTC
1584c11 set -fvisibility=hidden 13 July 2011, 01:08:17 UTC
9b642ae Upgrade to 3.7.7.1, and built Win native libraries 13 July 2011, 01:01:30 UTC
95dba69 Fixes issue 4 Applied a patch to support BigDecimal data. Thank you for the contribution. 13 July 2011, 00:53:45 UTC
fc7f59b Set sqlite error code when available 09 June 2011, 08:15:36 UTC
4b8c560 build linux i386 native library 07 June 2011, 00:54:54 UTC
eb8a862 Fix option for Solaris sparcv9 26 May 2011, 11:51:39 UTC
ce5049c Add build option for sparcv9 26 May 2011, 11:33:03 UTC
9cc6a26 add build option for Solaris/Sparc 26 May 2011, 11:31:15 UTC
6b4c0c8 add -m32 -m64 option to ensure machine targets 26 May 2011, 10:45:08 UTC
ead94d6 mac i386 lib 26 May 2011, 05:51:17 UTC
c78915d Using assertEquals(expected, actual, delta) 26 May 2011, 05:50:40 UTC
fa6e662 Using assertEquals(expected, actual, delta) 26 May 2011, 05:49:33 UTC
38bf227 linux library 26 May 2011, 05:43:38 UTC
c868aa9 add 26 May 2011, 05:37:30 UTC
625d958 pom update 26 May 2011, 05:35:12 UTC
a24fd78 Rebuilt native libraries for windows 26 May 2011, 05:28:20 UTC
d38d940 Makefile cleaning up 26 May 2011, 05:20:18 UTC
51875d1 native libraries for Mac i386 26 May 2011, 04:20:04 UTC
d1a57bf built a native library for Mac OS X 10.5 26 May 2011, 04:18:42 UTC
ca2d39a x86_64 binary 26 May 2011, 03:55:30 UTC
1d583c2 upgrade to sqlite 3.7.6.3 26 May 2011, 03:54:31 UTC
3e88aee update wiki 28 April 2011, 01:56:53 UTC
de883cd Fixes a problem when SQLITE_READ_ONLY flag is set, setting SQLITE_CREATE flag causes an exception 28 April 2011, 01:50:22 UTC
cd29daa Fix Makefile for sqlite-3.7.6.2, which changes the source code folder structure 28 April 2011, 01:24:56 UTC
e779c25 add win 64-bit build note 13 November 2010, 00:56:51 UTC
fd993ce fixes issue 73 26 October 2010, 06:58:33 UTC
203241a [maven-release-plugin] prepare for next development iteration 27 August 2010, 08:58:28 UTC
77db0fc [maven-release-plugin] copy for tag sqlite-jdbc-3.7.2 27 August 2010, 08:58:25 UTC
7650173 [maven-release-plugin] prepare release sqlite-jdbc-3.7.2 27 August 2010, 08:58:22 UTC
d8f35c2 build sqlite-3.7.2 native libraries (but failed to build pure-java version, so pure-java version is still 3.6.23) 27 August 2010, 08:54:22 UTC
5b81185 upgrade to sqlite-3.7.2 27 August 2010, 08:32:45 UTC
8e32cc0 set -DSQLITE_ENABNLE_LOAD_EXTENSION=1 01 June 2010, 07:41:17 UTC
ab2da1f build sqlite-3.6.23.1 native libraries using the new Makefile 01 June 2010, 07:15:30 UTC
0b1ecd0 removed sqlitejdbc folder since all Makefiles are moved to the top directory 01 June 2010, 07:03:06 UTC
7a1ed9e fixes build option 01 June 2010, 06:56:49 UTC
f61a7ac fixes purejava Makefile 01 June 2010, 06:22:53 UTC
9a732c3 merged 01 June 2010, 06:00:21 UTC
14acf25 fixes folders for building nestedvm 01 June 2010, 05:58:53 UTC
c660712 compiled OSInfo.class using Java5 01 June 2010, 05:43:22 UTC
fc57654 add purejava Makefile 01 June 2010, 05:39:20 UTC
60eb1bb add OSInfo.class 01 June 2010, 05:27:33 UTC
82639ba using precompiled OSInfo.class 01 June 2010, 05:27:19 UTC
58215c3 migrating Makefiles into the top folder 01 June 2010, 04:11:10 UTC
back to top