Commit Graph

4591 Commits

Author SHA1 Message Date
lukaseder
e2ecff6a6f [#4955] Blank out 2016-01-21 18:29:54 +01:00
lukaseder
0d5034c496 [#4936] [#4967] Fix for Oracle 2016-01-21 18:21:38 +01:00
lukaseder
9601267689 [#4967] Add support for CREATE VIEW IF NOT EXISTS 2016-01-21 17:53:06 +01:00
lukaseder
b1addb0570 [#4936] Add support for CREATE TABLE IF NOT EXISTS 2016-01-21 17:43:01 +01:00
lukaseder
4b9232b095 [#4936] Add support for CREATE TABLE IF NOT EXISTS 2016-01-21 17:38:44 +01:00
lukaseder
773c8890a4 [#4955] ClassCastException when applying schema mapping on procedures and types in Oracle 2016-01-20 21:26:06 +01:00
lukaseder
ccc6546cc6 [#4957] NullPointerException in ArrayRecord.toString() when ArrayRecord is not attached 2016-01-20 21:24:52 +01:00
lukaseder
28287e35d7 [#4944] Added SQLDialect 2016-01-20 11:44:37 +01:00
lukaseder
ff3e01750e Fixed bad imports 2016-01-20 11:44:24 +01:00
lukaseder
8f30b065c0 [#4952] [#4954] New code generation flags
- [#4954] Add flag to turn off generation of queues
- [#4952] Add flag to turn off generation of database links
2016-01-20 11:05:53 +01:00
lukaseder
13c631a7d1 Merge branch 'master' of https://github.com/jOOQ/jOOQ 2016-01-19 20:12:13 +01:00
lukaseder
665a8fe2f1 [#4939] Added Terence to the contributor list, added issue number to comment for future reference 2016-01-19 20:10:29 +01:00
Lukas Eder
38519bac21 Merge pull request #4939 from terencez127/terencez127
SQLFeatureNotSupportedException thrown when initalizing MetaDataFieldProvider
2016-01-19 20:04:02 +01:00
lukaseder
3c42726975 [#4932] Revert 2016-01-16 20:54:39 +01:00
lukaseder
c8641be3c4 [#4935] Convert.convert(long, Instant.class) shouldn't pass by LocalDateTime 2016-01-16 15:46:34 +01:00
Terence
5621f4dec5 Fix the isue that SQLFeatureNotSupportedException is thrown when initializing MetaDataFieldProvider 2016-01-15 15:40:25 -08:00
lukaseder
d818769f30 [#4932] Sneaky throw is unnecessary here 2016-01-12 22:18:55 +01:00
lukaseder
a77c706b67 [#4932] Cursor.stream() should return auto-closing stream 2016-01-12 21:00:38 +01:00
lukaseder
0848bd2246 When compilers say "false" they mean "true" 2016-01-12 16:49:53 +01:00
lukaseder
61c71bdfcd Upgraded maven-compiler-plugin 2016-01-12 16:36:15 +01:00
lukaseder
a8fb3a3b94 [#4926] Micro-optimisation: A small amount of CPU time is wasted on Operator.name().toLowerCase() 2016-01-10 19:34:16 +01:00
lukaseder
0dd8fc6253 Grr \r\n vs \n 2016-01-10 19:15:03 +01:00
lukaseder
145f2dcd47 [#4922] A negligible amount of CPU is spent in String.indexOf() because of identifier escaping 2016-01-10 19:14:51 +01:00
lukaseder
c2a75da763 [#4918] Added missing implementation 2016-01-10 17:49:42 +01:00
lukaseder
064e5475d8 [#4914] Add support for CREATE UNIQUE INDEX 2016-01-08 18:32:30 +01:00
lukaseder
1cbbc23923 [#4918] Add Key.constraint() and improve Key.toString() accordingly 2016-01-08 18:23:11 +01:00
lukaseder
1c069c7d5e [#4050] Allow for specifying constraints with CREATE TABLE statements 2016-01-08 18:07:23 +01:00
lukaseder
7f684c3988 Me and dependency injection http://i.imgur.com/zYDPoj7.png 2016-01-08 17:28:43 +01:00
lukaseder
076ddc06c8 [#4901] Add UniqueKey.getName() and ForeignKey.getName(), and generate this info in Keys.java 2016-01-08 17:01:18 +01:00
lukaseder
38cf47ef50 [#4916] Implement Key.equals() and hashCode() for all Key types 2016-01-08 16:53:46 +01:00
lukaseder
0826c10b16 [#4901] Add UniqueKey.getName() and ForeignKey.getName() 2016-01-08 16:37:27 +01:00
lukaseder
5f306819ae IntelliJ was a bit eager with their variable name refactoring, it seems 2016-01-07 17:23:28 +01:00
lukaseder
22893f6518 [#4910] Bad SQL generated for CREATE TABLE AS SELECT .. FROM (SELECT ..) in SQL Server 2016-01-07 17:23:02 +01:00
lukaseder
6972468e61 [#4904] Fixed syntax error due to removal of 'pro' static import 2016-01-07 16:43:37 +01:00
lukaseder
40e7abbd38 [#4907] Add DSLContext.fetchFromHTML() to convert an HTML table into a jOOQ Result 2016-01-07 15:41:20 +01:00
lukaseder
e03f17c48e [#4904] Add DataAccessException.sqlStateClass() and sqlStateSubclass() 2016-01-07 14:39:34 +01:00
lukaseder
96e51c5ff8 [#4903] Emulate EVERY() with MAX() rather than with COUNT() 2016-01-06 23:01:02 +01:00
lukaseder
94f0bb2f69 [#4891] Accept DataSource in GenerationTool, in addition to Connection 2016-01-04 20:59:26 +01:00
lukaseder
11115c6741 [#4889] Update copyright to 2016 2016-01-04 20:59:08 +01:00
lukaseder
57fee34acc [#4889] Update copyright to 2016 2016-01-04 18:02:42 +01:00
lukaseder
468df1bb58 [#4893] .gitignore for Kotlin 2016-01-04 17:00:41 +01:00
lukaseder
c0caafd928 [#4816] Added @Deprecated annotation to implementations 2016-01-04 16:58:58 +01:00
lukaseder
a1312e0e15 [#4893] Add Kotlin example to GitHub 2016-01-04 16:50:19 +01:00
lukaseder
a2eb9d5720 [#4868] Default to two spaces in Scala 2015-12-31 15:22:08 +01:00
lukaseder
e5b2ed300e [#4873] Add Firebird 3.0 support for MERGE 2015-12-31 15:07:41 +01:00
lukaseder
fffebf6186 [#4874] Add Firebird 3.0 support for window functions 2015-12-31 14:34:04 +01:00
lukaseder
602a200420 [#4879] Add generateGlobalCatalogReferences() and generateGlobalSchemaReferences() flags to code generator 2015-12-31 12:29:26 +01:00
lukaseder
938fb6f5e2 Blank out rather than mask [pro] code to avoid confusion with users 2015-12-31 10:02:02 +01:00
lukaseder
217a07b332 [#4883] Table valued functions generate bad Scala code 2015-12-30 20:09:00 +01:00
lukaseder
4b90f3b26a [#4880] Escaped block comment inside of Scaladoc causes compilation error 2015-12-30 18:53:54 +01:00