Lukas Eder
edcd307b04
[ #1125 ] Postgres needs casting for date time data types in queries like SELECT ? FROM DUAL
2012-02-10 19:22:54 +00:00
Lukas Eder
dbb7e526a7
[ #1128 ] NULL is inlined in INSERT statement instead of binding it as a variable. This can cause issues when using jOOQ with Spring - Added test case
2012-02-10 18:31:41 +00:00
Lukas Eder
ff5e99870a
Added some useful conversion methods
2012-02-10 18:12:03 +00:00
Lukas Eder
543fb5e9f9
[ #1009 ] Add integration tests for proper handling of time zones
2012-02-08 23:07:16 +00:00
Lukas Eder
59a5f81a32
[ #1125 ] Postgres needs casting for date time data types in queries like SELECT ? FROM DUAL - Added marker comment
2012-02-08 23:01:14 +00:00
Lukas Eder
220d56f46f
Fixed home page example
2012-02-08 21:50:13 +00:00
Lukas Eder
8033f9f895
[ #1105 ] Add integration tests for multi-schema source code generation and querying
2012-02-05 17:54:30 +00:00
Lukas Eder
e15e568a98
Avoid $ package name
2012-02-05 17:10:16 +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
be975e8acc
[ #1122 ] The 10k lines of integration test code are too heavy for the compiler. Create test modules with fewer lines of code
2012-02-05 16:15:43 +00:00
Lukas Eder
9ea7ab5369
[ #1122 ] The 10k lines of integration test code are too heavy for the compiler. Create test modules with fewer lines of code
2012-02-05 16:02:07 +00:00
Lukas Eder
453d0e0b86
[ #1105 ] Add integration tests for multi-schema source code generation and querying - partial commit
2012-02-05 13:21:17 +00:00
Lukas Eder
43b781c21d
[ #1119 ] Add support for PIPELINED TABLE functions in Oracle - added test data
2012-02-05 10:40:15 +00:00
Lukas Eder
64ab05533c
[ #1093 ] Add support for generator.strategy in Maven source code generation
2012-02-04 22:05:51 +00:00
Lukas Eder
855eeb641d
[ #1095 ] Move generator.generate.unsigned-types to generator.database namespace
2012-02-04 22:02:10 +00:00
Lukas Eder
77f866cfb9
Added additional tests
2012-02-04 21:39:58 +00:00
Lukas Eder
900a224bc0
[ #1117 ] NullPointerException when passing an ArrayRecord containing a null array to a stored function in Oracle
2012-02-04 21:28:26 +00:00
Lukas Eder
5d0ebca5c5
[ #884 ] ARRAY's and UDT's are not correctly inlined when rendering inlined SQL
2012-02-04 21:17:21 +00:00
Lukas Eder
1a81b4a388
[ #1114 ] Syntax error when unnesting TABLE of OBJECT in Oracle. The unnested table contains several columns but jOOQ only unnests "COLUMN_VALUE"
...
[#1115 ] Add support for Oracle VARRAY/TABLE of OBJECT types
2012-02-04 21:02:20 +00:00
Lukas Eder
2ae96995f9
[ #1114 ] Syntax error when unnesting TABLE of OBJECT in Oracle. The unnested table contains several columns but jOOQ only unnests "COLUMN_VALUE" - Updated test schema
2012-02-04 17:55:48 +00:00
Lukas Eder
0e067d0c70
[ #1114 ] Syntax error when unnesting TABLE of OBJECT in Oracle. The unnested table contains several columns but jOOQ only unnests "COLUMN_VALUE" - Updated test schema
2012-02-04 17:42:37 +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
71c9bda264
[ #1111 ] VARRAY element type information is lost when unnesting VARRAY's returned from functions in Oracle
2012-02-03 17:46:40 +00:00
Lukas Eder
63b09b69ac
[ #1057 ] Support using anonymous array types in Oracle by using ORA_MINING_NUMBER_NT and ORA_MINING_VARCHAR2_NT - Regenerated SYS schema
2012-02-03 17:34:20 +00:00
Lukas Eder
16cebf93a6
[ #1057 ] Support using anonymous array types in Oracle by using ORA_MINING_NUMBER_NT and ORA_MINING_VARCHAR2_NT - Regenerated SYS schema
2012-02-03 17:33:07 +00:00
Lukas Eder
6514732d4e
[ #1110 ] VARRAY element type information is lost when unnesting VARRAY's in Oracle
2012-02-03 17:18:35 +00:00
Lukas Eder
bbd02c1813
[ #1089 ] Add Field.contains(), .startsWith(), .endsWith() as a convenience for Field.like() (including escaping)
2012-02-03 15:50:04 +00:00
Lukas Eder
0a3d532c99
[ #1106 ] Add Factory.escape(Field<String>, char) for use with LIKE
2012-02-03 15:08:45 +00:00
Lukas Eder
ce3c522576
[ #1090 ] Run jOOQ tests against AdventureWorks SQL Server sample database
2012-02-03 14:47:27 +00:00
Lukas Eder
b3bc175177
[ #1103 ] Add support for SQL Server data type uniqueidentifier
2012-02-03 14:34:42 +00:00
Lukas Eder
e90b1f4071
[ #282 ] Add support for multi-schema databases
2012-02-03 13:39:37 +00:00
Lukas Eder
bf19e53a4d
[ #282 ] Add support for multi-schema databases - Re-generated Postgres pg_catalog meta schema
2012-02-03 13:36:51 +00:00
Lukas Eder
5e6b8f7d79
[ #282 ] Add support for multi-schema databases - Re-generated Postgres pg_catalog meta schema
2012-02-03 12:48:48 +00:00
Lukas Eder
71894e327f
[ #282 ] Add support for multi-schema databases - Re-generated Postgres schema
2012-02-03 12:45:33 +00:00
Lukas Eder
4286ee2ff8
[ #282 ] Add support for multi-schema databases - Re-generated HSQLDB schema
2012-02-03 12:23:29 +00:00
Lukas Eder
4ed897b0aa
[ #1101 ] Internal API leak exposed through covariance in AbstractTable.joinXXX() methods
2012-02-03 10:20:34 +00:00
Lukas Eder
901f9a64e9
[ #1099 ] Derby generated artefacts are not sorted alphabetically
2012-02-01 22:37:59 +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
53ad31933c
[ #1094 ] Add support for generator.database.date-as-timestamp in Maven source code generation
2012-01-29 20:54:56 +00:00
Lukas Eder
90cfec17b3
Release 2.0.4-SNAPSHOT
2012-01-29 20:49:08 +00:00
Lukas Eder
86c380a534
[ #395 ] Use XML configuration file instead of plain properties file - Implemented backwards-compatibility
2012-01-29 20:46:32 +00:00
Lukas Eder
1caa1059d6
[ #395 ] Use XML configuration file instead of plain properties file - Implemented backwards-compatibility
2012-01-29 20:43:34 +00:00
Lukas Eder
134e44218b
[ #395 ] Use XML configuration file instead of plain properties file - Implemented backwards-compatibility
2012-01-29 20:43:09 +00:00
Lukas Eder
22d3e3f2c4
[ #395 ] Use XML configuration file instead of plain properties file - Implemented backwards-compatibility
2012-01-29 20:41:39 +00:00
Lukas Eder
882f2ba7c8
[ #395 ] Use XML configuration file instead of plain properties file - Added jaxb artefacts
2012-01-29 18:52:58 +00:00
Lukas Eder
c47e79b92f
[ #395 ] Use XML configuration file instead of plain properties file - Added jaxb artefacts
2012-01-29 18:35:45 +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
209c0e294a
[ #1090 ] Run jOOQ tests against AdventureWorks SQL Server sample database - Added generation configuration
2012-01-29 17:23:30 +00:00
Lukas Eder
973bf98e5c
Release 2.0.3 - Fixed Javadoc
2012-01-29 15:59:15 +00:00