Commit Graph

4030 Commits

Author SHA1 Message Date
Lukas Eder
f6a3fe744c [#4117] Invalid SQL generated when using UNSIGNED data types with MySQL DDL statements 2015-03-03 17:58:20 +01:00
Lukas Eder
1d87609c02 [#4114] Compilation error when a stored procedure has a parameter named "value" and the generator strategy generates lower case literals 2015-03-03 16:30:56 +01:00
Lukas Eder
9ea2499c29 [#3801] Add Result#intoMap and Result#intoGroups variants that take field index or field name 2015-03-03 15:44:48 +01:00
Lukas Eder
731661ddfb [#4110] Overload DDL API to accept Name instead of String arguments 2015-03-03 11:01:05 +01:00
lukaseder
82edce094e [#2639] Add stored procedure OUT values to DEBUG log output 2015-03-02 15:45:00 +01:00
lukaseder
13a11789c7 [#4108] Add ExecuteListener.outStart(ExecuteContext) and outEnd(ExecuteContext) to capture fetching of Routine OUT parameters 2015-03-02 15:31:12 +01:00
lukaseder
ab8b6a1e54 [#3748] Add public Routine T getValue(Parameter<T>) and setValue(Parameter<T>, T) methods 2015-03-02 14:40:58 +01:00
lukaseder
cd58f9879a [#4107] Add Routine.getReturnParameter() 2015-03-02 14:24:37 +01:00
lukaseder
27d26848d2 [#4106] Add support for T-SQL optional INTEGER return values from stored procedures 2015-03-02 13:41:14 +01:00
Lukas Eder
8963c4c738 These tests don't mean anything 2015-02-27 19:27:15 +01:00
Lukas Eder
34a35accbd [#4105] Add an optional, synthetic COLUMNS clause to the INSERT API for
convenience
2015-02-27 18:22:21 +01:00
Lukas Eder
3614db1d48 [#4100] Use "&lt;" for "<" and "&gt;" for ">" in javadoc 2015-02-27 13:56:19 +01:00
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