Commit Graph

1813 Commits

Author SHA1 Message Date
Jan-Willem Gmelig Meyling
0fb26e84c8 [#2479] Migrate off of JSR305 2020-12-31 17:52:35 +01:00
Jan-Willem Gmelig Meyling
45e88aa55b Merge remote-tracking branch 'origin/master' into remove-joda-time 2020-12-31 16:39:44 +01:00
Jan-Willem Gmelig Meyling
8d7df5f38e Merge remote-tracking branch 'origin/master' into java-8-2 2020-12-31 16:31:43 +01:00
Jan-Willem Gmelig Meyling
9560e01e3d
Merge pull request #2672 from querydsl/java-8
Target Java 8 for compilation
2020-12-31 15:49:28 +01:00
Jan-Willem Gmelig Meyling
31a8c82c5d Merge branch 'java-8' into java-8-2 2020-12-31 15:27:45 +01:00
Daniel Shuy
846738eaa4 Replace SimpleDateFormat with JSR310 DateTimeFormatter 2020-12-30 15:48:00 +08:00
Daniel Shuy
176a3d215c Replace Joda-Time DateTimeFormatter with ThreadLocal<SimpleDateFormat> 2020-12-29 13:18:15 +08:00
Daniel Shuy
0b2a028a1e Conditionally initialize Joda-Time converters only if Joda-Time is available 2020-12-29 13:18:15 +08:00
Daniel Shuy
799b6f1277 Add AbstractJodaTimeDateTimeType 2020-12-29 13:18:15 +08:00
Jan-Willem Gmelig Meyling
091569e394 Remove IgnoreJRERequirement annotations from JRE310 types 2020-12-28 18:58:51 +01:00
Kochkurov
15c2a9e496 [#2395] Close resources on exception in AbstractSQLQuery 2020-12-28 15:34:55 +01:00
Jan-Willem Gmelig Meyling
7f9849e86d Removed Guava Collection occurrences 2020-12-23 23:38:21 +01:00
Jan-Willem Gmelig Meyling
f1be28ab37 Replace Guava Stopwatch for benchmarks 2020-11-15 20:46:21 +01:00
Jan-Willem Gmelig Meyling
73e8305049 Eliminate more Guava API's 2020-11-15 20:46:10 +01:00
Jan-Willem Gmelig Meyling
33ea95a912 Replace Guava Iterables 2020-11-01 00:01:30 +01:00
Jan-Willem Gmelig Meyling
36f1299abc Replace Guava API's with Java 8 ones 2020-10-31 23:35:47 +01:00
Jan-Willem Gmelig Meyling
161d2b466f Couple of Java 8 enhancements 2020-10-28 15:55:11 +01:00
Jan-Willem Gmelig Meyling
5abd478fc3 Add Fetchable#stream method 2020-10-27 16:07:26 +01:00
Jan-Willem Gmelig Meyling
9f859baccc Java 6/7/8 performance upgrades and migrations 2020-10-26 22:59:40 +01:00
Jan-Willem Gmelig Meyling
dfc50ac0d9 Target Java 8 for compilation 2020-10-26 19:49:27 +01:00
Thomas Pfaff
afaf3b38d7 add test for SQLUpdateClause BeforeFilters Flag 2020-10-06 12:32:21 +02:00
Thomas Pfaff
35a1443f70 serialize BEFORE_FILTERS flags for update queries 2020-10-06 12:32:21 +02:00
John Tims
a12bc5b65c
Merge pull request #2453 from coder-hugo/feature/keep-nanosecond
Do not truncate the nanoseconds of java 8 timestamps
2020-06-26 07:57:43 -06:00
John Tims
700333a904
Merge pull request #1590 from querydsl/i1411-oracle-datediff
Fix Oracle datediff
2020-05-31 16:46:17 -06:00
John Tims
63a8237474 Exclude addMonths test for Oracle 2020-05-31 08:49:45 -06:00
John Tims
4c6aa2b21f Run tests against firebird 2020-05-31 08:48:51 -06:00
John Tims
d0c7dec53b Add cubrid health check 2020-05-31 07:26:36 -06:00
Robin Müller
9b4d8f576c Do not truncate the nanoseconds of java 8 timestamps 2020-05-29 14:02:19 +02:00
Robin Müller
5a4803a2cd Adapt tests to ensure that nano seconds aren't truncated 2020-05-29 14:02:19 +02:00
John Tims
633286b712 Fix datediff for Oracle 2020-05-29 05:59:33 -06:00
John Tims
83c5a09459 Run tests against oracle 2020-05-28 12:19:13 -06:00
John Tims
58cb9561f4
Merge pull request #2597 from querydsl/pr-2419
fix for mssql table hints on joins
2020-05-28 08:12:44 -06:00
frkator
19dfa725d4 fix for mssql table hints on joins 2020-05-28 06:14:15 -06:00
John Tims
47b488f1e8 Run tests against sqlserver 2020-05-27 15:27:51 -06:00
John Tims
f2dc9582bd Ignore failing db2 tests 2020-05-19 17:49:12 -06:00
Balázs Zsoldos
f095bf0863
[SQL] Apply column name override in executeWithKey call (#2280)
* fix(SQL): Apply column name override in executeWithKey call
2020-03-23 09:56:34 +02:00
Ido Salomon
c1dc00ca66 Revert "issue-2303: Consider optimising AbstractSQL::newInstance (becomes a bottleneck for small queries)"
This reverts commit 1b2af5510d.
2020-03-02 23:28:19 +02:00
Rajesh Balamohan
1b2af5510d issue-2303: Consider optimising AbstractSQL::newInstance (becomes a bottleneck for small queries) 2020-03-02 18:42:27 +02:00
Timo Westkämper
5f67540035 Add missing casts 2018-03-18 21:45:49 +02:00
Ruben Dijkstra
62d0ad4d76
Merge pull request #2241 from reegnz/fix-throws-javadoc
Explicitly declare NonUniqueResultException for fetchOne
2018-03-14 13:50:41 +01:00
Timo Westkämper
0c3cb1323e Improve backwards compatibility 2018-03-06 22:15:26 +02:00
Timo Westkämper
fe956ad812
Merge pull request #2236 from querydsl/i2225
Update oracle keywords list
2018-03-04 21:56:33 +02:00
Timo Westkämper
c46afd6433
Merge pull request #2253 from rdnetto4/update_from
Expose fields needed for dialect-specific SQL syntax
2018-03-04 21:56:02 +02:00
Ruben Dijkstra
2468042ed7
Merge pull request #2016 from balazs-zsoldos/i2007_Programmatic_Name_Mapping
Adding dynamic name mapping functionality (#2007)
2018-02-25 12:33:57 +01:00
Balazs Zsoldos
a996862c59 Changing years in license headers of new files of #i2007 2018-02-25 11:00:52 +01:00
Reuben D'Netto
669cd57e85 Fix imports 2018-02-12 13:15:57 +11:00
Reuben D'Netto
2b746f75ee Refactored AbstractSQLQuery subtypes to support generic return types, to facilitate subtyping. 2018-02-12 11:40:26 +11:00
Reuben D'Netto
ad35e9d946 Factored out base class for SQLInsertClause, SQLUpdateClause, SQLDeleteClause 2018-02-09 15:42:32 +11:00
Reuben D'Netto
280a8945a4 Loosened visibility on SQLSerializer 2018-02-09 15:42:32 +11:00
Reuben D'Netto
dd95ac3ced Loosened visibility on AbstractSQLClause subtypes 2018-02-09 15:42:32 +11:00