Commit Graph

2155 Commits

Author SHA1 Message Date
lukaseder
92cfc26f2c [#4255] Add the PostgreSQL VOID data type 2015-04-30 16:39:50 +02:00
lukaseder
622ddb9924 [#4252] Provide an out-of-the-box mapping between jOOQ's SQLDialect and Spring dialect names 2015-04-29 21:02:14 +02:00
lukaseder
f732910409 [#4253] Provide an out-of-the-box mapping between jOOQ's SQLDialect and Hibernate dialect names 2015-04-29 20:51:46 +02:00
lukaseder
5939c31565 [#2728] Add support for Amazon Redshift 2015-04-29 09:29:10 +02:00
lukaseder
3d424e38fe [#4246] HANADataType isn't initialised in SQLDataType's static
initialiser block
2015-04-28 16:50:38 +02:00
lukaseder
89244f4831 Release 3.7.0-SNAPSHOT 2015-04-22 18:02:14 +02:00
lukaseder
fcfaa508e4 ... 2015-04-22 15:20:41 +02:00
lukaseder
6e77528ea8 Release 3.6.0 2015-04-22 15:20:21 +02:00
lukaseder
41096ff85d [#3765] More HANA @Support fixes 2015-04-22 13:05:14 +02:00
lukaseder
9aa2c73120 HANA API fixes 2015-04-22 07:42:28 +02:00
lukaseder
61dd0e8f38 [#4219] Implement toString() on JSONArray 2015-04-22 07:41:58 +02:00
lukaseder
eff6bb61f0 [#3765] HANA doesn't support savepoints 2015-04-21 17:51:05 +02:00
lukaseder
5bc560d4b0 [#4151] ... and Derby of course 2015-04-21 17:26:49 +02:00
lukaseder
8d5507e724 Merge branch 'master' of https://github.com/jOOQ/jOOQ 2015-04-21 17:02:53 +02:00
lukaseder
36b3acec61 [#4151] Fix behaviour for H2 and HSQLDB 2015-04-21 17:01:59 +02:00
lukaseder
5d1273f74d [#4219] Adapted License header to ASL 2.0 only 2015-04-21 09:51:17 +02:00
Alok Menghrajani
5fe01765a6 Implements an instance toString() method on JSONObject.
http://www.jooq.org/javadoc/latest/ is not very clear about JSONObject
taking a map as a parameter in the constructor but calling toString on
the resulting object won't return a JSON string.

I feel things can be improved by either adding something to the documentation
or by having a toString() method which calls toJSONString. This commit
implements the latter.
2015-04-20 15:40:58 -07:00
lukaseder
0a52ca4bc1 Synchronise with pro repository 2015-04-20 15:46:17 +02:00
lukaseder
49cd6bc7b3 [#4216] Remove obsolete "release" profile from pom.xml files 2015-04-20 15:40:14 +02:00
lukaseder
a8832ce50e [#231] Make sure to call Blob.free() and Clob.free() after query exec 2015-04-17 15:33:50 +02:00
lukaseder
ebaa268002 [#231] Add BlobBinding and ClobBinding to use java.sql.Blob and java.sql.Clob on a JDBC level 2015-04-17 14:57:30 +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
bc9b0c32bb [#3896] ConverterProvider is still experimental 2015-04-14 18:39:09 +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
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
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
539fb703b9 [#2936] Move .settings, and other Eclipse-related artefacts in a
separate place
2015-03-17 20:45:19 +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