Commit Graph

5850 Commits

Author SHA1 Message Date
lukaseder
04bf7b4ca8 [#6820] DayToSecond generates nanosecond precision for DAY_MICROSECOND interval 2017-11-21 09:56:31 +01:00
lukaseder
bd219692a3 [#6825] Error when passing java.util.Date to DSL.year(), month(), day(), hour(), minute(), second() 2017-11-20 16:50:38 +01:00
lukaseder
236c65b26d [#6814] JDBCUtils.dialect(Connection) should recognise database version 2017-11-20 16:25:04 +01:00
Lukas Eder
f949c51839
Merge pull request #6818 from timur-sh/6814
[#6814] overload the JDBCUtils.dialect method
2017-11-20 15:47:05 +01:00
timur
bed7c9534f [#6814] overload the JDBCUtils.dialect method to recognize and return an appropriate dialect 2017-11-16 20:35:50 +03:00
lukaseder
e2baba652b [#5314] [#5315] Added DB2 emulation 2017-11-15 16:53:15 +01:00
lukaseder
61f612b4d4 [#5314] [#5315] Added SQL Server emulation 2017-11-15 16:33:56 +01:00
lukaseder
f586593419 [#5314] Add support for ALTER TABLE .. ADD IF NOT EXISTS 2017-11-15 15:52:35 +01:00
lukaseder
282264a203 [#6817] Add DSL.noCondition() 2017-11-15 12:49:19 +01:00
lukaseder
18acc1dbcd [#5315] Add support for ALTER TABLE .. DROP IF EXISTS 2017-11-15 11:52:22 +01:00
lukaseder
0e5c1a9311 [#5491] Provide maven-deploy script to install artifacts on remote repository 2017-11-09 15:50:20 +01:00
lukaseder
58ebc7847a Added license to benchmarks 2017-11-09 12:22:07 +01:00
lukaseder
2dcdfee7bb Added benchmark scripts to GitHub 2017-11-09 12:08:32 +01:00
lukaseder
423bf10a65 [#6807] Improve DefaultRecordMapper::init MappingException message 2017-11-09 10:28:11 +01:00
lukaseder
1d6450af19 [#6803] Cache RecordMapper instances in DefaultRecordMapperProvider 2017-11-08 15:42:45 +01:00
lukaseder
aea236dddd [#6804] Override equals() and hashCode() in org.jooq.impl.Fields 2017-11-08 14:25:14 +01:00
lukaseder
0818b0a276 [#6800] Optimise internal reflection cache by avoiding cache key arrays where possible 2017-11-08 14:04:28 +01:00
lukaseder
8cf2bb4702 [#4627] [#6798] Add Settings.mapConstructorParameterNames 2017-11-08 10:12:06 +01:00
lukaseder
9925c0bac8 [#4627] Java 6 compatibility 2017-11-08 10:00:44 +01:00
Lukas Eder
51b6c4557f
Merge pull request #6796 from eric239/feature/4627-support-java8-parameters
[#4627] Support parameter info compiled into bytecode
2017-11-08 09:50:19 +01:00
Ernest Mishkin
f9f2880add [#4627] Support parameter info compiled into bytecode 2017-11-07 17:14:30 -08:00
lukaseder
90c4fd9b34 [#6790] ConvertAll inefficiently unboxes and boxes primitive types 2017-11-07 12:25:51 +01:00
lukaseder
692d83366a [#6787] Inefficient ProxyMapper allocates a new MutablePOJOMapper delegate every time 2017-11-07 11:55:13 +01:00
lukaseder
6cf7f4120b [#6785] Result.format() breaks when there is a tabulator in the content 2017-11-06 12:20:45 +01:00
lukaseder
d25b126cae [#6704] Support PostgreSQL's escape string constants 2017-11-06 12:06:54 +01:00
lukaseder
3139bb309f [#6783] Add explicit unit of time specification to Query.queryTimeout() 2017-11-06 10:24:35 +01:00
lukaseder
12fd2b47b7 [#6781] Clarify DSL.currentDate() Javadoc: It creates ANSI SQL DATE values, not Oracle DATE 2017-11-06 09:27:53 +01:00
lukaseder
8050fbfeeb [#6704] Support PostgreSQL's escape string constants - in parser 2017-11-02 14:34:55 +01:00
lukaseder
710fce1018 [#6779] Oracle's quoted string literals start with case-insensitive Q letter 2017-11-02 13:51:06 +01:00
lukaseder
0196878ea4 [#6776] Add MockResult() and MockResult(int) convenience constructors 2017-11-02 10:08:12 +01:00
lukaseder
d681be1a97 [#6774] Improve MockDataProvider Javadoc about null or empty return values 2017-11-02 10:03:09 +01:00
lukaseder
95a8465e13 Merge branch 'master' of https://github.com/jOOQ/jOOQ 2017-11-01 12:10:29 +01:00
lukaseder
1b9fc64906 [#6771] Add a Setting to prevent UPDATE and DELETE statements that lack a WHERE clause 2017-11-01 12:10:00 +01:00
Lukas Eder
c4302df17e
Merge pull request #6766 from prasanthj/master
staff.picture column data is too long for mysql
2017-10-31 09:53:20 +01:00
lukaseder
8f56139a6a [#6763] PostgreSQL 10 multi column update expressions should use ROW() 2017-10-31 09:48:26 +01:00
lukaseder
b6d8a821f8 [#6765] Add SQLDialect.POSTGRES_10 2017-10-31 09:39:20 +01:00
Prasanth Jayachandran
78b2bbf556 staff.picture column data is too long for mysql 2017-10-31 01:19:30 -07:00
lukaseder
26f4f8814a [#6758] Avoid allocation of AbstractContext.visitListeners if unneeded 2017-10-30 17:14:53 +01:00
lukaseder
e8a1584d23 [#6679] Reduce GC pressure through lazy QueryPartList initialisation in SelectQueryImpl 2017-10-30 16:50:20 +01:00
lukaseder
9df6627b0f [#6755] Avoid unnecessary UnqualifiedName[] allocations in QualifiedField etc. 2017-10-30 16:11:01 +01:00
lukaseder
5bef562ef4 [#6752] Avoid various array allocations due to unnecessary varargs 2017-10-30 15:33:23 +01:00
lukaseder
b3f315ec04 [#6747] Avoid adding the LoggerListener if the log level is more than DEBUG 2017-10-30 14:43:36 +01:00
lukaseder
646697c7b2 [#6746] Avoid allocating a fresh "ExecuteListeners" instance in the absence of actual ExecuteListeners 2017-10-30 14:37:36 +01:00
lukaseder
2d3bbc1b44 Removed JDK 9 from Travis again (temporarily) 2017-10-30 14:37:17 +01:00
lukaseder
89ded41c13 [#6660] Updated Constants.XSD_META reference 2017-10-25 14:07:08 +02:00
lukaseder
569fab2d18 [#6727] XMLDatabase should be lenient about XML namespace 2017-10-25 13:45:02 +02:00
lukaseder
8807b7d677 Whitespace change 2017-10-25 13:44:42 +02:00
Lukas Eder
8f23ed0c88 Build jOOQ also with JDK 9 2017-10-20 11:27:48 +02:00
lukaseder
02700093d0 [#6730] Typo in Cursor.fetchOne() Javadoc's deprecation hint 2017-10-20 09:35:12 +02:00
lukaseder
4177e25c78 [#6485] [#6708] Support MySQL-specific storage clauses
- [#6485] MySQL-specific storage clauses
- [#6708] DDLDatabase fails when engine=InnoDB is specified
2017-10-19 14:48:01 +02:00