Commit Graph

4018 Commits

Author SHA1 Message Date
lukaseder
75a95db23e [#4101] Cleanup and revert of previous funky commit 2015-02-26 19:09:43 +01:00
lukaseder
6cdafb79fc [#4101] Wrong DSL.currentTimestamp() and currentTime() implementations in Oracle 2015-02-26 19:01:59 +01:00
lukaseder
5df76d28ae [#4097] Use SQL standard EXTRACT() function also in Oracle 2015-02-26 18:42:03 +01:00
lukaseder
2c67199b18 [#4085] Add DSL.list(QueryPart...) to allow for creating lists in SQL templates 2015-02-26 08:53:59 +01:00
Lukas Eder
059d44591b [#3727] Don't apply this fix to databases other than PostgreSQL 2015-02-25 18:21:43 +01:00
Lukas Eder
3bd5d16ad0 [#3727] Don't apply this fix to databases other than PostgreSQL 2015-02-25 18:18:08 +01:00
Lukas Eder
38d155a0fd [#4096] jooq-meta-3.5.2.xsd doesn't specify the right namespaces 2015-02-25 16:54:24 +01:00
Lukas Eder
5a72389125 [#3188] Implementation simplification 2015-02-25 16:45:05 +01:00
Lukas Eder
67caf5b24c [#3188] [#3889] Add DataType.getBinding() 2015-02-25 16:22:30 +01:00
Lukas Eder
b6f1fd0573 [#4093] Typo in Javadoc on DataType.asConvertedDataType() 2015-02-24 16:11:26 +01:00
Lukas Eder
7abab49c95 [#2905] Add support for named parameters in BatchBindStep.bind() 2015-02-18 14:27:37 +01:00
Lukas Eder
90a15a5dab [#4075] Bad result from Query.getBindValues() when named Params are repeated 2015-02-18 14:08:24 +01:00
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