Commit Graph

4050 Commits

Author SHA1 Message Date
lukaseder
05514b7f2d [#4141] Add support for specifying the encoding when loading CSV or JSON with the Loader API 2015-03-17 10:31:19 +01:00
lukaseder
a27940fc48 Added test case for this question: http://stackoverflow.com/q/29081837/521799 2015-03-17 09:20:43 +01:00
lukaseder
e2350c1695 [#4140] Recognize SQLDroid JDBC URLs 2015-03-17 09:19:28 +01:00
lukaseder
e339413053 [#4134] No milliseconds value when reading Timestamp values from SQLite 2015-03-15 17:07:45 +01:00
Lukas Eder
02af0c849a [#4132] GeneratorStrategy.instanceFields should be true by default 2015-03-10 17:43:14 +01:00
Lukas Eder
d1759cbd5b [#3846] Let examples work with latest release, not with SNAPSHOTs 2015-03-10 16:00:05 +01:00
Lukas Eder
d432068b02 Added unit test 2015-03-10 15:30:55 +01:00
Lukas Eder
a30deb89b2 [#4071] Emit a warning when a batch statement doesn't receive the right number of bind values 2015-03-10 15:22:28 +01:00
Lukas Eder
c727033652 [#4129] Add support for @javax.persistence.Id 2015-03-05 18:12:51 +01:00
Lukas Eder
bb1eb0ac84 [#4128] @javax.persistence.Column.name() is case-insensitive 2015-03-05 17:51:43 +01:00
Lukas Eder
7f7c2564c1 [#4127] Upgrade embedded jOOR dependency to 0.9.5 2015-03-05 15:57:45 +01:00
Lukas Eder
9d787a2005 [#4126] Fixed stale class 2015-03-05 13:06:38 +01:00
Lukas Eder
d6d4fbd579 [#4126] Add void DSLContext.mock(MockDataProvider, MockRunnable) and <T> T mockResult(MockDataProvider, MockCallable<T>) 2015-03-05 13:04:30 +01:00
Lukas Eder
fa11bb64a4 Fixed some warnings 2015-03-05 11:27:28 +01:00
Lukas Eder
6534a9cd7f [#4125] Add MockConnectionProvider and MockConfiguration for convenience 2015-03-05 11:08:32 +01:00
Lukas Eder
63c8c48a80 [#4122] Log code generation configuration XML only in DEBUG level 2015-03-04 14:54:41 +01:00
Lukas Eder
07a7c7905c [#4121] Row value expression IN predicates with subqueries are not formatted correctly 2015-03-04 14:37:20 +01:00
Lukas Eder
e688d1f036 Minor formatting regression 2015-03-04 14:30:45 +01:00
Lukas Eder
bf5def0cab [#4120] Invalid SQL generated when using TINYTEXT with MySQL DDL statements 2015-03-04 14:18:00 +01:00
Lukas Eder
6125ec11de [#4117] Invalid SQL generated when using UNSIGNED data types with
MariaDB DDL statements
2015-03-04 12:02:01 +01:00
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