Commit Graph

4125 Commits

Author SHA1 Message Date
lukaseder
8445b56556 [#4193] Wrong H2 routines generated since recent H2 version 2015-04-11 17:11:52 +02:00
lukaseder
10a3485e0a [#4190] Generated Record.values() does nothing 2015-04-10 17:35:53 +02:00
lukaseder
9090939e54 [#4187] SQLite timestamps with trailing fractional zeros are misinterpreted 2015-04-10 10:35:45 +02:00
lukaseder
b5ce649b16 [#4185] ExecuteType.BATCH JavaDoc: not yet supported 2015-04-09 18:59:37 +02:00
lukaseder
f58e6e141b [#4182] ArrayIndexOutOfBoundsException in
org.jooq.impl.Utils.renderAndBind
2015-04-08 22:26:09 +02:00
lukaseder
c66ef8a4f6 [#4173] NullPointerException when using SQL99 dialect with XMLDatabase
for code generation
2015-04-08 18:42:03 +02:00
lukaseder
e69479b8cd [#3885] Use SelectField also in WithStep 2015-04-08 17:26:59 +02:00
lukaseder
8bb77b426f [#4179] Add support for MySQL's mandatory ON clause in the DROP INDEX statement 2015-04-08 17:11:13 +02:00
lukaseder
ae9e07a8ed [#4176] Wrong @Support value for SQLite which doesn't support DEFAULT in INSERT or UPDATE statements 2015-04-08 16:18:06 +02:00
lukaseder
016928311d [#4151] FOR UPDATE .. OF doesn't allow qualified column names 2015-04-08 15:46:18 +02:00
lukaseder
fad302058c Added Javadoc remark about nesting records being experimental 2015-04-08 15:06:18 +02:00
Lukas Eder
0302e60122 [#4170] Schema name rendered twice when calling static member procedure in Oracle 2015-04-07 16:58:20 +02:00
Lukas Eder
3abb12cd68 Release 3.5.4 2015-04-07 11:07:35 +02:00
Lukas Eder
c4d58139b0 Added additional test case to test Record.from() behaviour 2015-04-07 11:07:09 +02:00
Lukas Eder
37071279c0 [#4160] SQL generated by DSL.dateAdd() is invalid for certain dates in Oracle 2015-04-01 15:37:24 +02:00
Lukas Eder
4c5fe868a2 [#4161] { INSERT | UPDATE | MERGE } .. SET [ Record ] doesn't take changed flags into account 2015-04-01 15:08:50 +02:00
lukaseder
ae9233c758 [#4156] Cannot fetch REF CURSOR OUT parameters from Oracle stored procedures when using SQLDialect.ORACLE11G 2015-03-27 18:59:19 +01:00
lukaseder
b423fe316b [#4152] Add <T> Field<T> TableLike.field( { String | int }, { Class<T>, DataType<T>, Field<T> } ) 2015-03-23 11:55:17 +01:00
lukaseder
8c4839702b [#4147] SQLDialectNotSupportedException: ARRAY TABLE is not supported for SQL99 2015-03-20 14:48:14 +01:00
lukaseder
4d4ccf7454 Package generation is only available in Oracle 2015-03-18 19:08:56 +01:00
lukaseder
73e5405dde [#4146] Generate PL/SQL constants 2015-03-18 18:53:35 +01:00
lukaseder
539fb703b9 [#2936] Move .settings, and other Eclipse-related artefacts in a
separate place
2015-03-17 20:45:19 +01:00
lukaseder
a5a8bc09a5 [#2899] Support generating code based on JPA annotations 2015-03-17 19:04:31 +01:00
lukaseder
c937fdd7fd [#4143] Add onRow(LoaderRowListener) to the Loader API 2015-03-17 12:23:05 +01:00
lukaseder
eba347143c [#4143] Add onRow(LoaderRowListener) to the Loader API 2015-03-17 12:05:25 +01:00
lukaseder
05514b7f2d [#4141] Add support for specifying the encoding when loading CSV or JSON with the Loader API 2015-03-17 10:31:19 +01:00
lukaseder
a27940fc48 Added test case for this question: http://stackoverflow.com/q/29081837/521799 2015-03-17 09:20:43 +01:00
lukaseder
e2350c1695 [#4140] Recognize SQLDroid JDBC URLs 2015-03-17 09:19:28 +01:00
lukaseder
e339413053 [#4134] No milliseconds value when reading Timestamp values from SQLite 2015-03-15 17:07:45 +01:00
Lukas Eder
02af0c849a [#4132] GeneratorStrategy.instanceFields should be true by default 2015-03-10 17:43:14 +01:00
Lukas Eder
d1759cbd5b [#3846] Let examples work with latest release, not with SNAPSHOTs 2015-03-10 16:00:05 +01:00
Lukas Eder
d432068b02 Added unit test 2015-03-10 15:30:55 +01:00
Lukas Eder
a30deb89b2 [#4071] Emit a warning when a batch statement doesn't receive the right number of bind values 2015-03-10 15:22:28 +01:00
Lukas Eder
c727033652 [#4129] Add support for @javax.persistence.Id 2015-03-05 18:12:51 +01:00
Lukas Eder
bb1eb0ac84 [#4128] @javax.persistence.Column.name() is case-insensitive 2015-03-05 17:51:43 +01:00
Lukas Eder
7f7c2564c1 [#4127] Upgrade embedded jOOR dependency to 0.9.5 2015-03-05 15:57:45 +01:00
Lukas Eder
9d787a2005 [#4126] Fixed stale class 2015-03-05 13:06:38 +01:00
Lukas Eder
d6d4fbd579 [#4126] Add void DSLContext.mock(MockDataProvider, MockRunnable) and <T> T mockResult(MockDataProvider, MockCallable<T>) 2015-03-05 13:04:30 +01:00
Lukas Eder
fa11bb64a4 Fixed some warnings 2015-03-05 11:27:28 +01:00
Lukas Eder
6534a9cd7f [#4125] Add MockConnectionProvider and MockConfiguration for convenience 2015-03-05 11:08:32 +01:00
Lukas Eder
63c8c48a80 [#4122] Log code generation configuration XML only in DEBUG level 2015-03-04 14:54:41 +01:00
Lukas Eder
07a7c7905c [#4121] Row value expression IN predicates with subqueries are not formatted correctly 2015-03-04 14:37:20 +01:00
Lukas Eder
e688d1f036 Minor formatting regression 2015-03-04 14:30:45 +01:00
Lukas Eder
bf5def0cab [#4120] Invalid SQL generated when using TINYTEXT with MySQL DDL statements 2015-03-04 14:18:00 +01:00
Lukas Eder
6125ec11de [#4117] Invalid SQL generated when using UNSIGNED data types with
MariaDB DDL statements
2015-03-04 12:02:01 +01:00
Lukas Eder
f6a3fe744c [#4117] Invalid SQL generated when using UNSIGNED data types with MySQL DDL statements 2015-03-03 17:58:20 +01:00
Lukas Eder
1d87609c02 [#4114] Compilation error when a stored procedure has a parameter named "value" and the generator strategy generates lower case literals 2015-03-03 16:30:56 +01:00
Lukas Eder
9ea2499c29 [#3801] Add Result#intoMap and Result#intoGroups variants that take field index or field name 2015-03-03 15:44:48 +01:00
Lukas Eder
731661ddfb [#4110] Overload DDL API to accept Name instead of String arguments 2015-03-03 11:01:05 +01:00
lukaseder
82edce094e [#2639] Add stored procedure OUT values to DEBUG log output 2015-03-02 15:45:00 +01:00