lukaseder
ab7fa285ee
[ #7379 ] This has to be done for PostgreSQL as well
2018-06-07 13:18:56 +02:00
lukaseder
59e4394ca3
[ #7475 ] Fixed regression
2018-06-07 12:07:27 +02:00
lukaseder
659bfee7e0
[ #7497 ] Fixed regression
2018-06-07 11:56:59 +02:00
lukaseder
14896c0ab7
[ #7405 ] Fixed regression
2018-06-07 11:28:59 +02:00
lukaseder
940877ca20
[ #7548 ] Underflow when binding small Double values to Oracle JDBC
2018-06-06 14:12:46 +02:00
lukaseder
ba9ba94ea9
[ #7547 ] Code generator should not generate "USER-DEFINED" for unknown data types
2018-06-06 14:12:39 +02:00
lukaseder
7383fdc574
[ #7547 ] Code generator should not generate "USER-DEFINED" for unknown data types
2018-06-06 10:45:49 +02:00
lukaseder
7fced4be81
Fixed typo
2018-06-05 09:51:53 +02:00
lukaseder
5302ed1a97
[ #7498 ] No regression / backwards incompatibility
2018-06-04 11:24:21 +02:00
lukaseder
08a5f69e19
[ #7498 ] No regression / backwards incompatibility
2018-06-04 11:23:29 +02:00
lukaseder
fafe20bbf7
[ #7498 ] Improve RenderMapping to allow for adding a schema to unqualified objects
2018-06-04 10:37:16 +02:00
lukaseder
3e6ea7ff79
[ #7538 ] Deprecate some Field.xyz() convenience API
2018-06-01 15:06:48 +02:00
lukaseder
dc4857e051
[ #629 ] [ #7358 ] Fixed Support annotations
2018-06-01 14:48:19 +02:00
lukaseder
3e0ab98354
[ #1502 ] Additional documentation for implicit joins
2018-06-01 14:48:00 +02:00
lukaseder
4a7d2869db
[ #1502 ] Additional documentation for implicit joins
2018-06-01 11:37:47 +02:00
lukaseder
0d4c813bca
[ #7535 ] Missing Meta Database references in the manual
2018-06-01 11:11:29 +02:00
lukaseder
c1b56e9bd0
[ #2908 ] Documented Collations
2018-06-01 11:06:18 +02:00
lukaseder
261d176293
Java 6 fixes
2018-06-01 10:37:39 +02:00
lukaseder
643b6a5f07
[ #7322 ] Trailing newRecord() results in NULL insert statement
2018-06-01 10:37:28 +02:00
lukaseder
2aeef588f2
[ #629 ] Add support for the Teradata database
2018-05-31 18:20:41 +02:00
lukaseder
89e5dde657
[ #7433 ] Add support for Amazon Aurora PostgreSQL Edition
2018-05-31 12:18:07 +02:00
lukaseder
9dfdea8610
[ #7526 ] Clean up Support annotations
2018-05-31 10:51:51 +02:00
lukaseder
5df0893597
[ #7514 ] [ #7522 ] [ #7523 ] [ #7524 ] Various MariaDB features supported
...
- [#7514 ] Add MariaDB support for window functions
- [#7522 ] Add MariaDB support for inverse distribution functions
- [#7523 ] Add MariaDB support for WITH
- [#7524 ] Add support for MariaDB WITH TIES
2018-05-31 09:13:26 +02:00
lukaseder
a5b3605a02
[ #7514 ] [ #7522 ] [ #7523 ] [ #7524 ] Various MariaDB features supported
...
- [#7514 ] Add MariaDB support for window functions
- [#7522 ] Add MariaDB support for inverse distribution functions
- [#7523 ] Add MariaDB support for WITH
- [#7524 ] Add support for MariaDB WITH TIES
2018-05-30 17:19:34 +02:00
lukaseder
43f8f9a02d
[ #629 ] Add support for the Teradata database
2018-05-29 17:47:28 +02:00
lukaseder
3bbd66ca7c
[ #7358 ] Add support for SQL Data Warehouse
2018-05-29 10:03:28 +02:00
lukaseder
12425016ff
[ #7515 ] SEEK operations do not auto-convert bind variables to appropriate type
2018-05-29 10:03:24 +02:00
lukaseder
cb5422efff
[ #7358 ] Add support for SQL Data Warehouse
2018-05-25 18:36:46 +02:00
lukaseder
0512228565
[ #7358 ] Add support for SQL Data Warehouse
2018-05-25 18:30:57 +02:00
lukaseder
9cf6e785a9
[ #6794 ] [ #7501 ] Binding ARRAY of jsonb in Postgres function results in SQLDialectNotSupportedException
2018-05-24 16:23:32 +02:00
lukaseder
1ae9313b65
[ #7504 ] [ #7505 ] DefaultDataType.getDataType(SQLDialect) should use family
...
- [#7504 ] DefaultDataType.getDataType(SQLDialect) should use family
- [#7505 ] JDBCDatabase doesn't recognise vendor-specific data types
2018-05-24 14:16:45 +02:00
lukaseder
4a18ba32f1
[ #1502 ] Make constructor public (for cross schema navigation)
2018-05-24 13:16:23 +02:00
lukaseder
975dac427f
[ #7500 ] Nullability is not correctly generated for Postgres JSONB columns
2018-05-24 12:30:22 +02:00
lukaseder
d036f3f44b
[ #7497 ] Adaptations after the merge
2018-05-23 13:01:03 +02:00
lukaseder
6ec1958876
[ #7497 ] Adaptations after the merge
2018-05-23 12:57:30 +02:00
Lukas Eder
3146a29a19
Merge pull request #7497 from twilson-palantir/master
...
Specify capacity for internal ArrayLists whose size is known
2018-05-23 12:50:54 +02:00
Tim Wilson
5a5bddc640
Presize ArrayLists whose max size is known
2018-05-16 21:57:07 -07:00
lukaseder
2a3a57faf8
[ #6794 ] Custom type converters ignored for table-valued (set-returning) function parameters
2018-05-16 17:52:49 +02:00
lukaseder
42f9cf414e
Added additional remark to issue template
2018-05-16 16:12:59 +02:00
lukaseder
1437873636
[ #7494 ] Regression on DB2's INSERT .. RETURNING emulation
2018-05-16 16:10:28 +02:00
lukaseder
84977b97fa
[ #7494 ] Regression on DB2's INSERT .. RETURNING emulation
2018-05-16 15:53:59 +02:00
lukaseder
efa970c49a
[ #7409 ] Fixed a regression
2018-05-16 15:53:51 +02:00
lukaseder
98880773d3
[ #7494 ] Regression on DB2's INSERT .. RETURNING emulation
2018-05-16 14:53:05 +02:00
lukaseder
b8d633bceb
[ #7493 ] Emulate { OUTER | CROSS } APPLY on DB2
2018-05-16 12:40:12 +02:00
lukaseder
4caa9fd891
[ #7171 ] Support parsing INSERT table (without INTO)
2018-05-16 12:15:10 +02:00
lukaseder
166e2f1027
[ #7171 ] Fixed WHERE and CONNECT BY ordering
2018-05-16 11:53:02 +02:00
lukaseder
bd26ea245a
[ #7171 ] Support parsing the ENABLE keyword on constraints
2018-05-16 11:28:08 +02:00
lukaseder
f9b63e14c3
[ #7171 ] Support parsing MySQL's FIELD() function
2018-05-16 11:05:24 +02:00
lukaseder
b405aeb8bf
[ #7171 ] Add support for parsing DATEADD()
2018-05-16 10:33:57 +02:00
lukaseder
af1e22b651
[ #7171 ] Parse MySQL cast types { SIGNED | UNSIGNED } [ INTEGER ]
2018-05-16 10:32:35 +02:00