Commit Graph

1643 Commits

Author SHA1 Message Date
Lukas Eder
f4e7c57732 [#1887] Remove all deprecated code 2012-10-26 18:25:34 +02:00
Lukas Eder
cbfc408c10 [#1887] Remove all deprecated code 2012-10-26 17:09:13 +02:00
Lukas Eder
65e292f261 [#1740] Remove support for generated master data enums 2012-10-26 17:02:06 +02:00
Lukas Eder
4a1fc9cd8a [#1887] Remove all deprecated code 2012-10-26 15:54:25 +02:00
Lukas Eder
589ea09f8e Fixed URLs 2012-10-26 15:16:03 +02:00
Lukas Eder
b1bd104fd0 Release 3.0.0-SNAPSHOT 2012-10-26 15:13:19 +02:00
Lukas Eder
a25fad77dc Release 2.6.0 2012-10-26 14:53:24 +02:00
Lukas Eder
acb7dd97d7 Release 2.6.0 2012-10-26 14:23:25 +02:00
Lukas Eder
0c61181146 Added TODO 2012-10-26 13:33:15 +02:00
Lukas Eder
e4e48a69e0 Fixed test 2012-10-26 13:28:09 +02:00
Lukas Eder
d24a06f215 Improved PrettyPrinter 2012-10-26 13:19:42 +02:00
Lukas Eder
2cf3d35843 Fixed test cases 2012-10-26 12:49:45 +02:00
Lukas Eder
4bca561ec7 Fixed test 2012-10-26 12:29:43 +02:00
Lukas Eder
dc14cea30b Release 2.6.0 2012-10-26 12:26:20 +02:00
Lukas Eder
b4bcb8e85a Fixed typo 2012-10-26 12:24:02 +02:00
Lukas Eder
de869d94de [#1810] Add <T, E> Map<T, E> ResultQuery.fetchMap(Field<T>, Class<E>)
and Result.intoMap(Field<T>, Class<E>) - Updated manual
2012-10-26 12:15:17 +02:00
Lukas Eder
7df7f70865 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Updated manual
2012-10-26 12:12:03 +02:00
Lukas Eder
fe149dad41 [#1756] Add RecordMapper<E>, similar to RecordHandler<R>, mapping
records to custom types - Updated manual
2012-10-26 11:36:49 +02:00
Lukas Eder
0fcc3cbad9 Release 2.6.0 - Documented fetchGroups() additions 2012-10-26 11:26:44 +02:00
Lukas Eder
bcd1e0a548 Release 2.6.0 - Fixed typo 2012-10-26 11:22:19 +02:00
Lukas Eder
3df0420791 [#600] Add support for Oracle / SQL Standard linear regression
functions - Updated manual
2012-10-26 11:20:41 +02:00
Lukas Eder
0a8cb52427 [#385] Allow for keeping open statements in a Query - Added relevant
sections to the manual
2012-10-26 11:14:29 +02:00
Lukas Eder
75a0bcccbe Release 2.6.0 2012-10-26 10:44:31 +02:00
Lukas Eder
de4cf1c3fa Release 2.6.0 2012-10-26 10:41:06 +02:00
Lukas Eder
27f9f47020 Release 2.6.0 2012-10-26 09:54:32 +02:00
Lukas Eder
0d482d24e9 [#1868] ExecuteListener.end() is not called when using
ResultQuery.fetchLazy() - Disabled integration test
2012-10-25 23:38:27 +02:00
Lukas Eder
6f0450e984 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Fixed pom.xml
2012-10-25 23:28:19 +02:00
Chrriis
b8a3cfd6d6 Closing streams that were not properly closed. 2012-10-25 19:02:31 +02:00
Lukas Eder
c624a8c1d2 [#1881] Deprecate ConditionProvider, OrderProvider, LockProvider types 2012-10-24 23:09:58 +02:00
Lukas Eder
4a3e7f6039 [#1876] NULL constraint violation when storing a copied record 2012-10-22 23:46:23 +02:00
Lukas Eder
40e60a8de6 [#1868] ExecuteListener.end() is not called when using
ResultQuery.fetchLazy() - Fixed testcase
2012-10-21 20:01:24 +02:00
Lukas Eder
f01d118ced [#1868] ExecuteListener.end() is not called when using
ResultQuery.fetchLazy() - Added integration test
2012-10-21 19:20:05 +02:00
Lukas Eder
a44adbfdd1 [#1593] Factory.field("{1} + {0} + {0}", val(1), val(2)) doesn't work.
Cannot re-use / re-order placeholders - Improved SQLite function
simulations
2012-10-21 18:28:07 +02:00
Lukas Eder
ee35c6481d Re-added execute logging in integration tests 2012-10-21 18:24:04 +02:00
Lukas Eder
1c36ca073b [#1593] Factory.field("{1} + {0} + {0}", val(1), val(2)) doesn't
work. Cannot re-use / re-order placeholders
2012-10-21 18:20:39 +02:00
Lukas Eder
0bcf286986 [#1860] Bad Results returned from plain SQL "select *" queries, if
several selected columns share the same name
[#1720] Improve performance by using Record.getValue(int) instead
of Record.getValue(Field) internally, where more than one value is
retrieved from a record
2012-10-21 17:32:56 +02:00
Lukas Eder
40f82257cd Removed meta attribute 2012-10-21 16:58:59 +02:00
Lukas Eder
ec2ec2aa8f [#1871] Add some documentation indicating jOOQ's pretty printing
rendering feature - Added more documentation
2012-10-21 15:31:55 +02:00
Lukas Eder
15f1c51043 [#1872] Improve jOOQ's RenderContext pretty printing behaviour 2012-10-21 15:13:00 +02:00
Lukas Eder
387935ef72 Avoid cancelling long-running queries in most dialects. The test case
might run forever
2012-10-21 14:01:50 +02:00
Lukas Eder
988ae727f7 [#1871] Add some documentation indicating jOOQ's pretty printing
rendering feature
2012-10-21 12:17:39 +02:00
Lukas Eder
aa471b6285 [#1869] Deprecate org.jooq.NamedQueryPart 2012-10-19 19:48:58 +02:00
Lukas Eder
ae6b547870 Fixed some warnings 2012-10-19 19:21:00 +02:00
Lukas Eder
c337ed6144 Fixed formatting 2012-10-19 19:18:56 +02:00
Lukas Eder
afea623b09 [#1870] Deprecate org.jooq.NamedTypeProviderQueryPart 2012-10-19 19:14:45 +02:00
Lukas Eder
1fecedc621 [#1527] Support for converting String to java.net.URL, java.net.URI, and
java.io.File
2012-10-19 18:45:48 +02:00
Lukas Eder
3eb55f8295 [#1839] Deprecate the various Result.getValuesAs[Type] and
Record.getValueAs[Type] methods
2012-10-19 17:57:51 +02:00
Lukas Eder
8cff3669fa [#1840] Deprecate org.jooq.Store 2012-10-19 17:24:26 +02:00
Lukas Eder
345ee6070e Fixed a warning 2012-10-19 17:20:41 +02:00
Lukas Eder
dfb0ae8717 [#1855] Add Query.cancel() to support for interrupting statements
prematurely
2012-10-19 16:38:55 +02:00