Commit Graph

2394 Commits

Author SHA1 Message Date
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
Lukas Eder
3882a1ab99 Release 3.0.0-RC3: Comment failing test case for well-known issue 2013-04-12 14:46:10 +02:00
Lukas Eder
6ed2957e3c Release 3.0.0-RC3: Added comment to the manual 2013-04-12 14:41:04 +02:00
Lukas Eder
c5e6c032fb [#2195] Remove the standalone tutorial, link to the manual 2013-04-12 14:26:52 +02:00
Lukas Eder
2b59ed047f [#2385] fetchOne() and fetchLazy() don't terminate the ExecuteListener
life cycle when an exception occurs
2013-04-12 14:14:04 +02:00
Lukas Eder
5dbf025c13 [#2385] fetchOne() and fetchLazy() don't terminate the ExecuteListener
life cycle when an exception occurs - Added failing test case
2013-04-12 12:56:29 +02:00
Lukas Eder
1e380c02b9 Fixed manual 2013-04-12 12:27:18 +02:00
Lukas Eder
e89309559a Output formatting 2013-04-12 12:25:20 +02:00
Lukas Eder
2470c37558 Updated manual 2013-04-12 12:23:34 +02:00
Lukas Eder
053a728c25 [#2392] Add Configuration.set() methods. They should allow for modifying
a Configuration
2013-04-12 12:21:02 +02:00
Lukas Eder
90ef135cdb Updated manual 2013-04-12 12:07:42 +02:00
Lukas Eder
ebca8adaa2 [#2388] Replace Configuration's List<ExecuteListener> with
ExecuteListenerProvider[] to simplify correct and thread-safe client
implementations
2013-04-12 12:00:30 +02:00
Lukas Eder
ecaeee7d97 - Updated manual
- Added <redirect/> feature to the manual language, to generate
redirection in HTML manuals
2013-04-12 10:46:13 +02:00
Lukas Eder
3f1e2af10a [#2399] Remove support for the USE statement 2013-04-12 10:05:32 +02:00
Lukas Eder
8d9a40ad19 [#2393] Fully qualified name not used for user-defined aggregate
function
2013-04-12 09:48:08 +02:00
Lukas Eder
bfbcbca33f [#2396] Add DSL.function(Name, Class, Field...) and
DSL.function(Name, DataType, Field...) to allow for custom,
fully-qualified function references
2013-04-12 09:47:29 +02:00
Lukas Eder
28073c01db [#2391] Rename dialect-specific Factories [Dialect]Factory to
[Dialect]DSL
2013-04-07 22:44:29 +02:00
Lukas Eder
078da8a28b [#2388] Replace Configuration's List<ExecuteListener> with an
ExecuteListenerProvider to simplify correct and thread-safe client
implementations - Added warning as this type might not be in its final
state
2013-04-07 22:36:15 +02:00
Lukas Eder
2e57438987 Added convenient constructor overload 2013-04-07 18:53:19 +02:00
Lukas Eder
8075996ee0 [#2390] Change Configuration API to reflect jOOQ-style getter / setter
naming - Regenerated Oracle schema
2013-04-07 17:32:20 +02:00
Lukas Eder
da03005313 [#2390] Change Configuration API to reflect jOOQ-style getter / setter
naming - Fixed code generator
2013-04-07 17:32:08 +02:00
Lukas Eder
6b5b1128b3 Changed integration test's "getDialect()" to "dialect()" to be more
in line with jOOQ-style getter naming
2013-04-07 17:24:01 +02:00
Lukas Eder
a6020617f5 Fixed xtend source code 2013-04-07 17:18:56 +02:00
Lukas Eder
68db0cf354 Renamed AttachableInternal.getConfiguration() to configuration() for
consistency
2013-04-07 17:17:27 +02:00
Lukas Eder
c753d70bb1 Fixed xtend source code 2013-04-07 17:12:33 +02:00
Lukas Eder
15f24d6e39 [#2390] Change Configuration API to reflect jOOQ-style getter /
setter naming
2013-04-07 17:06:04 +02:00
Lukas Eder
c3883d2b92 [#2388] Replace Configuration's List<ExecuteListener> with an
ExecuteListenerProvider to simplify correct and thread-safe client
implementations
2013-04-07 16:57:23 +02:00
Lukas Eder
d104467645 Fixed Javadoc 2013-04-07 15:50:23 +02:00
Lukas Eder
869ada72ed [#2389] Make org.jooq.impl.DefaultConfiguration public -
TODO: Make implementation threadsafe!
2013-04-07 15:36:12 +02:00
Lukas Eder
062acf7648 Merge pull request #2381 from svenjacobs/master
Do not add TableFieldImpl to table in constructor of TableFieldImpl
2013-04-06 12:51:51 -07:00
Lukas Eder
6d7eff66ce [#2382] Let DAO reference a Configuration instead of an Executor 2013-04-06 21:42:06 +02:00