lukaseder
|
2e1ffa3bc0
|
[#8264] Expose new Settings.parseDialect in ParserCLI
|
2019-01-29 13:01:06 +01:00 |
|
lukaseder
|
d3be7f3787
|
Minor parser fixes
|
2019-01-29 12:37:53 +01:00 |
|
lukaseder
|
a685d70ec5
|
[#7518] Support parsing ALTER TABLE .. ADD COLUMN IF NOT EXISTS
|
2019-01-29 12:21:00 +01:00 |
|
lukaseder
|
01c5149ba2
|
[#7518] Support parsing ALTER TABLE .. DROP COLUMN IF EXISTS
|
2019-01-29 11:59:24 +01:00 |
|
lukaseder
|
f43fd610b8
|
[#8261] [#7518] Added parser support for additional TRIM syntax
|
2019-01-29 11:33:55 +01:00 |
|
lukaseder
|
570bc41f03
|
[#8261] [#7518] Added parser support for additional TRIM syntax
|
2019-01-29 11:26:25 +01:00 |
|
lukaseder
|
c5f7714631
|
[#8261] [#8262] Improved TRIM support
- [#8261] Add trim(String, char), rtrim(String, char), ltrim(String, char)
- [#8262] Add support for SQL Server 2017 TRIM()
|
2019-01-29 10:57:16 +01:00 |
|
lukaseder
|
8ffa8b1bce
|
[#8241] Java 6 support
|
2019-01-28 13:12:28 +01:00 |
|
lukaseder
|
1609b27966
|
[#8241] Wrong results from field when forcedType references both converter and binding
|
2019-01-28 13:09:38 +01:00 |
|
lukaseder
|
1a73fb2f2a
|
[#8256] DefaultExecuteContext should contain only a single ThreadLocal list with resources
|
2019-01-25 16:05:32 +01:00 |
|
lukaseder
|
846285c25a
|
[#7591] Add new ResourceManagingScope which allows for Binding implementations to register resources which are freed after execution
|
2019-01-25 15:56:21 +01:00 |
|
lukaseder
|
6d9096de28
|
[#7591] Add new ResourceManagingScope which allows for Binding implementations to register resources which are freed after execution
|
2019-01-25 15:56:15 +01:00 |
|
lukaseder
|
53f7bf407b
|
[#8255] Add more Javadoc to common org.jooq.XYZ types
|
2019-01-25 13:53:08 +01:00 |
|
lukaseder
|
1819ebbd6d
|
[#8176] Fixed wrong implementation
|
2019-01-25 11:11:28 +01:00 |
|
lukaseder
|
ceeea784b5
|
[#8175] Fixed regression
|
2019-01-25 10:57:17 +01:00 |
|
lukaseder
|
547f6dbf93
|
[#8217] Add an annotation for commercial only API
|
2019-01-25 10:44:00 +01:00 |
|
lukaseder
|
c639b30f34
|
[#7734] Wrong exception is being thrown
|
2019-01-25 09:28:23 +01:00 |
|
lukaseder
|
a8b60b119e
|
[#8251] Documentation references inexistent org.util package
|
2019-01-25 09:27:48 +01:00 |
|
lukaseder
|
596d4cacce
|
[#7925] Make org.jooq.impl classes Iif, NullIf, KeywordImpl package-private
|
2019-01-23 16:18:41 +01:00 |
|
Lukas Eder
|
cecb683c70
|
Merge pull request #8243 from snuyanzin/patch-1
Spelling in CONTRIBUTING.md
|
2019-01-23 15:32:11 +01:00 |
|
lukaseder
|
4bc883cef5
|
[#8247] Add DSL.truncate(String) overload for consistency
|
2019-01-23 14:37:23 +01:00 |
|
lukaseder
|
01cdefb6e9
|
[#8244] Outdated Javadoc on WindowDefinition referring WINDOW clause support
|
2019-01-23 14:29:49 +01:00 |
|
lukaseder
|
0951408216
|
[#8240] Add a Javadoc link from all org.jooq.XYZ types to their respective DSL.xyz() constructor method
|
2019-01-23 14:17:04 +01:00 |
|
snuyanzin
|
735dc1d2f3
|
Spelling in CONTRIBUTING.md
tranfer => transfer
|
2019-01-23 16:08:19 +03:00 |
|
lukaseder
|
7bd0507d50
|
[#8238] Add DSL.convert(DataType<?>, Field<?>, int) to support SQL Server CONVERT() function
|
2019-01-22 17:34:26 +01:00 |
|
lukaseder
|
27990d865b
|
[#6450] Javadoc should reference JDK 11 Javadoc
|
2019-01-22 15:21:46 +01:00 |
|
lukaseder
|
9be9b4abd9
|
[#7485] Fixed typo
|
2019-01-22 14:49:05 +01:00 |
|
lukaseder
|
b41e43614b
|
[#7434] ORA-01861 when casting string as date
|
2019-01-22 14:45:30 +01:00 |
|
lukaseder
|
0b33ab9204
|
[#8236] Add DataType.isTimestamp()
|
2019-01-22 14:30:02 +01:00 |
|
lukaseder
|
207e4ed7f5
|
[#7485] Document jOOQ's auto-conversion utility
|
2019-01-22 14:03:31 +01:00 |
|
lukaseder
|
d9833a2ce4
|
[#8219] Add additional documentation that explains DefaultGeneratorStrategy's role in disambiguating names
|
2019-01-22 11:20:35 +01:00 |
|
lukaseder
|
113a4ed033
|
[#8235] Improve Sakila database example scripts
|
2019-01-22 10:13:49 +01:00 |
|
lukaseder
|
b2b174cc2d
|
[#8235] Improve Sakila database example scripts
|
2019-01-22 10:13:42 +01:00 |
|
lukaseder
|
1fbdf45b11
|
[#8042] ALTER TABLE .. RENAME TO .. should fully qualify tables if supported by the database
|
2019-01-21 12:57:36 +01:00 |
|
lukaseder
|
2771a378f7
|
[#8233] YearToSecond should be equal to YearToMonth or DayToSecond, if same interval is represented
|
2019-01-21 11:58:46 +01:00 |
|
lukaseder
|
126c8b496e
|
[#7518] Support parsing PostgreSQL interval literals
|
2019-01-21 11:06:26 +01:00 |
|
lukaseder
|
4eb6ff4b05
|
[#8232] Negative DayToSecond() intervals are not correctly normalised
|
2019-01-21 10:51:40 +01:00 |
|
lukaseder
|
add94df523
|
[#8231] Negative YearToMonth() intervals are not correctly normalised
|
2019-01-21 10:25:36 +01:00 |
|
Lukas Eder
|
4fd86b411e
|
Merge pull request #8222 from berngp/bugfix/parse-int-psql-date
Resolves 8221: StringIndexOutOfBoundsException parsing PSQL Timestamp
|
2019-01-15 22:05:43 +01:00 |
|
Bernardo Gomez Palacio
|
f59e48fd23
|
Resolves 8221: StringIndexOutOfBoundsException when parsing a PostgreSQL Timestamp
|
2019-01-15 10:51:57 -08:00 |
|
lukaseder
|
3217159669
|
Revert to H2 1.4.197
|
2019-01-14 14:14:01 +01:00 |
|
lukaseder
|
2c559672f3
|
Fixed OSS version
|
2019-01-14 13:10:48 +01:00 |
|
lukaseder
|
3f9cd17d34
|
[#8213] Move some DataKey values to a new BooleanDataKey enum
|
2019-01-14 11:43:21 +01:00 |
|
lukaseder
|
3d2d4f1226
|
[#8145] Fix compilation error in OSS edition
|
2019-01-11 17:31:09 +01:00 |
|
lukaseder
|
c457d7ef40
|
[#8210] Fix a variety of compiler warnings when building jOOQ
|
2019-01-11 17:30:27 +01:00 |
|
lukaseder
|
ac702a121f
|
[#8206] Add new Settings.inlineThreshold
|
2019-01-11 15:30:09 +01:00 |
|
lukaseder
|
ca1b59badc
|
[#8206] Add new Settings.inlineThreshold
|
2019-01-11 15:23:17 +01:00 |
|
lukaseder
|
7736f51a64
|
[#8203] ORA-01745 executing a SELECT * FROM WHERE column IN (large collection)
|
2019-01-11 14:57:20 +01:00 |
|
lukaseder
|
a4a142415b
|
[#8179] Revert some regressions
|
2019-01-11 12:27:38 +01:00 |
|
lukaseder
|
2852f5d8ca
|
[#6475] Added T-SQL support
|
2019-01-11 12:07:25 +01:00 |
|