lukaseder
75ff22fe99
[ #2032 ] Handle "DEFAULT_CATALOG" in the absence of catalog support
2015-12-10 14:58:09 +01:00
lukaseder
e2b4d0915d
[2032] Added first implementation draft working with SQL Server
2015-12-10 14:38:42 +01:00
lukaseder
c9900d6c9a
[ #4783 ] Fixed compilation error
2015-12-10 11:52:16 +01:00
lukaseder
f674daaa60
[ #4792 ] Add Schema.getCatalog() and render the catalog in SQL
2015-12-09 17:57:00 +01:00
lukaseder
9326779597
[ #4791 ] Upgrade scala dependency to 2.10.6
2015-12-09 16:40:03 +01:00
lukaseder
eb70ea0ad9
[ #4785 ] Added support for more dialects
2015-12-09 16:24:56 +01:00
lukaseder
b82e751006
[ #4785 ] Add support for OFFSET without LIMIT
2015-12-08 18:26:42 +01:00
lukaseder
1963b21e50
[ #4783 ] Unnecessary SQL exception logged in code generator
2015-12-08 17:45:13 +01:00
lukaseder
f137d51d2b
[ #4781 ] [ #4782 ]
...
- [#4781 ] Advanced Queue, when dequeueing with correlation: SQLException: Invalid column index
- [#4782 ] OracleDSL.DBMS_AQ.dequeue() does not return any MESSAGE_PROPERTIES_T values
2015-12-08 16:29:17 +01:00
lukaseder
887540a9d2
[ #4784 ] Add support for OFFSET .. LIMIT in addition to LIMIT .. OFFSET
2015-12-08 14:12:07 +01:00
lukaseder
20d3e41146
[ #4772 ] [ #4773 ]
...
- [#4772 ] Extremely slow mapping Record.into(ProxyableInterface.class)
- [#4773 ] DefaultRecordMapper is not thread safe when mapping proxyable interface
2015-12-04 11:23:13 +01:00
lukaseder
50a41de7b4
[ #4771 ] Confusing SQLDialectNotSupportedException when passing wrong arguments to DSL.nvl() function, and others
2015-12-03 13:08:43 +01:00
lukaseder
f2c80bbd12
[ #4761 ] Add MySQL IFNULL() support as a synonym for NVL()
2015-12-03 12:33:06 +01:00
lukaseder
921436509c
[ #4769 ] Improve TableLike.field(Field) Javadoc
2015-12-01 14:31:01 +01:00
lukaseder
33b019ee9c
[ #4762 ] org.jooq.Meta must not cache DatabaseMetaData in order not to violate the ConnectionProvider contract
2015-12-01 10:28:37 +01:00
lukaseder
ee30788263
[ #4749 ] Regression in AbstractParam throwing StackOverflowError when calling UDTRecord.toString()
2015-11-27 10:17:21 +01:00
lukaseder
1f99a66681
[ #4753 ] Add Settings for default naxRows, fetchSize, queryTimeout and other values
2015-11-26 19:43:40 +01:00
lukaseder
5185a5a022
[ #4737 ] Documentation bug: Deprecation remark on fieldByName(Class, String...) points to wrong substitute
2015-11-13 13:45:59 +01:00
lukaseder
597d0c300f
[ #4735 ] Add DSL.condition(Record) for Query By Example (QBE) predicate building support
2015-11-13 13:20:04 +01:00
lukaseder
a4ebfe114b
[ #3073 ] Added remarks about new Maven groupIds to maven-install.bat and .sh
2015-11-12 09:46:27 +01:00
lukaseder
94d2f64543
Release 3.7.1
2015-11-12 09:44:43 +01:00
lukaseder
09b106b16a
Workaround for a Java 6 compiler issues
2015-11-12 09:44:10 +01:00
lukaseder
dc0cba7210
[ #4729 ] Emulate DSL.count(Table) and countDistinct(Table) for all other dialects
2015-11-11 14:26:12 +01:00
lukaseder
cd9bba149b
[ #4731 ] Add Javadoc warning to Table.equals() to help prevent accidental usage
2015-11-11 12:12:47 +01:00
lukaseder
f147e8dc12
[ #4730 ] Recognise pgjdbc-ng JDBC URL in JDBCUtils.dialect(String)
2015-11-11 09:47:10 +01:00
lukaseder
c6d8626eab
[ #4724 ] Missing @Support annotations
2015-11-10 11:14:19 +01:00
lukaseder
1dbb27d049
[ #4724 ] Support PostgreSQL-specific native syntax
2015-11-10 10:41:32 +01:00
lukaseder
7b65c4fd29
[ #4724 ] Compare by PK only if the PK belongs to the same table
2015-11-10 10:32:01 +01:00
lukaseder
d3835638e2
[ #4724 ] Add Table.eq(Table<R>) and Table.ne(Table<R>)
2015-11-10 10:28:13 +01:00
lukaseder
ab3e79a814
[ #4721 ] Add Javadoc examples to DSL.using(String), showing proper use with try-with-resources
2015-11-08 17:20:24 +01:00
lukaseder
100c07ee5b
Use 3.8.0-SNAPSHOT versions in examples to avoid confusion
2015-11-05 17:22:00 +01:00
lukaseder
08048bffda
[ #4712 ] Cannot call standalone PostgreSQL function with enum array return type in non-public schema
2015-11-05 14:45:09 +01:00
lukaseder
b2fc85457f
[ #4708 ] Wrong enum type referenced from UDT, when the same enum type exists in different schemas in PostgreSQL
2015-11-05 13:54:53 +01:00
lukaseder
e89a2a8c9e
[ #681 ] Fixed jOOQ-meta-extensions compiler error
2015-10-26 17:51:41 +01:00
lukaseder
0ba293f6c4
[ #4693 ] Add DSL.toDate(value, format) and DSL.toTimestamp(value, format)
2015-10-26 15:48:39 +01:00
lukaseder
67405c4969
[ #4692 ] Use correct term for "ordered-set aggregate function" in Javadoc and manual
2015-10-21 16:50:09 +02:00
lukaseder
df1c1a711b
[ #4568 ] Add support for the PostgreSQL MODE() ordered-set aggregate function
2015-10-21 16:45:00 +02:00
lukaseder
8ba5ad556e
[ #4642 ] Fixed regression
2015-10-21 15:28:57 +02:00
lukaseder
5758429250
[ #4688 ] Add a Javadoc comment to DataType#convert() linking to Convert#convert() for detail
2015-10-21 12:36:07 +02:00
lukaseder
9c93ab45fd
[ #4686 ] Incomplete overloading of SelectJoinStep.straightJoin()
2015-10-21 12:28:49 +02:00
lukaseder
cb8b74a213
[ #4687 ] Add ResultQuery.fetchStream() as a alias for stream()
2015-10-21 12:27:53 +02:00
lukaseder
bfe3034187
[ #4687 ] Add ResultQuery.fetchStream() as a alias for stream()
2015-10-21 12:24:00 +02:00
lukaseder
cc24843cdb
Removed zero-width whitespace
2015-10-21 12:23:51 +02:00
lukaseder
207528f704
[ #4677 ] Add type safe overloads DSL.with(String, String, String) that will expect Select<? extends Record2<?, ?>>
2015-10-19 21:41:21 +02:00
lukaseder
94d40a5202
[ #4678 ] Plain SQL version SelectJoinStep.straightJoin() is missing @PlainSQL annotation
2015-10-18 17:18:47 +02:00
lukaseder
433129e614
[ #4676 ] Add SelectFromStep.from(Name) and similar convenience methods
2015-10-18 17:16:57 +02:00
lukaseder
2e0b9d4588
[ #681 ] Added support for domains to jOOQ-meta and generate stub classes
2015-10-18 16:51:46 +02:00
lukaseder
32cf366263
[ #4668 ] Added missing dialects that require a DUAL table
2015-10-17 20:57:30 +02:00
lukaseder
b1ac068141
[ #4668 ] Minor change... ;-)
2015-10-17 20:49:57 +02:00
lukaseder
66fe0e4076
[ #4672 ] Too many context objects are created when generating SQL
2015-10-17 20:42:49 +02:00