Lukas Eder
2592baf1bb
[ jOOQ/jOOQ#11253 ] Add some convenience API for locally overriding
...
Context.paramType(), Context.qualify(), and other flags
2021-01-19 15:43:44 +01:00
Lukas Eder
c9d36e6978
[ jOOQ/jOOQ#11252 ] Add support for SET LOCAL statements
2021-01-19 13:45:59 +01:00
Lukas Eder
41590b2b53
[ jOOQ/jOOQ#11243 ] Added missing @NotNull annotation
2021-01-19 13:22:29 +01:00
Lukas Eder
0acb21359d
[ jOOQ/jOOQ#11243 ] Emulate FOR UPDATE .. WAIT n using SET LOCAL LOCK_TIMEOUT in PostgreSQL dialects
2021-01-19 11:35:47 +01:00
Lukas Eder
27e20ad1e4
[ jOOQ/jOOQ#6956 ] Support MARIADB, MYSQL, SQL Server
...
- Added Support annotations
- Test workarounds for missing REFERENCING clause support
- Support parsing SQL Server syntax
- Added support for FOR EACH STATEMENT
2021-01-18 21:20:31 +01:00
Lukas Eder
19913c0521
[ jOOQ/jOOQ#6956 ] Support MARIADB and MYSQL
...
- Added MariaDB annotations
- Test workarounds for missing REFERENCING clause support
2021-01-18 17:28:34 +01:00
Lukas Eder
86cc65c617
[ jOOQ/jOOQ#11246 ] Add support for TRIGGER pseudo columns DELETING,
...
INSERTING, UPDATING
2021-01-18 15:15:39 +01:00
Lukas Eder
63fd8d6bc8
[ jOOQ/jOOQ#11196 ] [ jOOQ/jOOQ#11249 ] Using lambdas when wrapping code
...
- in try/catch blocks
- in begin/end blocks
2021-01-18 14:53:57 +01:00
Lukas Eder
5df7fe3700
[ jOOQ/jOOQ#11246 ] Add support for TRIGGER pseudo columns DELETING, INSERTING, UPDATING
...
This includes:
- [jOOQ/jOOQ#11247 ] VariableImpl should render qualified name
2021-01-18 11:02:32 +01:00
Lukas Eder
58efa255b6
[ jOOQ/jOOQ#6956 ] Parse CREATE TRIGGER
2021-01-18 09:22:05 +01:00
Lukas Eder
b2d7bf5bdd
Merge branch 'main' of github.com:jOOQ/jOOQ
2021-01-18 09:15:19 +01:00
Lukas Eder
a911f2e76c
[ jOOQ/jOOQ#11244 ] SelectQuery.setForUpdate and similar methods do not clear flag when value is false
2021-01-18 09:10:26 +01:00
Lukas Eder
e3bd8d2faa
[ jOOQ/jOOQ#6956 ] Add support for CREATE, DROP TRIGGER
...
- Added DSL (CREATE, DROP)
- Added parser support (DROP)
- Added simple integration tests
2021-01-15 17:39:56 +01:00
Lukas Eder
7916e2c24c
[ jOOQ/jOOQ#6956 ] Add support for CREATE, DROP TRIGGER
...
- Added DSL (CREATE, DROP)
- Added parser support (DROP)
- Added simple integration tests
2021-01-15 17:35:17 +01:00
Lukas Eder
599302b980
[ jOOQ/jOOQ#9854 ] Fixed DECIMAL implementation for Firebird
2021-01-15 14:12:33 +01:00
Lukas Eder
0f66abf2fb
[ jOOQ/jOOQ#10030 ] Add a type annotation to all jOOQ API that accepts explicit string types
2021-01-15 11:12:01 +01:00
Lukas Eder
82fc6f52aa
[ jOOQ/jOOQ#11242 ] Remove deprecated on(Boolean), where(Boolean), having(Boolean), etc
2021-01-15 10:26:41 +01:00
Lukas Eder
167f598b0f
[ jOOQ/jOOQ#9854 ] Fixed imports
2021-01-14 17:40:29 +01:00
Lukas Eder
bb2ce3a43b
[ jOOQ/jOOQ#9854 ] Add support for DB2 DIGITS() function
2021-01-14 16:53:10 +01:00
Lukas Eder
51ebec9fc5
[ jOOQ/jOOQ#11232 ] Support parsing MINVALUE() and MAXVALUE()
2021-01-14 15:57:49 +01:00
Lukas Eder
1c58bc1966
[ jOOQ/jOOQ#8714 ] Support SQL Server function SQUARE()
2021-01-14 15:22:30 +01:00
Lukas Eder
9c52094957
[ jOOQ/jOOQ#11235 ] Parser fails when union subquery contains correlated subquery
2021-01-14 13:36:50 +01:00
Lukas Eder
9f15b877d0
[ jOOQ/jOOQ#11232 ] WIP
2021-01-14 12:40:22 +01:00
Lukas Eder
ae33ea75db
[ jOOQ/jOOQ#11232 ] WIP
2021-01-14 12:13:05 +01:00
Lukas Eder
fd0c0cec09
[ jOOQ/jOOQ#11232 ] Removed some unused names
2021-01-14 11:06:45 +01:00
Lukas Eder
774d2ff617
[ jOOQ/jOOQ#11231 ] Support parsing Access ASC() or Firebird ASCII_VAL() functions
2021-01-14 09:55:09 +01:00
Lukas Eder
dec1e60c29
[ jOOQ/jOOQ#7290 ] Add DSL.chr(int)
2021-01-13 20:27:13 +01:00
Lukas Eder
4828ac5488
[ jOOQ/jOOQ#11228 ] Settings.isMapConstructorParameterNamesInKotlin doesn't work for kotlin inline classes
2021-01-13 17:42:06 +01:00
Lukas Eder
199919529f
Whitespace change
2021-01-13 16:40:42 +01:00
Lukas Eder
d6edf270d3
[ jOOQ/jOOQ#11224 ] DROP TEMPORARY TABLE doesn't generate TEMPORARY keyword in MariaDB
2021-01-13 16:27:46 +01:00
Lukas Eder
c11d086416
Whitespace change
2021-01-13 16:16:14 +01:00
Lukas Eder
8dfd0f5011
[ jOOQ/jOOQ#9163 ] Standardise ALTER SEQUENCE
...
This includes:
- [jOOQ/jOOQ#11222 ] Re-add type safety to ALTER SEQUENCE statement
- [jOOQ/jOOQ#11223 ] Prevent parsing the same flag twice in CREATE
SEQUENCE and ALTER SEQUENCE
2021-01-13 15:50:37 +01:00
Lukas Eder
28d7c22e17
[ jOOQ/jOOQ#9163 ] Standardise TRUNCATE
2021-01-13 12:42:24 +01:00
Lukas Eder
179f15d277
[ jOOQ/jOOQ#10645 ] Native support for FETCH NEXT .. WITH TIES
2021-01-12 21:48:18 +01:00
Lukas Eder
b7425905f3
[ jOOQ/jOOQ#10645 ] Native support for FETCH NEXT .. WITH TIES
2021-01-12 21:48:02 +01:00
Lukas Eder
955c1ae1c5
[ jOOQ/jOOQ#10645 ] Add SQLDialect.POSTGRES_13
2021-01-12 15:40:37 +01:00
Lukas Eder
be0614cfd8
[ jOOQ/jOOQ#8715 ] PostgreSQL supports LOG10 only in version 12+
2021-01-12 15:29:53 +01:00
Lukas Eder
4ece30368e
[ jOOQ/jOOQ#11200 ] Multithread deadlock: org.jooq.impl.AbstractField references subclass org.jooq.impl.Val in static initializer
2021-01-12 15:19:31 +01:00
Lukas Eder
95b49c4c9c
[ jOOQ/jOOQ#9163 ] Standardise ALTER TYPE
2021-01-12 10:38:38 +01:00
Lukas Eder
853dca158b
[ jOOQ/jOOQ#9163 ] Standardise CREATE INDEX
2021-01-12 09:32:42 +01:00
Lukas Eder
c7a4139bf6
[ jOOQ/jOOQ#11208 ] ArrayStoreException when calling ResultQuery<Record[N]>.fetchArray()
2021-01-09 12:54:06 +01:00
Lukas Eder
4e460b756f
[ jOOQ/jOOQ#9163 ] Standardise DROP TABLE
2021-01-08 23:33:24 +01:00
Lukas Eder
d22c5c70d3
[ jOOQ/jOOQ#9163 ] Standardise DROP VIEW
2021-01-08 23:17:05 +01:00
Lukas Eder
8cc0de6194
[ jOOQ/jOOQ#9163 ] Standardise DROP INDEX
2021-01-08 23:06:42 +01:00
Lukas Eder
10406c2a1a
[ jOOQ/jOOQ#9163 ] Standardise ALTER INDEX
2021-01-08 22:19:30 +01:00
Lukas Eder
54938152a9
[ jOOQ/jOOQ#11196 ] Drop support for Java 6 and 7
...
- More IntelliJ inspections fixed
2021-01-08 21:28:04 +01:00
Lukas Eder
ed9cf844f2
[ jOOQ/jOOQ#11207 ] AbstractBinding empty base implementations should
...
throw exception
2021-01-08 17:04:17 +01:00
Lukas Eder
8730a24151
[ jOOQ/jOOQ#11201 ] MetaTable::getReferences and
...
MetaUniqueKey::getReferences do not take into account
inverseSchemaCatalog
2021-01-08 13:21:28 +01:00
Lukas Eder
918f91b028
[ jOOQ/jOOQ#11196 ] Drop support for Java 6 and 7
...
Runtime library - language usage
- Removed [java-8] tags
- Removed F functional interfaces
- Removed Meta.Predicate functional interfaces
- Converted anonymous classes to lambdas
- Removed some explicit final keywords where effectively final works
- Removed Java 6 Jenkinsfile
- try-with-resources
- Merged some catch blocks
- Get rid of type witnesses where possible
Runtime library - JDK API usage
- Prefer Collection.sort() over Collections.sort()
- Use Map.computeIfAbsent for Map<K, List<V>> lazy initialisation
- Replace Iterator::remove calls by Collection::removeIf
- Use Map::computeIfAbsent for Map<K, List<V>> lazy initialisation
- Replace Iterator::remove calls by Collection::removeIf
- Use Comparator::comparing and Comparator::thenComparing
- Use Stream API where not performance critical
- Replaced Map::entrySet iterations by Map::forEach
- Use ResultQuery::collect
- Map::putIfAbsent
Code generation
- Generate lambda for LazySchema's LazySupplier
Unrelated
- Applied a few IntelliJ inspections
- Remove unnecessary explicit array creation
2021-01-08 12:35:47 +01:00
Lukas Eder
45492ac937
[ jOOQ/jOOQ#8715 ] Add support for the LOG10 function
2021-01-06 14:41:38 +01:00