Lukas Eder
|
ed860507cf
|
[#2339] Support CUBRID 9.1's new features - Document support for
NTILE(), LEAD(), LAG() window functions
|
2013-05-01 18:40:21 +02:00 |
|
Lukas Eder
|
46a4c431f7
|
[#2339] Support CUBRID 9.1's new features - Upgraded CUBRID to 9.1
|
2013-05-01 18:32:04 +02:00 |
|
Lukas Eder
|
dae1576809
|
[#2339] Support CUBRID 9.1's new features - Upgraded CUBRID to 9.1
|
2013-05-01 18:31:33 +02:00 |
|
Lukas Eder
|
891920729f
|
[#2424] Integration-test jOOQ with the SQLite xerial driver
|
2013-05-01 18:14:21 +02:00 |
|
Lukas Eder
|
21569fda4f
|
Release 3.1.0-SNAPSHOT
|
2013-05-01 18:04:58 +02:00 |
|
Lukas Eder
|
a8def97d1e
|
[#2299] Allow for setting ResultSet flags (e.g.
ResultSet.TYPE_SCROLL_INSENSITIVE through
ResultQuery.resultSetConcurrency(), resultSetType(),
resultSetHoldability()
|
2013-05-01 17:57:28 +02:00 |
|
Lukas Eder
|
c49763fd6f
|
[#2236] Add DSLContext.batch(String...) and batch(String, Object[]...)
to easily create batch statements from SQL strings
|
2013-05-01 17:04:04 +02:00 |
|
Lukas Eder
|
fff27acbeb
|
[#2426] Add DSLContext.batch(Query, Object[]...) as a convenience for
calling batch(Query).bind(Object...).bind(Object...)
|
2013-05-01 16:54:21 +02:00 |
|
Lukas Eder
|
5c196c57e9
|
Some Javadoc fixes
|
2013-05-01 15:26:57 +02:00 |
|
Lukas Eder
|
e2fc0f16a9
|
[#1296] [#1846] Added flag to indicate that FOR UPDATE is being
simulated. This is more accurate than just assuming ResultSet
concurrency to be a sufficient indicator
|
2013-05-01 15:04:51 +02:00 |
|
Lukas Eder
|
7c735242c0
|
Removed bad test code
|
2013-05-01 12:28:27 +02:00 |
|
Lukas Eder
|
b80451c42e
|
[#2424] Integration-test jOOQ with the SQLite xerial driver
|
2013-05-01 12:08:42 +02:00 |
|
Lukas Eder
|
ef3e6bbf1c
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
|
2013-05-01 11:12:43 +02:00 |
|
Lukas Eder
|
2f6e09294c
|
Prevent "expensive" operation of filling in a stack trace for signals
|
2013-05-01 11:11:59 +02:00 |
|
Chrriis
|
0656e85485
|
[#1177] Add SQL Console module to jOOQ - fix font issue and prepare for
RSyntaxTextArea update.
|
2013-04-29 17:27:57 +02:00 |
|
Lukas Eder
|
7822c93e64
|
[#2416] Add Result.intoXML(org.xml.sax.ContentHandler) to generate a SAX
event stream from a jOOQ result
|
2013-04-28 23:23:20 +02:00 |
|
Lukas Eder
|
743bc48c56
|
Fixed Javadoc
|
2013-04-28 22:49:56 +02:00 |
|
Lukas Eder
|
fda9c88609
|
Removed unneeded (and thus, probably buggy) internal copy constructor
|
2013-04-28 19:05:57 +02:00 |
|
Lukas Eder
|
31f6d133b3
|
[#2418] RenderContext.data() is not passed on to QueryParts when being
rendered
|
2013-04-28 19:00:59 +02:00 |
|
Lukas Eder
|
dcdac6f7e8
|
[#1520] Handle Ingres', SQLite, SQL Server's, Sybase ASE's limitations
of 1024, 999, 2100 or 2000 maximum bind values per query
|
2013-04-28 18:52:36 +02:00 |
|
Lukas Eder
|
c3c87ee6c7
|
[#1520] Handle Ingres', SQLite, SQL Server's, Sybase ASE's limitations
of 1024, 999, 2100 or 2000 maximum bind values per query
|
2013-04-28 16:39:31 +02:00 |
|
Lukas Eder
|
7022813865
|
[#2344] Add a new ControlFlowException that is used to explicitly jump
out of a control flow
|
2013-04-28 14:26:24 +02:00 |
|
Lukas Eder
|
c5df4f8db9
|
[#2401] Bad package name generated when <packageName/> contents are not
trimmed
|
2013-04-28 13:07:20 +02:00 |
|
Lukas Eder
|
d97840ec66
|
Release 3.0.0
|
2013-04-28 12:00:07 +02:00 |
|
Lukas Eder
|
1532306f73
|
Release 3.0.0
|
2013-04-28 11:52:53 +02:00 |
|
Lukas Eder
|
e23d2af072
|
Release 3.0.0
|
2013-04-28 11:49:58 +02:00 |
|
Lukas Eder
|
ceb5542778
|
[#1998] Wrong screenshots in the manual's section about code generation.
jooq-meta.jar is missing
|
2013-04-27 09:36:23 +02:00 |
|
Lukas Eder
|
7c8b206d33
|
[#2415] Add Constants.MINOR_VERSION and Constants.FULL_VERSION for
internal and external reuse
|
2013-04-27 09:09:41 +02:00 |
|
Lukas Eder
|
5cd55d732c
|
[#2415] Add Constants.MINOR_VERSION and Constants.FULL_VERSION for
internal and external reuse
|
2013-04-27 09:06:21 +02:00 |
|
Lukas Eder
|
8dd098fb18
|
Added a type safety section to the home page
|
2013-04-21 12:26:13 +02:00 |
|
Lukas Eder
|
79f61799ad
|
[#2410] Add some more API usage examples to the section about ResultSet
fetching
|
2013-04-21 11:53:20 +02:00 |
|
Lukas Eder
|
b37b1fc2df
|
Add link to JUGS event
|
2013-04-20 10:43:46 +02:00 |
|
Lukas Eder
|
7865bc3be3
|
Fixed / Ignored a couple of warnings
|
2013-04-19 14:11:24 +02:00 |
|
Lukas Eder
|
80cac73310
|
Fixed compiler warning
|
2013-04-19 14:07:00 +02:00 |
|
Lukas Eder
|
7e130760be
|
Fixed Eclipse warning
|
2013-04-19 14:05:39 +02:00 |
|
Lukas Eder
|
1c61b0874a
|
Fixed compilation errors due to changes in 3.0-RC3
|
2013-04-19 14:03:36 +02:00 |
|
Lukas Eder
|
e57b537259
|
Updated maven stats
|
2013-04-14 19:44:43 +02:00 |
|
Lukas Eder
|
64995c1836
|
Fixed grammar in Javadoc
|
2013-04-14 19:18:11 +02:00 |
|
Lukas Eder
|
d163a1f5d8
|
[#2407] Fix bad references to pre-3.0 Factory in Javadoc - Fixed
Executor references
|
2013-04-13 12:46:22 +02:00 |
|
Lukas Eder
|
6dd02378c4
|
[#2407] Fix bad references to pre-3.0 Factory in Javadoc - Fixed Factory
references
|
2013-04-13 12:44:06 +02:00 |
|
Lukas Eder
|
106b1b60dc
|
[#2404] Cannot combine <dateAsTimestamp/> with <forcedType/> if both
match - Regenerated schema
|
2013-04-12 21:16:04 +02:00 |
|
Lukas Eder
|
ded80b7736
|
[#2404] Cannot combine <dateAsTimestamp/> with <forcedType/> if both
match - Added test configuration
|
2013-04-12 21:15:53 +02:00 |
|
Lukas Eder
|
724e8035bf
|
Release 3.0.0-RC3: Regenerated all schemas
|
2013-04-12 16:28:30 +02:00 |
|
Lukas Eder
|
3023277e9e
|
Release 3.0.0-RC3: Scala fixes
|
2013-04-12 16:12:39 +02:00 |
|
Lukas Eder
|
d8e18df627
|
Release 3.0.0-RC3: Javadoc fixes
|
2013-04-12 15:39:10 +02:00 |
|
Lukas Eder
|
d058080995
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
|
2013-04-12 15:30:05 +02:00 |
|
Lukas Eder
|
fb7a0c535f
|
Release 3.0.0-RC3: Version increment
|
2013-04-12 15:29:22 +02:00 |
|
Lukas Eder
|
891b43b40d
|
Release 3.0.0-RC3: Version increment
|
2013-04-12 15:25:55 +02:00 |
|
Lukas Eder
|
dc7bd7b56f
|
Release 3.0.0-RC3: Fixed broken test
|
2013-04-12 15:00:33 +02:00 |
|
Lukas Eder
|
c9b43b2ade
|
Release 3.0.0-RC3
|
2013-04-12 14:56:26 +02:00 |
|