Commit Graph

25 Commits

Author SHA1 Message Date
Lukas Eder
1ef8ecaa86 [#1177] Add SQL Console module to jOOQ - updated license 2012-02-23 18:30:58 +00:00
Lukas Eder
c782d24981 [#408] Add class prefixes, suffixes and other options to the code generator - added a prefix example 2012-02-19 15:46:08 +00:00
Lukas Eder
3c08fc6a6a [#408] Add class prefixes, suffixes and other options to the code generator (example strategy implementation still missing) 2012-02-18 18:56:46 +00:00
Lukas Eder
17a61d8856 [#1149] Allow for optional "http://www.jooq.org/xsd/jooq-codegen-2.0.4.xsd" namespace in jooq-codegen configuration 2012-02-16 20:59:00 +00:00
Lukas Eder
b3f0b08d95 [#1145] Add runtime configuration to specify whether a java.sql.PreparedStatement (with bind variables) or a java.sql.Statement (with inlined parameters) should be executed 2012-02-16 20:43:55 +00:00
Lukas Eder
5f68d70aa7 [#1134] NullPointerException in code generation when a foreign key constraint references a table from another schema that is not being generated 2012-02-12 12:58:42 +00:00
Lukas Eder
109e632837 [#1129] Allow for using Param in LIMIT .. OFFSET clauses
[#1132] Add RenderContext.castMode() to allow for avoiding casts where this is not really needed
2012-02-11 09:34:29 +00:00
Lukas Eder
e3361763aa [#1105] Add integration tests for multi-schema source code generation and querying - added test data 2012-02-05 16:46:14 +00:00
Lukas Eder
e0a92140f7 [#1113] Standalone calls to functions returning TABLE types in Oracle causes: PLS-00653: aggregate/table functions are not allowed in PL/SQL scope
[#1114] Syntax error when unnesting TABLE of OBJECT in Oracle. The unnested table contains several columns but jOOQ only unnests "COLUMN_VALUE"

Added test case
2012-02-04 17:39:24 +00:00
Lukas Eder
d87ec7e3fc [#287] Add support for Oracle TABLE types 2012-02-03 18:01:30 +00:00
Lukas Eder
e90b1f4071 [#282] Add support for multi-schema databases 2012-02-03 13:39:37 +00:00
Lukas Eder
9bb49fc234 [#395] Use XML configuration file instead of plain properties file 2012-01-29 21:28:55 +00:00
Lukas Eder
8761a43b5c [#1090] Run jOOQ tests against AdventureWorks SQL Server sample database - Added generation configuration 2012-01-29 17:24:18 +00:00
Lukas Eder
d0aa0028ef [#976] CODEGEN: Add type-mapping configuration, rewriting types such as DATE to TIMESTAMP 2012-01-05 19:43:54 +00:00
Lukas Eder
9687809b8a [#1028] Syntax errors when using untyped param() in HSQLDB (and other strongly typed dialects) 2012-01-02 20:55:10 +00:00
Lukas Eder
de42b79cb5 Upgraded H2 from 1.3.161 to 1.3.162 2011-12-10 17:59:32 +00:00
Lukas Eder
81c9131d6d [#958] CODEGEN: Add generation-time schema mapping, allowing for re-writing schemata in jooq-codegen 2011-11-22 19:14:32 +00:00
Lukas Eder
8a60d7ee0f [#519] Add support for MySQL UNSIGNED numeric types 2011-11-20 18:34:49 +00:00
Lukas Eder
f15b8ca57e Upgraded H2 to 1.3.161 2011-10-29 11:23:06 +00:00
Lukas Eder
a05e19db6f Upgraded H2 to latest version from trunk for some tests 2011-10-20 17:12:18 +00:00
Lukas Eder
7beeda9561 [#800] Add support for Sybase Adaptive Server Enterprise - rename "adaptiveserver" into "ase" 2011-09-06 19:58:54 +00:00
Lukas Eder
6d6039da32 [#800] Add support for Sybase Adaptive Server Enterprise 2011-09-04 18:40:14 +00:00
Lukas Eder
06ba0e542f Added HSQLDB Client to favourites 2011-07-31 19:09:34 +00:00
Lukas Eder
a0c19ee0cb Release 1.6.3 - Renamed launch targets 2011-07-24 16:30:22 +00:00
Lukas Eder
5666cfd019 [#760] Reorganise SVN repository. Move modules to sub-directory trunk/ 2011-07-24 15:08:50 +00:00