lukaseder
fef4fc1716
[ #7171 ] Better error message after JOIN
2018-03-09 13:13:30 +01:00
lukaseder
e545a4bde0
[ #7171 ] MERGE without INTO (possible in SQL Server)
2018-03-09 12:55:19 +01:00
lukaseder
3dcb32098e
[ #7171 ] Support parsing ON CONFLICT DO (no constraint specification)
2018-03-09 12:47:46 +01:00
lukaseder
dd2e6ada84
[ #7171 ] Support parsing @ and # characters in identifiers
2018-03-09 12:38:17 +01:00
lukaseder
fccac91ca4
[ #7171 ] Support SQL Server style hints for aliased tables
2018-03-09 12:23:57 +01:00
lukaseder
79821229e2
[ #7171 ] Support parsing SQL Server CONVERT() function
2018-03-09 12:18:47 +01:00
lukaseder
98155190d8
[ #7171 ] Support parsing Oracle TO_NUMBER() function
2018-03-09 12:09:28 +01:00
lukaseder
681259cd6e
[ #7171 ] OSS version fix
2018-03-09 12:00:32 +01:00
lukaseder
42ee53b027
[ #7171 ] Support parsing Oracle DECODE function
2018-03-09 11:53:56 +01:00
lukaseder
6399be2373
[ #7171 ] Support parsing SQL Server getdate()
2018-03-09 11:38:49 +01:00
lukaseder
26673d4992
[ #7171 ] Parse and fail clauses available only in the pro edition
2018-03-09 11:24:24 +01:00
lukaseder
a6ac44dc0a
[ #7171 ] Support parsing SQL Server style table hints
2018-03-09 11:06:14 +01:00
lukaseder
c9815d42b6
[ #7171 ] [ #7261 ] Add more error messages to the parser
2018-03-09 10:31:45 +01:00
lukaseder
57b98bcf70
[ #7171 ] Better exception formatting (adding ... around abbreviated SQL strings)
2018-03-09 09:51:50 +01:00
lukaseder
feb2f43785
[ #7171 ] Add support for parsing Oracle outer join
2018-03-08 17:38:23 +01:00
lukaseder
d788264471
[ #7171 ] Add support for parsing Oracle outer join
2018-03-08 17:22:08 +01:00
lukaseder
569948bc8e
[ #7171 ] Add support for parsing Oracle outer join
2018-03-08 17:13:47 +01:00
lukaseder
7603a21da9
[ #7264 ] Add Parser.parseSelect()
2018-03-08 17:05:24 +01:00
lukaseder
63ab719e52
Added internal Parser instance
2018-03-08 16:54:53 +01:00
lukaseder
ed5421ea9a
Help the Java 6 compiler with type inference & avoid JDK 7 API
2018-03-08 11:48:47 +01:00
lukaseder
dbf7f9d4fc
[ #7258 ] Deprecate org.jooq.Clause
2018-03-07 13:58:54 +01:00
lukaseder
d72bd3c5d6
[ #2051 ] Add is[Not]DistinctFrom() to Row[N] types
2018-03-05 12:47:21 +01:00
lukaseder
936a692dc3
[ #5988 ] Add Javadoc to DSL.table(String) and Table.field(String) explaining the lack of field references in plain SQL tables
2018-03-05 11:37:19 +01:00
lukaseder
c0af9354d9
[ #5318 ] Add support for ALTER TABLE .. ADD (...) to add multiple objects to a table at once
2018-03-01 16:53:38 +01:00
lukaseder
44ce8b3f23
[ #7171 ] Support parsing PostgreSQL array data types
2018-03-01 15:39:38 +01:00
lukaseder
47fe7434b7
[ #7171 ] Nested set operations in derived tables
2018-03-01 14:57:00 +01:00
lukaseder
3d2e04b77c
[ #7171 ] Correctly parse nested unions in correlated subqueries
2018-03-01 14:36:10 +01:00
lukaseder
7018e7a9ee
[ #7171 ] [ #7237 ]
...
- [#7237 ] now() function
- [#7171 ] current_timestamp(), current_time(), and current_date() can be functions, not just literals
2018-03-01 11:32:35 +01:00
lukaseder
052872de87
Java 8 fix
2018-02-28 16:42:12 +01:00
lukaseder
9c687202fc
[ #7231 ] Not all columns are fetched when plain SQL tables are mixed with generated ones
2018-02-28 11:21:07 +01:00
lukaseder
2177fcd3dc
[ #7222 ] [ #7224 ] [ #6431 ] Fix for edge cases
2018-02-27 15:30:00 +01:00
lukaseder
0602692413
[ #7224 ] Do not emulate nested set operators if not strictly needed
...
- [#7222 ] IN (SELECT .. UNION SELECT ..) doesn't work on Derby
- [#7224 ] Do not emulate nested set operators if not strictly needed
- [#6431 ] Recursive CTE doesn't work on MySQL because of automatic UNION nesting
2018-02-27 15:24:30 +01:00
lukaseder
1c1e27521a
[ #2132 ] Add support for non-standard date-time fields in the EXTRACT() function and other functions
2018-02-22 17:56:31 +01:00
lukaseder
d1ccb52d89
[ #5594 ] [ #7171 ] Parser support for FETCH NEXT n PERCENT ROWS
2018-02-22 16:13:36 +01:00
lukaseder
1b393d5911
[ #5594 ] [ #7171 ] Parser support for FETCH NEXT n PERCENT ROWS
2018-02-22 15:57:59 +01:00
lukaseder
00a4b5c317
[ #5594 ] Add support for Oracle 12c FETCH N PERCENT ROWS and SQL Server TOP n PERCENT clauses
2018-02-22 15:43:21 +01:00
lukaseder
d3bfb54a9a
[ #4556 ] Partial fix
2018-02-22 13:38:01 +01:00
lukaseder
fd0aee60aa
[ #6879 ] Add javax.xml.bind:jaxb-api dependency and avoid using the implementation
2018-02-22 11:04:17 +01:00
lukaseder
7c80289e35
[ #7171 ] Add support for parsing Oracle-style hints
2018-02-22 11:03:06 +01:00
lukaseder
b63f64e03b
[ #6358 ] Add ResultQuery.fetchSet(RecordMapper)
2018-02-20 12:51:34 +01:00
lukaseder
381a218038
[ #6358 ] Add ResultQuery.fetchSet(RecordMapper)
2018-02-20 12:45:23 +01:00
lukaseder
15cd9700b8
[ #7171 ] [ #7203 ] DDLDatabase fails with order in Index statements
2018-02-20 09:09:18 +01:00
lukaseder
54c79f9b96
[ #7139 ] Emulate this for MariaDB, MySQL
2018-02-19 12:44:20 +01:00
lukaseder
4bfd5aa284
[ #6241 ] DataType.nullable() and defaultValue() are not generated for enum types
2018-02-19 11:44:30 +01:00
lukaseder
fd4d124d0d
[ #7075 ] Fix for primitive types
2018-02-16 16:58:55 +01:00
lukaseder
c1ef45afe2
[ #7075 ] Generate equals(), hashCode(), and toString() on XJC generated classes
2018-02-16 16:46:57 +01:00
lukaseder
2664dbae57
[ #7194 ] H2 MetaTable's string column default values are wrong
2018-02-16 15:00:57 +01:00
lukaseder
46f3465c90
[ #7028 ] [ #7043 ] Emulate CREATE TABLE .. COMMENT for Oracle
2018-02-16 14:08:26 +01:00
lukaseder
b3c8dce4ab
[ #7191 ] Using VARBINARY type with length on Oracle fails in DDL statements
2018-02-16 13:26:50 +01:00
lukaseder
9bea1239a2
[ #7189 ] NullPointerException when DSL.name(Name...) contains a null Name argument
2018-02-16 13:17:14 +01:00