Commit Graph

49 Commits

Author SHA1 Message Date
Ivan Dugic
3007782fc8 Removed jOOQ prefix from test cases and launch configuration. 2012-09-04 22:14:40 +02:00
Lukas Eder
1f5a3f0b89 Upgraded H2 2012-08-29 21:08:57 +02:00
Lukas Eder
3c8be0ed30 [#430] Add support for the Firebird database - Fixed data types 2012-08-24 08:43:24 +02:00
Lukas Eder
cfd5ad417e [#430] Add support for the Firebird database - Added initial code
generation contribution
2012-08-24 01:05:42 +02:00
Lukas Eder
9d0c022f33 [#430] Add support for the Firebird database 2012-08-17 18:32:12 +02:00
Lukas Eder
02ad697a47 Upgraded CUBRID JDBC driver 2012-07-27 16:23:02 +02:00
Lukas Eder
36d8a90508 Reverted recent developments around XML/CSV export of
INFORMATION_SCHEMA. Such a solution is not maintainable
2012-05-23 22:04:28 +02:00
Lukas Eder
2d2e665e80 [#1439] Add CSVGenerator to export TABLES.csv, COLUMNS.csv,
ROUTINES.csv, etc.
2012-05-22 22:09:36 +02:00
Lukas Eder
8e42d509fa [#1433] Allow for using INFORMATION_SCHEMA.xml as input for jooq-meta 2012-05-20 21:35:58 +02:00
Lukas Eder
d905d6b9e0 [#875] Add XMLGenerator to export an INFORMATION_SCHEMA.xml
[#1434] Add UniqueKeyDefinition.isPrimaryKey() for completeness
[-] Removed
CONSTRAINT_COLUMN_USAGE from HSQLDB generated
INFORMATION_SCHEMA classes
2012-05-20 21:31:01 +02:00
Lukas Eder
cc61275add Upgraded Eclipse and Plugins 2012-04-22 10:51:58 +02:00
Lukas Eder
ada41ad5ae Upgraded Eclipse and Plugins 2012-04-22 10:21:42 +02:00
Lukas Eder
32e823f356 Upgraded CUBRID JDBC driver from build 1018 to 2032 2012-04-20 10:21:48 +00:00
Lukas Eder
d99b20b89c [#1279] NullPointerException when leaving <inputSchema/> empty
[#1312] Allow for omitting <inputSchema/>, and generate all available schemata in that case
2012-04-14 13:47:05 +00:00
Lukas Eder
6d49519087 [#1286] Add "renderSchema" flag to Settings, to completely disable rendering of schema names
[#1306] Add missing INTERVAL data types to HSQLDBDataType
2012-04-12 18:30:59 +00:00
Lukas Eder
2f568eb7e3 [#1288] SQL syntax errors from sequences when using RenderMapping's defaultSchema 2012-04-11 21:52:00 +00:00
Lukas Eder
26c7a3090a [#585] Add support for DATE, TIME and INTERVAL arithmetic - Implementation done for Derby, H2
[#585] Upgraded H2 from 1.3.163 to 1.3.165
2012-04-04 19:26:28 +00:00
Lukas Eder
0eb930cceb [#1257] Add CUBRID support - Added integration tests, fixed many issues, added relations support 2012-03-30 09:03:22 +00:00
Lukas Eder
32b312078e [#1257] Add CUBRID support - Added dialect, factory, jooq-meta support, demodb generation 2012-03-28 18:49:08 +00:00
Lukas Eder
affc61d698 [#1013] Add integration tests for various use-cases involving custom enum types 2012-03-10 16:34:56 +00:00
Lukas Eder
54633e826d [#1218] Add code generation options to generate <customTypes/> referencing a Java type and a Converter - First implementation draft 2012-03-04 19:07:19 +00:00
Lukas Eder
64fd48639c [#1150] Add code generation option to disable generation of records 2012-03-02 17:22:53 +00:00
Lukas Eder
f9b4cc4448 Release 2.0.5 2012-02-26 19:01:06 +00:00
Lukas Eder
ec1b6a8c7c [#1177] Add SQL Console module to jOOQ - Adapted to renaming 2012-02-26 11:38:13 +00:00
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