Commit Graph

5867 Commits

Author SHA1 Message Date
Lukas Eder
89c8624d07
Merge pull request #6853 from timur-sh/6838
[#6838] The User type for GRANT statement
2017-11-23 16:48:11 +01:00
lukaseder
d3dfd67814 [#6855] SQLiteTableDefinition.toString() prints . after empty schema 2017-11-23 16:44:39 +01:00
lukaseder
35f36779df [#6854] sqlite_sequence is not a reliable way to discover identities 2017-11-23 16:39:08 +01:00
Timur Shaidullin
cf1dd67eca [#6838] An internal representation of UserImpl rectified to Name's type 2017-11-23 17:18:02 +03:00
Timur Shaidullin
09df218577 [#6838] The User type for GRANT statement 2017-11-23 16:51:30 +03:00
lukaseder
0b951e2d7c Don't run compiler in verbose mode 2017-11-23 14:46:25 +01:00
lukaseder
284936adcb [#6852] Remove PostgresDataType.MONEY 2017-11-23 13:23:31 +01:00
lukaseder
119f5ffce4 [#6797] Code generator doesn't work when Derby database uses non-standard collation 2017-11-23 11:32:08 +01:00
lukaseder
8efb2090be [#6845] <deprecationOnUnknownTypes/> has no effect 2017-11-22 19:02:31 +01:00
lukaseder
7b2a0f417a [#6841] SQLDataType.INTEGER.identity(true) not working for SQLLite 2017-11-22 18:18:13 +01:00
lukaseder
6434d07e0c [#6607] MockResultSet.getTimestamp(int, Calendar) ignores Calendar 2017-11-22 17:19:06 +01:00
lukaseder
1c6c18ccd8 [#6836] Add Record.format() 2017-11-22 11:35:08 +01:00
lukaseder
e54bd9b888 Added ALTER SYSTEM FLUSH commands to Oracle benchmark scripts 2017-11-22 11:34:58 +01:00
lukaseder
615b103a3d [#6835] Add new TXTFormat options to generate different table styles 2017-11-22 11:18:16 +01:00
lukaseder
81251be196 [#6833] Add TXTFormat to allow for additional text formatting options 2017-11-21 12:51:44 +01:00
lukaseder
5b3280c1a2 [#6823] Add DSLContext.explain(Query) 2017-11-21 12:23:18 +01:00
lukaseder
ad19c50fa7 [#6832] Enhance DSLContext.fetchFromTXT() to support Oracle DBMS_XPLAN format 2017-11-21 12:16:51 +01:00
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