lukaseder
|
d1a40f144b
|
Fixed readme
|
2015-05-26 16:33:36 +02:00 |
|
lukaseder
|
a80bec8211
|
Simpler readme
|
2015-05-26 16:29:30 +02:00 |
|
lukaseder
|
6a0e42d5eb
|
Upgraded jOOQ Examples to jOOQ 3.6.1
|
2015-05-26 16:24:39 +02:00 |
|
lukaseder
|
501caf4d02
|
[#4307] Add an example using the Spark Framework
|
2015-05-26 16:24:27 +02:00 |
|
lukaseder
|
3a91f13e08
|
[#4304] Add support for INTERSECT ALL, EXCEPT ALL clauses
|
2015-05-25 21:11:44 +02:00 |
|
lukaseder
|
d7a22fac96
|
Merged pro code
|
2015-05-21 18:38:43 +02:00 |
|
lukaseder
|
874b4b890f
|
[#4300] DROP .. IF EXISTS implemented incorrectly in Sybase SQL Anywhere
|
2015-05-21 18:38:23 +02:00 |
|
lukaseder
|
64022b4279
|
[#1350] Add support for the Vertica database
|
2015-05-20 20:21:57 +02:00 |
|
lukaseder
|
1b5cc6d638
|
[#4295] Common Table Expression declarations don't set the Context.subquery() flag
|
2015-05-20 17:18:13 +02:00 |
|
lukaseder
|
0a6596abc5
|
[#1350] Add support for the Vertica database
|
2015-05-20 15:49:47 +02:00 |
|
lukaseder
|
61579c63f2
|
[#4292] Wrong emulation of "grand total" GROUP BY () clause in dialects that do not natively support them
|
2015-05-20 15:49:25 +02:00 |
|
lukaseder
|
474c29262b
|
[#4287] Remove unused import org.jooq.Row in generated records
|
2015-05-19 18:12:10 +02:00 |
|
lukaseder
|
effc95547d
|
[#4284] Add { Cursor | Record | RecordType | Result | Row | TableLike | UDT }.field(Name) to extract qualified fields from a row type
|
2015-05-15 14:55:44 +02:00 |
|
lukaseder
|
8ae756e6b7
|
[#4283] Plain SQL queries should read the ResultSetMetaData.getTableName() property if it is available, and produce DSL.field(Name) for better disambiguation
|
2015-05-15 13:47:19 +02:00 |
|
lukaseder
|
74d5c3a658
|
[#1350] Add support for the VERTICA database
|
2015-05-14 15:07:39 +02:00 |
|
lukaseder
|
c5fd658312
|
Fixed OSS edition compilation error
|
2015-05-13 07:43:37 +02:00 |
|
lukaseder
|
5d5be8c436
|
[#4281] Add support for MySQL's STRAIGHT_JOIN
|
2015-05-12 17:24:51 +02:00 |
|
lukaseder
|
c12cd2d939
|
[#4280] Document MySQL connector's fetchSize behaviour in ResultQuery.fetchSize()
|
2015-05-09 18:49:35 +02:00 |
|
lukaseder
|
1c7ae2da3a
|
Improved formatting of bitnot emulation
|
2015-05-08 16:41:53 +02:00 |
|
lukaseder
|
979b1f05fd
|
[#4218] Add LoaderSourceStep.loadArrays(Iterable<? extends Object[]>)
|
2015-05-08 09:55:43 +02:00 |
|
lukaseder
|
8fe6a9100a
|
[#4212] Add LoaderSourceStep.loadRecords(Iterable<? extends Record>)
|
2015-05-08 09:48:00 +02:00 |
|
lukaseder
|
e2765eae96
|
[#4218] Add LoaderSourceStep.loadRows(Iterable<? extends Object[]>)
|
2015-05-07 17:43:09 +02:00 |
|
lukaseder
|
19dbd4ea29
|
[#2728] Add support for Amazon Redshift
|
2015-05-06 19:46:16 +02:00 |
|
lukaseder
|
adbd2f4d38
|
[#2728] Add support for Amazon Redshift
|
2015-05-06 19:10:47 +02:00 |
|
lukaseder
|
3a20599ecc
|
[#2728] Add support for Amazon Redshift
|
2015-05-06 18:10:54 +02:00 |
|
lukaseder
|
f083198968
|
[#2728] Add support for Amazon Redshift
|
2015-05-06 18:02:09 +02:00 |
|
lukaseder
|
954713d850
|
[#4275] Remove VisitListener's experimental disclaimer from Javadocs
|
2015-05-06 15:50:30 +02:00 |
|
lukaseder
|
50bc25b4d9
|
More idiomatic Scala
|
2015-05-06 15:45:16 +02:00 |
|
lukaseder
|
7cea567450
|
Avoid compiler issues with the Java 6 compiler
|
2015-05-06 15:45:07 +02:00 |
|
lukaseder
|
98530ee871
|
[#4254] INFORMATION_SCHEMA.PARAMETERS.PARAMETER_DEFAULT was added in PostgreSQL 9.4 only
|
2015-05-06 14:33:11 +02:00 |
|
lukaseder
|
337cd45c9b
|
Use Scala syntax sugar in method declarations
|
2015-05-06 12:47:46 +02:00 |
|
lukaseder
|
411f5f434c
|
[#4273] Add implicit ScalaDSLContext type to add additional functionality to DSLContext for Scala users
|
2015-05-06 12:38:59 +02:00 |
|
lukaseder
|
7279f068b9
|
[#4271] Add implicit ScalaResultQuery type to add additional functionality to ResultQuery for Scala users
|
2015-05-06 11:59:18 +02:00 |
|
lukaseder
|
a681e671a9
|
[#4272] Add missing <E> E ResultQuery.fetchAny(RecordMapper<? super R,
E>)
|
2015-05-06 11:10:25 +02:00 |
|
lukaseder
|
543815c9ab
|
[#4272] Add missing <E> E ResultQuery.fetchAny(RecordMapper<? super R, E>)
|
2015-05-06 10:41:03 +02:00 |
|
lukaseder
|
4ef2b92d3c
|
[#4269] No columns generated for PostgreSQL SETOF [ scalar type ]
|
2015-05-05 08:37:10 +02:00 |
|
lukaseder
|
8da0229d1b
|
[#2728] Add support for Amazon Redshift
|
2015-05-04 19:58:49 +02:00 |
|
lukaseder
|
f5a4c79d5b
|
[#2728] Add support for Amazon Redshift
|
2015-05-04 19:00:28 +02:00 |
|
lukaseder
|
80a633fe4a
|
[#4268] INSERT .. VALUES clause should be rendered on a new line when rendering formatted SQL
|
2015-05-04 18:55:31 +02:00 |
|
lukaseder
|
c3d7b8fe70
|
[#2728] Add support for Amazon Redshift
|
2015-05-04 18:33:04 +02:00 |
|
lukaseder
|
531cff0060
|
[#4263] Deprecate support for JPA annotations in DefaultRecordMapper
|
2015-05-04 12:48:10 +02:00 |
|
lukaseder
|
d5fb5b1f6b
|
[#4264] Deprecate the <jpaAnnotations/> code generation flag
|
2015-05-04 12:24:03 +02:00 |
|
lukaseder
|
da10707bc5
|
[#4258] Bad SQL generated for quantified row value expression predicates in Oracle
|
2015-05-01 14:45:17 +02:00 |
|
lukaseder
|
e7dec0fb21
|
[#3779] Unify implementation of INSERT .. VALUES and INSERT .. SELECT
|
2015-05-01 13:53:35 +02:00 |
|
lukaseder
|
6f6d965a52
|
Fixed unit tests
|
2015-04-30 21:49:36 +02:00 |
|
lukaseder
|
97a58e9d72
|
[#4162] Malformed record literal when using PostgreSQL array of user-defined types
|
2015-04-30 18:49:18 +02:00 |
|
lukaseder
|
a251b1e8da
|
Use the ScalaGenerator in the jOOQ-scala tests
|
2015-04-30 16:41:23 +02:00 |
|
lukaseder
|
37612d24de
|
[#4254] Add support for default routine parameters in PostgreSQL
|
2015-04-30 16:40:55 +02:00 |
|
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 |
|