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
Lukas Eder
675adc205f
[ #385 ] Allow for keeping open statements in a Query
2012-10-19 15:31:30 +02:00
Lukas Eder
aab4c5737c
[ #1866 ] Deprecate [Schema-Name]Factory, remove reference to it from the
...
tutorials
2012-10-12 18:22:22 +02:00
Lukas Eder
eb0cfe4a68
[ #1857 ] NPE in org.jooq.impl.TableImpl and org.jooq.SchemaMapping caused
...
by not threadsafe code in SchemaMapping.
2012-10-12 14:56:29 +02:00
Lukas Eder
86a5fca6ee
Merge pull request #1858 from dankosedin/master
...
Fix for ticket 1857
2012-10-12 05:30:13 -07:00
Lukas Eder
2ee9b459bb
[ #1472 ] Move org.jooq.tools.debug API from jOOQ Console to core - After
...
experimenting with such APIs, Christopher Deckers and I came to the
conclusion that the debugger API is too specialised to be put into the
core. This ticket will be reverted
2012-10-12 14:09:27 +02:00
Lukas Eder
cdccbceb61
[ #1710 ] Add <E> Map<Record, List<E>> ResultQuery.fetchGroups(Field<?>[],
...
Class<E>) - Aligned API with other fetchGroups() methods
2012-10-12 14:03:15 +02:00
Lukas Eder
70c4c704c6
Merge pull request #1864 from idugic/master
...
#1710 change-set
2012-10-12 04:48:39 -07:00
Lukas Eder
e12a1f0402
Update jOOQ-website/json/stats.php
2012-10-09 22:46:21 +03:00
Ivan Dugic
85488a5cee
[1710] Add <E> Map<List<?>, List<E>> ResultQuery.fetchGroups(Field<?>[],
...
Class<E>)
2012-10-08 19:51:23 +02:00
Lukas Eder
83fe9d9f8f
Merge branch 'master' of https://github.com/jOOQ/jOOQ.git
2012-10-07 13:49:19 +02:00
Lukas Eder
e6a1fefb97
[ #1860 ] Bad Results returned from plain SQL "select *" queries, if
...
several selected columns share the same name - Added test case
2012-10-07 13:37:05 +02:00
Chrriis
05c4f7063a
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
2012-10-07 13:12:20 +02:00
Chrriis
8fdcddf78e
[ #1177 ] Add SQL Console module to jOOQ - multi execution context
...
prepared in the code.
2012-10-07 13:10:53 +02:00
Lukas Eder
af336751f4
Merge branch 'master' of https://github.com/jOOQ/jOOQ.git
2012-10-07 12:37:59 +02:00
Lukas Eder
0526ac1bc6
[ #1854 ] Add ResultQuery.maxRows(int) to limit the number of actually
...
fetched records
[#1856 ] Add Query.queryTimeout(int) to support for JDBC's
Statement.setQueryTimeout()
2012-10-07 12:36:53 +02:00
Chrriis
f4497dca18
[ #1177 ] Add SQL Console module to jOOQ - Minor bug fixes.
2012-10-07 12:12:59 +02:00
Chrriis
2f546950ce
[ #1177 ] Add SQL Console module to jOOQ - Show sum when selecting time
...
information of multiple rows of same column.
2012-10-07 12:12:10 +02:00
Denis Bondarenko
661eff4df5
Fixed possible NPE on deserialization
2012-10-03 11:54:47 +03:00
Denis Bondarenko
b862fd8d44
fix for ticket 1857
2012-10-02 13:24:59 +03:00
Lukas Eder
69187ee0ed
[ #1756 ] Add RecordMapper<E>, similar to RecordHandler<R>, mapping
...
records to custom types
2012-09-28 18:36:13 +02:00
Lukas Eder
8712b86f78
[ #1850 ] Record.equals() returns true as soon as both records hold a
...
"null" value for a given field
2012-09-28 17:50:29 +02:00
Lukas Eder
d82d95ef78
[ #1848 ] Add Record.changed() to indicate whether a Record contains
...
"dirty" values
2012-09-28 17:41:09 +02:00
Lukas Eder
f23491be9e
[ #1849 ] Add Record.original() to obtain the originally fetched values
...
from a Record - Added an additional test
2012-09-28 17:30:11 +02:00
Lukas Eder
9f2a848b07
[ #1849 ] Add Record.original() to obtain the originally fetched values
...
from a Record
2012-09-28 17:16:40 +02:00
Lukas Eder
e976d79243
[ #1472 ] Move org.jooq.tools.debug API from jOOQ Console to core
...
- Added Debugger.executor(), to re-enable jOOQ Console Editor
functionality
- Renamed DebuggerFactory to DebuggerAPI (may be improved)
- Reverted Settings flags to activate the Debugger Server
- Added explicit API in DebuggerAPI to start / stop the Debugger Server
- Added DebuggerAPI.debug property for global activation / deactivation
of debugging
2012-09-28 15:57:36 +02:00