Commit Graph

5921 Commits

Author SHA1 Message Date
lukaseder
1e77b59522 [#6921] Added credit for contribution 2017-12-15 11:03:09 +01:00
Lukas Eder
554f3b15d4
Merge pull request #6921 from zhurs/master
Optimization of {ULong,UInteger,UShort}.toBigInteger
2017-12-15 10:54:13 +01:00
lukaseder
b507f112a2 [#6923] Clarify the meaning of MockResult.data == null 2017-12-15 10:23:21 +01:00
Sergey Zhuravlev
e30299beb0 Optimization for {UInteger,UShort}.toBigInteger 2017-12-14 18:37:58 +03:00
Sergey Zhuravlev
f797baa576 Optimization for ULong.toBigInteger 2017-12-14 18:28:15 +03:00
lukaseder
a32a5b7f0b [#6918] Generated file headers comment is ill formatted 2017-12-14 11:49:09 +01:00
lukaseder
71841fe14c [#6812] Added support for SQL Server 2017-12-13 16:47:13 +01:00
lukaseder
4cc1cdb7f7 [#6485] [#6812] Document GRANT / REVOKE in grammar 2017-12-13 16:17:36 +01:00
lukaseder
a0a6dc01ed [#6912] Bad inlining of Double.NaN in H2 2017-12-13 15:52:48 +01:00
lukaseder
980cfe358a [#6812] Fixed Support annotation for GRANT and REVOKE 2017-12-13 15:32:24 +01:00
lukaseder
f33080f037 [#6911] Add support for GRANT .. TO PUBLIC and REVOKE .. FROM PUBLIC 2017-12-13 15:21:54 +01:00
lukaseder
f03dbdccfe [#6884] Emulate SET [ ROW ] = [ ROW ] syntax on all databases 2017-12-13 14:06:51 +01:00
lukaseder
049b081500 [#6903] Add ExecuteContext.statementExecutionCount() to count the number of executions of a statement 2017-12-11 15:52:46 +01:00
lukaseder
72d3b93b48 [#6904] Javadoc warnings in ExecuteListener 2017-12-11 14:32:08 +01:00
lukaseder
a0d67a76bc [#6883] Add support for loading default values and comments for org.jooq.Meta columns 2017-12-11 12:45:19 +01:00
lukaseder
6915af998d [#6899] Log a link to GitHub when DDLDatabase runs into a ParserException 2017-12-11 11:40:21 +01:00
lukaseder
9af3aeecc9 [#6898] Parser API doesn't document thrown ParserException 2017-12-11 11:38:35 +01:00
lukaseder
90bae7dfcc [#6868] Avoid lambda expression to stay Java 6/7 compatible 2017-12-11 10:07:48 +01:00
Lukas Eder
87e9ba3215
Merge pull request #6897 from eric239/feature/6868-prefer-public-constructors
[#6868] Prefer public constructors
2017-12-11 09:56:59 +01:00
Ernest Mishkin
da17124b34 [#6868] Prefer public constructors 2017-12-10 18:21:14 -08:00
lukaseder
70ebfa1f6a [#5574] In MySQL, an incorrect column default is generated when the default is CURRENT_TIMESTAMP 2017-12-07 16:35:37 +01:00
lukaseder
0a1be969c9 [#6881] maven-deploy.bat's help options do not work (cannot be discovered easily) 2017-12-07 15:49:33 +01:00
Lukas Eder
35303c30cd
Merge pull request #6881 from enerko-informatik/fix_maven_deploy
Fix maven deploy
2017-12-07 15:39:17 +01:00
lukaseder
8cea070b19 [#6485] [#6812] Added parser support for GRANT and REVOKE 2017-12-07 15:23:24 +01:00
lukaseder
f0af780ec9 [#6812] Let GrantFinalStep and RevokeFinalStep extend DDLQuery 2017-12-07 15:15:32 +01:00
lukaseder
8f7ff41c42 [#6485] Better support for ALTER TABLE .. DROP COLUMN:
- Make COLUMN keyword optional
- Allow for dropping more than one column (#5319)
- Allow for optional parentheses around column(s)
2017-12-07 15:02:50 +01:00
lukaseder
3d2f24ff4b [#5319] Implemented this for SQL Server 2017-12-07 14:51:39 +01:00
lukaseder
178606ce44 [#5319] Add support for ALTER TABLE .. DROP (...) to allow for dropping multiple objects at once 2017-12-07 14:44:15 +01:00
lukaseder
7171af618c [#6880] ALTER COLUMN .. SET with identity type generates wrong query in MySQL and MariaDB 2017-12-07 12:06:12 +01:00
lukaseder
67d7cf5b95 Removed broken JAX RS example 2017-12-07 11:12:21 +01:00
lukaseder
895a23ea93 [#6887] org.jooq.Meta ignores foreign key names 2017-12-07 11:00:58 +01:00
lukaseder
4fdfc8e657 [#6867] [#6885] Add DSLContext.ddl(Table[]) and ddl(Collection<? extends Table<?>>) 2017-12-07 09:48:10 +01:00
Lukas Eder
cbea3c04f0
Merge pull request #6885 from timur-sh/6867
[#6867] Added a possibility to export several DDL of tables
2017-12-07 09:31:24 +01:00
Timur Shaidullin
58b9bb3770 [#6867] Added a possibility to export several DDL of tables 2017-12-05 21:19:08 +03:00
Nicolai Ehemann
b85c79b4fe maven-deploy.bat: Also fail with invalid arguments after valid arguments 2017-12-01 11:03:44 +01:00
Nicolai Ehemann
1df4479985 maven-deploy.bat: Fix differences between usage message and actual options parsed 2017-12-01 11:03:38 +01:00
Nicolai Ehemann
529648cca2 maven-deploy.bat: :Fix URL comparison for empty url argument 2017-12-01 11:02:44 +01:00
lukaseder
90ac40168d [#6812] [#6878] Added GRANT statement and its implementation. 2017-11-30 16:36:17 +01:00
lukaseder
8033002675 Release 3.10.2 2017-11-30 16:36:03 +01:00
lukaseder
7422b7aa10 Release 3.10.2 2017-11-30 16:35:13 +01:00
Lukas Eder
c5e25c1912
Merge pull request #6878 from timur-sh/6812
[#6812] Added GRANT statement and its implementation.
2017-11-30 15:16:24 +01:00
Timur Shaidullin
82c1dfa239 [#6812] Added GRANT statement and its implementation.
[#6812] Revoke statement was added and its implementation.

[#6839] Enhancement and refactoring
2017-11-29 23:43:25 +03:00
lukaseder
8e809eb8d1 [#6723] Add DSL.localDateTimeDiff() and localDateTimeAdd() 2017-11-29 15:33:16 +01:00
lukaseder
b2f9a4e5ad [#6873] Line numbers not aligned correctly between OSS and Pro edition 2017-11-29 10:02:42 +01:00
lukaseder
357ef34b12 [#4627] Support Java 8 constructor parameter reflection in DefaultRecordMapper 2017-11-29 09:48:57 +01:00
Lukas Eder
768937603f
Merge pull request #6872 from eric239/feature/4627-support-java8-parameters-non-exact-match
[#4627] Support using first available constructor with **different** number of arguments as the last resort
2017-11-29 09:34:29 +01:00
Ernest Mishkin
fc07ce221e [#4627] Support using first available constructor with **different** number of arguments as the last resort 2017-11-28 09:02:33 -08:00
lukaseder
a902861e55 [#6823] Java 6 compatibility 2017-11-28 15:00:11 +01:00
lukaseder
d92c0b61ba [#6860] Code generator doesn't work in Java 6 build, which calls java.lang.reflect.Method.getParameterCount() 2017-11-28 14:51:34 +01:00
lukaseder
37e25bca5c [#6839] Add org.jooq.Role 2017-11-28 13:12:04 +01:00