Lukas Eder
|
6d6039da32
|
[#800] Add support for Sybase Adaptive Server Enterprise
|
2011-09-04 18:40:14 +00:00 |
|
Lukas Eder
|
e14cec9b64
|
[#808] Add support for INSERT .. RETURNING for Ingres
|
2011-09-03 11:44:17 +00:00 |
|
Lukas Eder
|
bb72a3f4ee
|
Added missing test flag
|
2011-09-03 11:05:10 +00:00 |
|
Lukas Eder
|
031f262713
|
[#823] Cannot bind SQLite BigDecimal, BigInteger types - bind them as String instead
|
2011-08-31 19:03:48 +00:00 |
|
Lukas Eder
|
9fdea1af6b
|
[#822] Let Constant cast to more precise numeric/decimal types in those RDBMS where casting is necessary
|
2011-08-31 18:34:59 +00:00 |
|
Lukas Eder
|
d9352f0503
|
[#824] BigInteger values cannot be bound in DB2, Derby
|
2011-08-31 18:24:23 +00:00 |
|
Lukas Eder
|
ae3322c9db
|
[#824] BigInteger values cannot be bound in Derby
|
2011-08-31 18:17:03 +00:00 |
|
Lukas Eder
|
243ab8700b
|
[#813] Add DSL support for INSERT .. RETURNING
|
2011-08-30 22:34:35 +00:00 |
|
Lukas Eder
|
2585672f88
|
[#821] Optimise ResultQuery.fetchAny() executing fetchLazy() internally, and only fetching one record from the cursor
|
2011-08-29 20:38:39 +00:00 |
|
Lukas Eder
|
c9e458216c
|
[#819] Support SQLite AUTOINCREMENT columns as IDENTITY
|
2011-08-29 20:33:26 +00:00 |
|
Lukas Eder
|
830194e75c
|
[#820] Add Factory.fetchOne(String) for executing plain SQL queries that return single records
|
2011-08-29 20:32:20 +00:00 |
|
Lukas Eder
|
e3e42ad636
|
[#810] Add support for INSERT .. RETURNING for SQLite using last_inserted_rowid()
|
2011-08-29 20:00:04 +00:00 |
|
Lukas Eder
|
2009f7b97a
|
[#818] Add SQLiteFactory.rowid()
|
2011-08-29 19:49:29 +00:00 |
|
Lukas Eder
|
b27a71f8fa
|
[#814] Change TableRecord to reload its trigger-initialised main key in Oracle and other RDBMS that don't support IDENTITY columns
|
2011-08-29 18:56:28 +00:00 |
|
Lukas Eder
|
8106cc5a0d
|
[#817] Deprecate Factory.lastID(Identity)
|
2011-08-29 18:47:11 +00:00 |
|
Lukas Eder
|
9972c1cccc
|
[#796] Complete public org.jooq.impl Javadoc
|
2011-08-29 17:31:47 +00:00 |
|
Lukas Eder
|
8da4b01473
|
[#809] Add support for INSERT .. RETURNING for Sybase using SELECT @@identity
|
2011-08-29 17:30:21 +00:00 |
|
Lukas Eder
|
a8f2f494f5
|
[#809] Add support for INSERT .. RETURNING for Sybase using SELECT @@identity
|
2011-08-29 17:18:50 +00:00 |
|
Lukas Eder
|
fca87d7ae5
|
Release 1.6.6-SNAPSHOT
|
2011-08-29 17:14:59 +00:00 |
|
Lukas Eder
|
af0574e4c5
|
[#815] SQL Server fetching of IDENTITY value is broken
|
2011-08-29 16:35:09 +00:00 |
|
Lukas Eder
|
9904333b68
|
Fixed Javadoc
|
2011-08-28 18:45:34 +00:00 |
|
Lukas Eder
|
7510f8e461
|
Release 1.6.5
|
2011-08-28 18:33:06 +00:00 |
|
Lukas Eder
|
c0fe8454b0
|
[#802] Use 'INSERT <...> RETURNING' instead of 'SELECT MAX(pk)' in PostgreSQL to retrieve pk of new record
[#803] Add support for INSERT .. RETURNING or simulate it where not available
|
2011-08-28 18:22:56 +00:00 |
|
Lukas Eder
|
8fe1397c9b
|
Override AttachableImpl.toString()
|
2011-08-25 22:03:20 +00:00 |
|
Lukas Eder
|
6e14abbdbf
|
[#784] Add Result.exportXML() to retrieve a DOM Document similar to that of .formatXML()
|
2011-08-25 21:29:21 +00:00 |
|
Lukas Eder
|
e35c42e41f
|
[#805] Add <T> T[] fetchArray(int, Class<T>) and fetchArray(String, Class<T>) convenience methods
|
2011-08-25 20:38:24 +00:00 |
|
Lukas Eder
|
cdc19b3b73
|
[#806] Add <T> T fetchOne(int, Class<T>) and fetchOne(String, Class<T>) convenience methods
|
2011-08-25 18:45:16 +00:00 |
|
Lukas Eder
|
7fe22e497d
|
[#795] Add <T> List<T> fetch(int, Class<T>) and fetch(String, Class<T>) convenience methods
|
2011-08-25 17:51:28 +00:00 |
|
Lukas Eder
|
b838cb1caf
|
[#792] Add support for loading of CSV data into tables - added final integration tests
|
2011-08-24 22:11:26 +00:00 |
|
Lukas Eder
|
598b9fbba3
|
Added some test documentation
|
2011-08-24 21:28:00 +00:00 |
|
Lukas Eder
|
8b1f1ac1d4
|
[#792] Add support for loading of CSV data into tables - added additional integration tests
|
2011-08-23 20:18:57 +00:00 |
|
Lukas Eder
|
280e5dd2a3
|
[#792] Add support for loading of CSV data into tables - partial commit
|
2011-08-22 22:29:28 +00:00 |
|
Lukas Eder
|
a35e9466ed
|
[#798] Oracle IN (...) with more than 1000 arguments won't work
|
2011-08-21 10:40:25 +00:00 |
|
Lukas Eder
|
7c858fa402
|
Updated URL
|
2011-08-11 19:12:52 +00:00 |
|
Lukas Eder
|
efd65cfcd5
|
Added LICENSE and README files for GitHub
|
2011-08-07 17:45:47 +00:00 |
|
Lukas Eder
|
10b0e2de8a
|
Added some .gitignore files
|
2011-08-07 16:31:32 +00:00 |
|
Lukas Eder
|
56717cbee8
|
Release 1.6.4
|
2011-08-07 15:39:16 +00:00 |
|
Lukas Eder
|
1a6ff4071a
|
Release 1.6.4 - Load tests scripts only once per test suite run
|
2011-08-07 15:25:21 +00:00 |
|
Lukas Eder
|
20ae87b010
|
Release 1.6.4 - Fixed pom.xml to omit Javadoc tree overview (53MB!)
|
2011-08-07 14:55:04 +00:00 |
|
Lukas Eder
|
4496bb9290
|
Release 1.6.4
|
2011-08-07 14:12:53 +00:00 |
|
Lukas Eder
|
2cc273f1e2
|
Release 1.6.4 - Corrected Javadoc
|
2011-08-07 14:10:21 +00:00 |
|
Lukas Eder
|
223104dd9f
|
Release 1.6.4
|
2011-08-07 14:04:12 +00:00 |
|
Lukas Eder
|
9ed0e76740
|
Improved signature of .fetchInto(RecordHandler) and .into(RecordHandler)
|
2011-08-07 13:43:33 +00:00 |
|
Lukas Eder
|
262dc319af
|
Release 1.6.4
|
2011-08-07 13:05:25 +00:00 |
|
Lukas Eder
|
fa534d2e07
|
Release 1.6.4
|
2011-08-07 13:04:13 +00:00 |
|
Lukas Eder
|
424f6bb750
|
Renamed RecordTarget to RecordHandler
|
2011-08-07 12:50:41 +00:00 |
|
Lukas Eder
|
90896ed3ef
|
[#636] Add unit tests for more advanced CONNECT BY example
[#793] Add support for Oracle's SYS_CONNECT_BY_PATH function
|
2011-08-07 12:22:50 +00:00 |
|
Lukas Eder
|
32e34aa1e6
|
[#772] Add integration tests for selecting cartesian products (several from clauses)
|
2011-08-07 09:33:55 +00:00 |
|
Lukas Eder
|
6be542e7f5
|
[#786] Document thread-safety facts in Javadoc
|
2011-08-06 16:41:04 +00:00 |
|
Lukas Eder
|
fcdc5c8818
|
[#791] Unify test data upper and lower case literals
|
2011-08-06 16:35:55 +00:00 |
|