Commit Graph

4125 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
50698a3e2f [#4248] daoImplements option in MatcherStrategy not generating an implements statement in DAO class 2015-04-29 19:16:58 +02:00
lukaseder
5939c31565 [#2728] Add support for Amazon Redshift 2015-04-29 09:29:10 +02:00
lukaseder
04867f7e21 [#4227] ScalaGenerator should have its own list of reserved words 2015-04-29 09:28:35 +02:00
lukaseder
3d424e38fe [#4246] HANADataType isn't initialised in SQLDataType's static
initialiser block
2015-04-28 16:50:38 +02:00
lukaseder
ea5f9a8f15 [#4235] JDBCDatabase calls Meta.getPrimaryKeys() for all schemas, not
just for input schemas
2015-04-28 12:23:27 +02:00
lukaseder
2a8e0cfa1a [#4240] JDBCDatabase fetches tables from all schemas, not just from input schemas 2015-04-28 12:12:45 +02:00
lukaseder
889673f75c [#4236] Compilation error in compiled code when column is called "null" 2015-04-27 22:50:34 +02:00
lukaseder
72c4478442 [#4227] ScalaGenerator should have its own list of reserved words 2015-04-27 22:41:11 +02:00
lukaseder
1dd15005f7 [#4225] ScalaGenerator logs that it generates XXX.java files 2015-04-27 08:37:10 +02:00
lukaseder
89244f4831 Release 3.7.0-SNAPSHOT 2015-04-22 18:02:14 +02:00
lukaseder
eb7a22d371 Release 3.6.0 2015-04-22 15:36:37 +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
e71d53f11d Rename project also in <name/> 2015-04-21 09:51:30 +02:00
lukaseder
5d1273f74d [#4219] Adapted License header to ASL 2.0 only 2015-04-21 09:51:17 +02:00
Lukas Eder
ef51addef0 Merge pull request #4219 from alokmenghrajani/alok/JSONObject
[#4219] Implement an instance toString() method on JSONObject
2015-04-21 09:27:33 +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
14d8d2ceb1 [#4214] Add jOOQ-meta-extensions artefact to group JPADatabase, VertabeloDatabase and others 2015-04-20 15:43:11 +02:00
lukaseder
49cd6bc7b3 [#4216] Remove obsolete "release" profile from pom.xml files 2015-04-20 15:40:14 +02:00
lukaseder
7381b1998a [#4214] Add jOOQ-meta-extensions artefact to group JPADatabase,
VertabeloDatabase and others
2015-04-20 15:36:07 +02:00
lukaseder
e0823ae58e [#4214] Add jOOQ-meta-extensions artefact to group JPADatabase, VertabeloDatabase and others 2015-04-20 15:24:36 +02:00
Lukas Eder
06f65f003c Added a reference to the WildFly Quickstart projects 2015-04-17 16:37:15 +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
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