Commit Graph

2321 Commits

Author SHA1 Message Date
Lukas Eder
65504c9d9e [#2366] Add org.jooq.util.example package to jOOQ-codegen with some
example GeneratorStrategies - Added links to the manual
2013-04-03 21:32:52 +02:00
Lukas Eder
d8f8b90ec7 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2013-04-03 21:26:13 +02:00
Lukas Eder
ec4283f169 [#2366] Add org.jooq.util.example package to jOOQ-codegen with some
example GeneratorStrategies
2013-04-03 21:25:03 +02:00
Lukas Eder
cd8b05e1b1 Regenerated sakila database 2013-04-03 21:18:59 +02:00
Lukas Eder
c9b747eb0e Fixed whitespace in XML files 2013-04-03 21:16:18 +02:00
Lukas Eder
fe22d7b8d0 [#2366] Add org.jooq.util.example package to jOOQ-codegen with some
example GeneratorStrategies
2013-04-03 21:15:50 +02:00
Lukas Eder
a7e30f803f Merge pull request #2363 from ming13/markdown-readme
Change the readme file to use Markdown
2013-03-30 12:54:36 -07:00
Artur Dryomov
5743d885e8 Fix formatting and links a bit. 2013-03-30 22:14:07 +03:00
Artur Dryomov
7ef7790a6d Rename README to README.md 2013-03-30 22:10:17 +03:00
Lukas Eder
23dd60c785 Added Executor Javadoc 2013-03-30 18:30:25 +01:00
Lukas Eder
3adb6bc3c7 [#2362] Decouple org.jooq.impl.Executor from Configuration. Choose
composition over inheritance - Fixed compilation errors
2013-03-30 18:17:43 +01:00
Lukas Eder
ed231beff1 Removed unneeded AbstractConfiguration 2013-03-30 18:06:54 +01:00
Lukas Eder
58d3979bec [#2362] Decouple org.jooq.impl.Executor from Configuration. Choose
composition over inheritance
2013-03-30 18:04:00 +01:00
Lukas Eder
0dc7f8ac37 [#2361] Inaccurate Configuration Javadoc explaining wrong
ExecuteListener lifecycle
2013-03-30 17:02:16 +01:00
Lukas Eder
757958b521 Fixed some compilation errors 2013-03-25 07:13:46 +01:00
Chrriis
501cc7e8fa [#1177] Add SQL Console module to jOOQ - Adjust debug listener to use
single run contextual data.
2013-03-24 19:24:41 +01:00
Lukas Eder
458a89b94d [#2354] Single page manual display errors on Firefox 2013-03-24 17:04:56 +01:00
Lukas Eder
62ce4aae8f Adapted Xtend code to the latest changes 2013-03-24 16:19:30 +01:00
Lukas Eder
4486ea8189 Fixed Javadoc 2013-03-24 13:03:20 +01:00
Lukas Eder
6ea8c5a11e [#2353] Decouple org.jooq.Context from Configuration. Choose
composition over inheritance
2013-03-24 12:48:28 +01:00
Lukas Eder
e2658c58cf Fixed Javadoc 2013-03-24 12:28:04 +01:00
Lukas Eder
dfb3dbf56c [#2343] Decouple lifecycle of Configuration and ExecuteContext 2013-03-24 12:23:46 +01:00
Lukas Eder
a8c35286ac Fixed Javadocs 2013-03-24 11:49:23 +01:00
Lukas Eder
c2f4dc2a71 [#2328] Remove UpdatableTable marker interface, pulling up methods
to Table - Regenerated databases
2013-03-24 11:45:57 +01:00
Lukas Eder
8e8915c008 [#2328] Remove UpdatableTable marker interface, pulling up methods
to Table
2013-03-24 11:45:40 +01:00
Lukas Eder
e7b46589a1 [#2350] Do not statically reference a Connection from GenerationTool 2013-03-23 11:34:30 +01:00
Lukas Eder
00c2ddb15d [#2351] Relax ConnectionProvider contract, allowing acquire() to
return new Connections even before release() is called
2013-03-22 14:20:08 +01:00
Lukas Eder
38864c2b16 [#2351] Relax ConnectionProvider contract, allowing acquire() to return
new Connections even before release() is called - Updated contract
2013-03-22 13:25:17 +01:00
Lukas Eder
b4c10646a2 [#2329] Add Javadoc to Configuration.getExecuteListeners() and
setExecuteListeners()
2013-03-22 12:53:00 +01:00
Lukas Eder
c91a393de8 Fixed Javadoc 2013-03-22 12:43:15 +01:00
Lukas Eder
6de82d7a76 [#2331] Add hint to the manual about mvn eclipse:clean and
eclipse:eclipse when building jOOQ
2013-03-22 12:42:11 +01:00
Lukas Eder
f97f81a43c [#2345] Singleton instances are not preserved after deserialisation -
Reverted adding of test case
2013-03-22 12:37:54 +01:00
Lukas Eder
377572748e [#2342] Change Configuration.getData() to return Map<Object, Object> 2013-03-20 20:10:46 +01:00
Lukas Eder
86bc2b5dc8 [#2347] Let equals() implementations succeed early on identity 2013-03-20 20:04:28 +01:00
Lukas Eder
c75ea9886b Fixed broken Javadoc 2013-03-19 22:06:01 +01:00
Lukas Eder
8abdc20465 [#2346] org.jooq.Meta's generated Schema and other objects are
Serializable, but their enclosed Meta instance is not
2013-03-18 21:08:11 +01:00
Lukas Eder
513764796a [#2345] Singleton instances are not preserved after deserialisation -
Add failing test
2013-03-18 20:21:00 +01:00
Lukas Eder
e2f890b163 Improved homepage SQL example 2013-03-17 10:44:27 +01:00
Lukas Eder
dfa57cbb54 [#2338] Tutorial example unclear: There are three artefacts in Maven,
not just one
2013-03-16 11:38:22 +01:00
Lukas Eder
50aac2fdda [#2336] Log4j ClassNotFoundException LoggerListener 2013-03-16 11:18:44 +01:00
Lukas Eder
5cd2232840 Fixed license 2013-03-13 19:23:12 +01:00
Lukas Eder
95b02d8529 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2013-03-13 19:22:03 +01:00
Lukas Eder
d8bcef64c1 [#2332] Documentation example regarding Factory.concat() does not
compile
2013-03-13 19:19:47 +01:00
Chrriis
447b4e70f6 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2013-03-10 21:42:47 +01:00
Chrriis
599c01b070 [#1177] Add SQL Console module to jOOQ - Adjust to jOOQ 3.0. 2013-03-10 21:41:11 +01:00
Lukas Eder
b9e5864301 Updated Maven Central stats 2013-03-10 13:07:06 +01:00
Lukas Eder
513e440ab2 [#2328] Pull up UpdatableTable.getKeys() and getReferencesFrom() methods
to Table - Regenerated H2 database
2013-03-10 12:41:00 +01:00
Lukas Eder
b100f91d21 [#2328] Pull up UpdatableTable.getKeys() and getReferencesFrom() methods
to Table
2013-03-10 12:40:38 +01:00
Lukas Eder
a31007d1cb Tutorial bug 2013-03-09 12:12:44 +01:00
Lukas Eder
b0fd96b1e3 [#2325] "HsqlException: incompatible data type in conversion" when
binding a UUID[] to an HSQLDB prepared statement
2013-03-08 14:28:12 +01:00