Lukas Eder
07448d0da0
[ #595 ] Add support for Oracle's PIVOT clause
...
[#1040 ] Add Object[][] Result.intoArray() and Object[] Record.intoArray() for convenience
2012-01-06 18:50:08 +00:00
Lukas Eder
83d67f09f9
[ #1033 ] Generate table comments into generated Tables.java as Javadoc
2012-01-05 20:02:40 +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
b3f7dbb4a6
[ #1010 ] The MERGE INTO .. WHEN NOT MATCHED THEN INSERT .. syntax may cause type-safety issues in some databases. VALUES should be converted before binding
2012-01-04 21:13:16 +00:00
Lukas Eder
d5412d1895
[ #1022 ] Add missing ASE implementation for Factory.use()
2012-01-04 20:43:24 +00:00
Lukas Eder
a252bff463
[ #1030 ] UnsupportedOperationException when calling Query.bind(int, Object) on a query containing plain SQL fields
...
[#1031 ] Incorrect debug logging when plain SQL QueryParts like field("?") bind null values
[#1032 ] Incorrect debug logging when plain SQL QueryParts contain String literals, such as 'Hello? Anybody out there?'
2012-01-04 20:32:29 +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
4ad5512bf2
[ #1028 ] Syntax errors when using untyped param() in HSQLDB (and other strongly typed dialects) - added integration tests
2012-01-02 18:09:20 +00:00
Lukas Eder
80c2480b86
Added some integration tests
2012-01-02 17:36:55 +00:00
Lukas Eder
d1660ea0ec
[ #1024 ] Add Factory.resultQuery(String, Object...) to allow for arbitrary execution modes of plain SQL queries
2012-01-01 10:48:33 +00:00
Lukas Eder
b7a7442e9e
[ #1007 ] Formally document the API methods to indicate whether something is supported by any given SQL dialect
2011-12-30 17:12:24 +00:00
Lukas Eder
161105a8ab
[ #1007 ] Formally document the API methods to indicate whether something is supported by any given SQL dialect - documented statements and clauses. Next step: Document functions
...
[#1019 ] Render LIMIT x OFFSET y also for MySQL, instead of LIMIT y, x
2011-12-30 13:38:37 +00:00
Lukas Eder
f5eb466fd9
[ #1011 ] Add code generation configuration parameter to avoid generating @Generated annotation
2011-12-30 10:09:45 +00:00
Lukas Eder
08b7d6ecf5
[ #968 ] Allow for custom enum types, configured in the code generator - fixed Postgres casting of synthetic EnumTypes
2011-12-23 12:04:46 +00:00
Lukas Eder
e72ca3ce62
Fixed typos
2011-12-23 10:52:20 +00:00
Lukas Eder
12565c2508
[ #1005 ] The INSERT INTO .. VALUES .. syntax may cause type-safety issues in some databases. VALUES should be converted before binding
2011-12-23 10:48:15 +00:00
Lukas Eder
2936124b63
[ #1002 ] TableRecord.storeUsing() doesn't update IDENTITY column values, if the column is not part of the main unique key
2011-12-18 18:31:56 +00:00
Lukas Eder
22b52d23df
[ #1000 ] Add support for MySQL INSERT INTO .. SET .. syntax in MERGE statement's WHEN NOT MATCHED THEN INSERT clause
2011-12-18 18:09:37 +00:00
Lukas Eder
b88ce315f5
[ #1005 ] The INSERT INTO .. VALUES .. syntax may cause type-safety issues in some databases. VALUES should be converted before binding - added integration test
2011-12-18 17:52:38 +00:00
Lukas Eder
ba236e720e
[ #1003 ] Sybase / SQL Server / MySQL / Ingres / H2 / Derby INSERT .. RETURNING returns null if a table has an IDENTITY column, but no main unique key
2011-12-18 17:27:56 +00:00
Lukas Eder
2b477494e9
[ #984 ] Detach IDENTITY column tests from unique key tests, create a dedicated test suite instead
2011-12-18 16:55:29 +00:00
Lukas Eder
abb9fba1ce
[ #998 ] Enhance MERGE statement for Oracle extensions: WHEN MATCHED THEN UPDATE .. WHERE .. DELETE WHERE .. / WHEN NOT MATCHED THEN INSERT .. WHERE ..
2011-12-16 15:40:45 +00:00
Lukas Eder
d85bf620a3
[ #995 ] Routines Don't Respect SchemaMapping - Github issue #8
2011-12-14 21:38:30 +00:00
Lukas Eder
14d7651368
[ #991 ] Add Query.bind(String, Object) and Query.bind(int, Object) to easily modify existing bind values
2011-12-11 17:04:08 +00:00
Lukas Eder
ea48c9dcd0
[ #914 ] Allow for modifying bind values of existing QueryParts / Queries
...
[#980 ] Add support for named parameters, to better interact with Spring
2011-12-11 16:06:50 +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
1447cf7a3f
[ #981 ] Cannot insertInto(table("my_table")), as plain SQL tables return Table<Record>, not Table<TableRecord>. Relax bound on R - Added integration tests
2011-12-10 16:45:00 +00:00
Lukas Eder
ed312aa01f
[ #986 ] Postgres / DB2 / Sybase ASE foreign-key namespace is unique-per-table, jOOQ forces all foreign keys from all tables into same namespace
2011-12-10 13:40:05 +00:00
Lukas Eder
9b1e1497da
[ #677 ] Add type-mapping configuration, enforcing types for columns
2011-12-09 19:19:32 +00:00
Lukas Eder
b5060b6de8
[ #979 ] Record.from() sets all changed flags to true. That's not necessarily correct in the event of storing the record back to the DB
...
[#985 ] AbstractRecord.equals() does not correctly compare arrays. Compare them using Arrays.asList()
2011-12-09 16:32:31 +00:00
Lukas Eder
91accf8cad
[ #978 ] Fixed test cases to circumvent schema mapping problems
2011-12-09 13:02:27 +00:00
Lukas Eder
0e0e3eac86
[ #968 ] Allow for custom enum types, configured in the code generator
2011-12-04 17:29:11 +00:00
Lukas Eder
98de6b1fc9
[ #691 ] Add support for Oracle CURSOR REF IN / INOUT parameters - This works already. Only integration tests needed
2011-12-02 10:13:35 +00:00
Lukas Eder
bd6e7c3b1e
Removed unneded test class
2011-11-27 14:43:18 +00:00
Lukas Eder
5d2b412dde
Restored pre-2.0 org.jooq.Field API for backwards-compatibility. This API will be removed later
2011-11-27 14:30:53 +00:00
Lukas Eder
cd942db4bb
Internalise jOOU to avoid adding a dependency
2011-11-25 19:48:34 +00:00
Lukas Eder
21283458b1
[ #961 ] Use Oracle's SYS.ALL_SEQUENCES.MAX_VALUE to determine the type of a sequence.
2011-11-22 20:35:57 +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
55239a4757
[ #960 ] CODEGEN: Add code generation configuration parameter to avoid using the new UByte, UShort, UInteger, ULong wrappers for UNSIGNED number types
2011-11-21 18:06:57 +00:00
Lukas Eder
0e606c9342
[ #959 ] Compilation errors in generated source code if MySQL enum values match Java reserved words, such as 'true', 'false', 'new', etc...
2011-11-20 20:50:03 +00:00
Lukas Eder
8a60d7ee0f
[ #519 ] Add support for MySQL UNSIGNED numeric types
2011-11-20 18:34:49 +00:00
Lukas Eder
c3191a0dd3
[ #955 ] Generate a reference to every type in a new UDTs.java class
2011-11-19 10:05:48 +00:00
Lukas Eder
41f1fa807f
[ #799 ] Add support for Oracle PL/SQL's object-oriented MEMBER PROCEDURES and MEMBER FUNCTIONS
...
[#957 ] Add <R> R Factory.newRecord(UDT<R>) for constructing attached UDTRecords
2011-11-18 21:10:36 +00:00
Lukas Eder
b25421cbf4
[ #937 ] In the event of name clash (same name for table and field) generated code has errors
...
[#953 ] Make DefaultGeneratorStrategy methods non-final to allow for overriding
2011-11-18 14:09:26 +00:00
Lukas Eder
678ab08ef2
[ #945 ] Calling UpdatableRecord.setValue() twice with the same argument causes the changed flag to be reset to false
...
[#948 ] Always set the changed flag to true in Record.setValue()
2011-11-16 20:49:45 +00:00
Lukas Eder
d5ba94ae38
[ #117 ] Improve DSL support for field and table aliasing (decrease verbosity)
...
[#938 ] CODEGEN: Add static/instance table field configuration
2011-11-14 19:47:07 +00:00
Lukas Eder
56b06a9405
[ #117 ] Improve DSL support for field and table aliasing (decrease verbosity) - experimental implementation
2011-11-13 23:11:10 +00:00
Lukas Eder
c685285e47
Checked in missing artefact
2011-11-13 18:07:03 +00:00
Lukas Eder
f17452ec77
[ #933 ] Add support for type Character in Record.into(Class<?>) methods and similar
...
[#936 ] Accept primitive types, such as int.class for type conversion
2011-11-12 15:29:02 +00:00
Lukas Eder
16efd8d2fb
[ #912 ] Add <R extends Record> R newRecord(Table<R>, Object) as the inverse of various into(Class<?>) methods
...
[#932 ] Let the bound of R in TableRecord extend TableRecord<R>, in UpdatableRecord to extend UpdatableRecord<R>
[#934 ] Don't consider static members in reflection utilities when used with Record.into(Class<?>) and similar methods
[#935 ] Don't consider final member fields in reflection utilities when used with Record.into(Class<?>) and similar methods
2011-11-12 13:05:57 +00:00