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
|
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
|
10b0e2de8a
|
Added some .gitignore files
|
2011-08-07 16:31:32 +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
|
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
|
6be542e7f5
|
[#786] Document thread-safety facts in Javadoc
|
2011-08-06 16:41:04 +00:00 |
|
Lukas Eder
|
cba4d82261
|
[#789] Deprecate Record constructors with Configuration parameter
|
2011-08-06 15:43:04 +00:00 |
|
Lukas Eder
|
cc7e190cf2
|
[#785] Allow for storing TableRecord with a provided Field<?>[]
[#787] The UpdatableRecord's internal changed flags are not updated after INSERTs / UPDATEs
[#788] Add Key.getFieldsArray() convenience method
|
2011-08-06 13:45:06 +00:00 |
|
Lukas Eder
|
b3f1d994d9
|
Corrected Javadoc links
|
2011-08-03 21:43:53 +00:00 |
|
Lukas Eder
|
49ec57f24f
|
[#137] Add support for asynchronous query execution
|
2011-08-03 21:12:19 +00:00 |
|
Lukas Eder
|
9187f51541
|
Added Maven Eclipse Plugin
|
2011-08-02 20:37:52 +00:00 |
|
Lukas Eder
|
cb307cb7de
|
[#728] Add .fetchInto(RecordTarget<R>) to ResultQuery, Result, and Cursor to allow for callbacks
|
2011-08-01 11:31:47 +00:00 |
|
Lukas Eder
|
2e7ea84cd1
|
[#198] Add SELECT INTO functionality
[#782] Add <T> T Record.getValue(..., Class<? extends T>) methods for convenient type conversion
|
2011-08-01 09:42:11 +00:00 |
|
Lukas Eder
|
d190cc7b60
|
[#579] SQL syntax error when using Factory.selectOne() in a subquery - first implementation attempt
|
2011-07-31 20:32:04 +00:00 |
|
Lukas Eder
|
f7da563d13
|
[#730] Sybase cannot bind null values in plain SQL
|
2011-07-31 20:16:42 +00:00 |
|
Lukas Eder
|
4373e42361
|
[#781] Add E function (Euler number)
|
2011-07-31 20:01:35 +00:00 |
|
Lukas Eder
|
1aba047f4c
|
[#775] Automatic re-attaching after deserialisation does not work when used with .fetchLazy()
|
2011-07-31 19:47:49 +00:00 |
|
Lukas Eder
|
c89950378c
|
Fixed Javadoc errors
|
2011-07-31 17:04:58 +00:00 |
|
Lukas Eder
|
0589cc9eb6
|
Fixed Javadoc errors
|
2011-07-31 17:04:09 +00:00 |
|
Lukas Eder
|
7b61e2647c
|
Fixed Javadoc errors
|
2011-07-31 17:03:28 +00:00 |
|
Lukas Eder
|
9e1b0dc657
|
Version 1.6.4-SNAPSHOT
|
2011-07-31 16:49:49 +00:00 |
|
Lukas Eder
|
1235c9a13a
|
[#759] Omit the TOP 100 PERCENT clause in SQL Server ordered top-level queries
|
2011-07-30 19:24:58 +00:00 |
|
Lukas Eder
|
68fe91e612
|
[#771] Some literals are not properly escaped with quotes, yet, e.g. UDT identifiers
|
2011-07-30 17:49:30 +00:00 |
|
Lukas Eder
|
5a8d877225
|
Renamed some new methods to prevent potential compilation issues
|
2011-07-30 17:29:48 +00:00 |
|
Lukas Eder
|
c4190e17a7
|
[#778] Purge deprecated API
|
2011-07-30 16:28:39 +00:00 |
|
Lukas Eder
|
9da8ef5aa3
|
[#758] Change QueryPart rendering and binding API to use Configuration and Context as callback parameters - implemented binding
|
2011-07-30 16:08:50 +00:00 |
|
Lukas Eder
|
d8d1489693
|
[#777] CURSOR: Add function alias: UNNEST for TABLE
|
2011-07-30 12:39:59 +00:00 |
|
Lukas Eder
|
6c8b234132
|
[#758] Change QueryPart rendering and binding API to use Configuration and Context as callback parameters - implemented rendering
[#774] Add more TRACE logging to .fetchLazy()
[#776] Deprecate QueryPart.getSQL(), add Query.getSQL()
|
2011-07-30 12:35:38 +00:00 |
|
Lukas Eder
|
031fddbc86
|
Release 1.6.3
|
2011-07-24 17:09:49 +00:00 |
|
Lukas Eder
|
b014759bec
|
[#766] Bad decoding of JDBC Types BIGINT (to BigInteger instead of Long) and REAL (to BigDecimal instead of Float) to Java classes when plain SQL tables are involved
|
2011-07-24 16:20:29 +00:00 |
|
Lukas Eder
|
5666cfd019
|
[#760] Reorganise SVN repository. Move modules to sub-directory trunk/
|
2011-07-24 15:08:50 +00:00 |
|