Lukas Eder
|
7d4bb64bf4
|
Merge pull request #4207 from thomasdarimont/feature/upgrade-spring-boot-example
Upgrade Spring Boot version in example to 1.2.3.
|
2015-04-15 21:47:35 +02:00 |
|
Thomas Darimont
|
89655b3ca4
|
Upgrade Spring Boot version to 1.2.3.
Simplified Spring Boot Configuration.
Upgraded jOOQ version to 3.5.4.
|
2015-04-15 19:54:17 +02:00 |
|
lukaseder
|
1bb7c16b45
|
[#4206] Add Converter<T, T> Converters.identity(Class<T>) to produce an identity converter
|
2015-04-15 19:16:29 +02:00 |
|
lukaseder
|
aa1a7f53b2
|
[#4204] Broken JavaFX example
|
2015-04-15 14:18:41 +02:00 |
|
lukaseder
|
bc9b0c32bb
|
[#3896] ConverterProvider is still experimental
|
2015-04-14 18:39:09 +02:00 |
|
lukaseder
|
c141458372
|
[#4021] Avoid unnecessary imports also in Scala
|
2015-04-14 13:42:03 +02:00 |
|
lukaseder
|
62a2c46ef6
|
Updated copyright date range
|
2015-04-14 09:46:11 +02:00 |
|
lukaseder
|
dcf05360d1
|
Specify javac version in pom.xml
|
2015-04-13 18:52:20 +02:00 |
|
lukaseder
|
ea91ff4834
|
Rename example project
|
2015-04-13 18:25:09 +02:00 |
|
lukaseder
|
a0a9648df7
|
Upgraded jOOQ to 3.5.4
|
2015-04-13 15:49:03 +02:00 |
|
lukaseder
|
bc96e77a29
|
[#3649] Fixed unit tests
|
2015-04-13 15:35:41 +02:00 |
|
lukaseder
|
7077eb7125
|
[#3255] DataTypeException: Cannot convert from "" (class java.lang.String) to class [B when casting to MySQL BINARY types
|
2015-04-13 13:35:35 +02:00 |
|
lukaseder
|
817fabc38e
|
[#4197] Incomplete Javadoc and @Support annotation on UPDATE .. RETURNING with respect to DB2 emulation
|
2015-04-11 19:06:28 +02:00 |
|
lukaseder
|
66cea7bd6e
|
[#4196] UpdateResultStep is erroneously declared as a subtype of Insert
|
2015-04-11 18:59:01 +02:00 |
|
lukaseder
|
c528f32abc
|
[#3649] Support DELETE FROM ... RETURNING
|
2015-04-11 18:56:04 +02:00 |
|
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 |
|