Lukas Eder
|
d48960d80c
|
[#2905] [#3940] Ensure that inline variables don't interfere with named variables when using batch
|
2015-02-18 13:16:07 +01:00 |
|
Lukas Eder
|
a10a413383
|
[#3940] Batch statements do not work when queries contain inlined bind variables
|
2015-02-18 10:47:17 +01:00 |
|
lukaseder
|
4a972678d2
|
[#2686] Add Result.fetchParents(ForeignKey) and Result.fetchChildren(ForeignKey) to fetch relations in a single query
|
2015-02-17 11:38:39 +01:00 |
|
lukaseder
|
2b06039e50
|
[#4065] Exception when loading array results from plain SQL queries into a Record
|
2015-02-17 10:49:14 +01:00 |
|
lukaseder
|
faaae0414d
|
merge...
|
2015-02-17 09:16:32 +01:00 |
|
lukaseder
|
5e77bb50d5
|
Merge branch 'master' of https://github.com/jOOQ/jOOQ
Conflicts:
jOOQ/src/main/java/org/jooq/impl/DefaultDSLContext.java
|
2015-02-17 09:15:02 +01:00 |
|
lukaseder
|
0616fefee3
|
Don't import the class itself
|
2015-02-17 09:14:15 +01:00 |
|
lukaseder
|
7bd06a856c
|
[#4064] Add PostgreSQL support for DSLContext.lastId()
|
2015-02-17 09:13:52 +01:00 |
|
Lukas Eder
|
0c10d02ede
|
Merge pull request #4064 from javfindly/patch-1
Add PostgreSQL support for DSLContext.lastId()
|
2015-02-17 08:58:16 +01:00 |
|
Javier Durante
|
7f41e2ed43
|
lastId implementation for Postgres
lastId implementation for Postgres
|
2015-02-16 10:04:58 +13:00 |
|
lukaseder
|
72de4aa303
|
[#4063] Add DSLContext.truncate(String) convenience method
|
2015-02-13 17:58:06 +01:00 |
|
lukaseder
|
cd6e6a0c6a
|
[#4056] Query.bind(String, Object) binds only to the first occurrence of a named bind value
|
2015-02-13 15:37:26 +01:00 |
|
lukaseder
|
414acb9700
|
[#3870] HSQLDB also supports the FILTER clause
|
2015-02-11 07:54:10 +01:00 |
|
lukaseder
|
9171d637a6
|
Perhaps, that kitten is slightly over the top ;-)
|
2015-02-10 17:36:50 +01:00 |
|
lukaseder
|
2a8ea78904
|
[#4046] Fixed Support annotations for SQL Server
|
2015-02-10 12:54:22 +01:00 |
|
lukaseder
|
49c8ff50d6
|
[#4046] Fixed FK Support annotations for Oracle
|
2015-02-10 12:07:57 +01:00 |
|
lukaseder
|
6bc9584a18
|
[#3708] Emit a newline character when performing formatted logging
|
2015-02-10 11:29:08 +01:00 |
|
lukaseder
|
7432f474a8
|
[#3734] Implement "C:/Program Files (x86)/Git/bin/sh.exe" as a default expression in matcher strategy rules
|
2015-02-10 11:18:13 +01:00 |
|
lukaseder
|
d192db59b1
|
[#3816] Use char literals instead of single-character String constants where applicable
|
2015-02-10 11:03:34 +01:00 |
|
lukaseder
|
fa5ed06f3a
|
[#4049] Added pmd plugin and fixed unnecessary import warnings
|
2015-02-10 10:43:54 +01:00 |
|
lukaseder
|
ed6579d15a
|
[#3941] Add DSL.param(Field<T>)
|
2015-02-10 09:32:40 +01:00 |
|
lukaseder
|
44dcd28bfa
|
Updated jOOQ dependency
|
2015-02-10 09:04:39 +01:00 |
|
Lukas Eder
|
a15308ecea
|
[#4048] Add support for ALTER TABLE ADD CONSTRAINT .. CHECK statements
|
2015-02-09 18:33:02 +01:00 |
|
Lukas Eder
|
290f7c562d
|
[#4046] Add support for ALTER TABLE ADD CONSTRAINT .. FOREIGN KEY statements
|
2015-02-09 18:29:29 +01:00 |
|
Lukas Eder
|
528c13a6ae
|
[#4047] Add DSL.deleteFrom() alias for DSL.delete()
|
2015-02-09 18:08:17 +01:00 |
|
Lukas Eder
|
ee72f49ec6
|
[#4046] Add support for ALTER TABLE ADD CONSTRAINT .. FOREIGN KEY statements
|
2015-02-09 18:04:58 +01:00 |
|
Lukas Eder
|
9af5f22829
|
[#4046] Add support for ALTER TABLE ADD CONSTRAINT .. FOREIGN KEY statements
|
2015-02-09 18:02:05 +01:00 |
|
Lukas Eder
|
70eb10349c
|
[#3338] Add support for ALTER TABLE ADD CONSTRAINT .. UNIQUE, PRIMARY KEY statements
|
2015-02-09 15:45:29 +01:00 |
|
Lukas Eder
|
2d4791e2ab
|
[#4044] Add support for ALTER TABLE DROP CONSTRAINT statements
|
2015-02-09 14:58:12 +01:00 |
|
Lukas Eder
|
f5f70565ef
|
[#4045] Add AlterTableStep.addColumn() and dropColumn() methods as synonyms for add() and drop()
|
2015-02-09 14:22:48 +01:00 |
|
Lukas Eder
|
6d9ddf1342
|
Fixed XSD references
|
2015-02-09 14:10:35 +01:00 |
|
Lukas Eder
|
8df581a350
|
[#4041] Bad unnesting of UDT arrays in PostgreSQL
|
2015-02-09 11:53:31 +01:00 |
|
Lukas Eder
|
465bc88d7e
|
[#3778] PostgreSQL enum array types have to be cast with their fully qualified name
|
2015-02-09 11:19:58 +01:00 |
|
lukaseder
|
1f2587d9a6
|
[#4036] Obsolete remark in RecordListener Javadoc about batch semantics
|
2015-02-09 08:23:48 +01:00 |
|
lukaseder
|
d0c5ea50cd
|
[#4021] Some bugfixes
|
2015-02-08 19:44:17 +01:00 |
|
lukaseder
|
7cdbbe29f6
|
[#4021] Add a ScalaGenerator
|
2015-02-08 19:02:26 +01:00 |
|
lukaseder
|
0a30844ab6
|
[#4021] Scala cannot easily call protected static methods
|
2015-02-08 19:01:49 +01:00 |
|
lukaseder
|
3d58cbeed9
|
[#4027] Let INSERT statements default to using DEFAULT VALUES when no values are specified
|
2015-02-05 15:10:46 +01:00 |
|
lukaseder
|
f6d9c8dc85
|
Merge branch 'master' of https://github.com/jOOQ/jOOQ
|
2015-02-05 13:05:19 +01:00 |
|
lukaseder
|
53b326a7bb
|
[#4028] Loader API's onDuplicateKeyIgnore() executes inefficient SELECT
|
2015-02-05 13:04:28 +01:00 |
|
lukaseder
|
24134dd65e
|
[#3975] Add support for bulk insertion in the Loader API
|
2015-02-05 13:00:33 +01:00 |
|
Lukas Eder
|
e48eb20fbb
|
[#4022] NullPointerException when generating SQLite table with composite primary key
|
2015-02-03 18:58:21 +01:00 |
|
Lukas Eder
|
427e3471c0
|
Eclipse...
|
2015-02-03 18:55:33 +01:00 |
|
Lukas Eder
|
4a5ab98d83
|
[#4022] NullPointerException when generating SQLite table with composite primary key
|
2015-02-03 18:55:26 +01:00 |
|
Lukas Eder
|
c7121a23c0
|
[#4019] Add system property to remove the logo from the log output
|
2015-02-03 15:54:47 +01:00 |
|
lukaseder
|
dcff603068
|
[#4017] jooq-meta-3.5.0.xsd is not valid XSD 1.0
|
2015-02-03 10:33:55 +01:00 |
|
lukaseder
|
fe49812b2a
|
[#4017] jooq-meta-3.5.0.xsd is not valid XSD 1.0
|
2015-02-03 10:30:25 +01:00 |
|
lukaseder
|
c9fae85492
|
Fixed XSD Typo
|
2015-02-03 10:30:14 +01:00 |
|
lukaseder
|
de3c2e71a2
|
[#4011] Loader does not call release() when acquiring connections to commit transactions
|
2015-01-29 15:37:12 +01:00 |
|
lukaseder
|
1fff3741bd
|
[#4012] Add new LoaderConfigurationException to indicate bad configurations in Loader API
|
2015-01-29 15:20:17 +01:00 |
|