Commit Graph

1104 Commits

Author SHA1 Message Date
Lukas Eder
f8527b3dbb Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-07-01 10:29:17 +02:00
Lukas Eder
83e5b1a39a Added Aaron as a contributor 2012-07-01 10:27:38 +02:00
Lukas Eder
559eec5e47 [#1498] jOOQ does not compile using JDK 7 / JDBC 4.1. GitHub Issue #24 -
Added necessary modifications to jOOQ Console, in order to be able to
build it with JDK 7
2012-07-01 10:20:29 +02:00
Lukas Eder
2ba8e8acaa [#1498] jOOQ does not compile using JDK 7 / JDBC 4.1. GitHub Issue #24 -
Moved JDBC 4.1 artefacts to a public org.jooq.tools.jdbc package, for
reuse in jOOQ Console and other modules
2012-07-01 10:16:43 +02:00
Chrriis
fcecf6a052 [#1249] Add breakpoint capability to jOOQ Console - reg exp editor. 2012-06-30 16:49:58 +02:00
Chrriis
c7fa4d3dd5 [#1249] Add breakpoint capability to jOOQ Console - UI improvements. 2012-06-30 16:44:48 +02:00
Chrriis
65e7b47679 [#1177] Add SQL Console module to jOOQ - remote mode converts to string
non serializable types.
2012-06-30 16:33:57 +02:00
Chrriis
2477e0968f [#1249] Add breakpoint capability to jOOQ Console - UI improvements to
simplify usage.
2012-06-30 16:26:42 +02:00
Chrriis
e0423c5a21 [#1177] Add SQL Console module to jOOQ - disclaimer part of the license
in the about box.
2012-06-30 16:12:07 +02:00
Chrriis
a7dbc4cf6e [#1249] Add breakpoint capability to jOOQ Console - data tips on tree. 2012-06-30 15:58:12 +02:00
Chrriis
be657371fb [#1249] Add breakpoint capability to jOOQ Console - data tips on tree. 2012-06-30 15:58:00 +02:00
Chrriis
c6a37f6e8f [#1249] Add breakpoint capability to jOOQ Console - Skip and Fail
(throw exception).
2012-06-30 15:10:26 +02:00
Chrriis
5bc80c2dac Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-06-30 14:28:30 +02:00
Lukas Eder
72715a1c7c [#1253] Avoid JDBC escape syntax for date/time literals 2012-06-30 12:21:07 +02:00
Lukas Eder
8abb2a1707 [#1499] Generated members of Tables.java are not final - regenerated
test data
2012-06-30 10:24:30 +02:00
Lukas Eder
51fd7fc55a [#1499] Generated members of Tables.java are not final 2012-06-30 10:23:32 +02:00
Lukas Eder
206ec3cde4 Fixed bad refactoring change 2012-06-30 10:13:57 +02:00
Lukas Eder
8d277816c5 [#1521] Expose Connection methods, such as commit(), rollback() and
similar transaction-related methods in Factory
2012-06-30 10:06:17 +02:00
Lukas Eder
1c92e88785 Fixed manual, replaced remaining references to SQLException by
DataAccessException
2012-06-30 09:25:06 +02:00
Lukas Eder
e202d6dd75 [#1520] Handle SQL Server's and Sybase ASE's limitations of 2100 or 2000
maximum bind values per query
2012-06-30 08:34:16 +02:00
Lukas Eder
f969ebd565 [#1515] Splitting of large NOT IN conditions is wrong. The parts should
be connected with AND, not with OR
2012-06-29 19:58:20 +02:00
Lukas Eder
5ca80a5b41 [#1490] Compilation error when a SQL Server stored procedure has a
parameter named "value" - regenerated test schema
2012-06-29 19:34:32 +02:00
Lukas Eder
22222acb75 [#1490] Compilation error when a SQL Server stored procedure has a
parameter named "value"
2012-06-29 19:33:26 +02:00
Lukas Eder
56e200b85e Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-06-29 17:56:14 +02:00
Lukas Eder
1973a7abee [#1509] Minor improvements in the generator source code. GitHub pull
request #23 - Added Javadoc
2012-06-29 17:55:30 +02:00
Lukas Eder
5f59b6061b [#1509] Minor improvements in the generator source code. GitHub pull
request #23 - Added Javadoc
2012-06-29 17:27:54 +02:00
Lukas Eder
218eea19a9 Merge pull request #23 from digulla/digulla
Refactoring of DefaultGenerator to make it easier to reuse
2012-06-29 08:15:38 -07:00
Lukas Eder
9b5ed01930 [#1507] Add support for Sybase ASE stored procedures - commented section
of code that doesn't yet work.
2012-06-29 17:02:11 +02:00
Lukas Eder
71bd87f33d [#1498] jOOQ does not compile using JDK 7 / JDBC 4.1. GitHub Issue #24 2012-06-29 16:45:55 +02:00
Lukas Eder
a128acc898 Merge pull request #25 from jjYBdx4IL/master
please pull this
2012-06-29 07:26:22 -07:00
Lukas Eder
11258bd9b6 [#1505] Bad exception message when ON DUPLICATE KEY IGNORE cannot be
simulated
2012-06-29 15:03:26 +02:00
Lukas Eder
cd1e228444 [#1504] Document behaviour of fetch() and fetchOne() in case jOOQ cannot
fetch actual records
2012-06-29 14:56:49 +02:00
Lukas Eder
cad539b372 [#1501] Add support for conversion of String to java.sql.{Date, Time,
Timestamp}. GitHub issue #22
2012-06-28 13:15:53 +02:00
Lukas Eder
24c0f9f0d0 Merge pull request #22 from zefixlluja/master
Conversion from String to java.sql.Date
2012-06-28 03:59:35 -07:00
Lukas Eder
688401785d [#1500] Enforce Java 1.6 in parent POM. GitHub Issue #17 2012-06-28 12:37:34 +02:00
Lukas Eder
7ec3639419 [#1493] Bad syntax for SELECT /*+hint*/ DISTINCT ... in Oracle 2012-06-28 11:51:15 +02:00
Lukas Eder
df0da649d9 Added Maven stats for May 2012-06-28 11:42:36 +02:00
Lukas Eder
98339dcddb Fixed GitHub URL 2012-06-28 11:24:08 +02:00
Mark
ae51b0f652 fix compiler errors related to not implemented abstract methods -- added methods throwing UnsupportedMethodExceptions instead 2012-06-27 13:08:27 +02:00
Mark
2acd6dc05c added import for Sybase ASE stored procedures; no SQL generation 2012-06-27 13:07:38 +02:00
Aaron Digulla
16c5442f0c Allow to suppress the generation of the "hiding" option for @SuppressWarnings to get rid of the warning about unused options in @SuppressWarnings... 2012-06-22 16:37:49 +02:00
Jochen Munz
5b29a4cd4c Added missing maven packaging declaration
* the resulting JAR was not built as a valid maven plugin
2012-06-21 11:13:27 +02:00
Jochen Munz
d54808cf56 Conversion from String to java.sql.Date
* Conversion is attempted if from=String and to=java.sql.Date
 * Date format is expected to be in YYYY-MM-DD
 * Throws exception if date is invalid
2012-06-21 10:03:07 +02:00
Aaron Digulla
40e941080f Move getting of unique keys into a new method to allow better reuse of the code 2012-06-18 09:43:55 +02:00
Aaron Digulla
a764e59103 Allow extended classes to access the strategy 2012-06-18 09:42:35 +02:00
Chrriis
1e9085c9ac [#1177] Add SQL Console module to jOOQ - Improved read-only statements
detection for SQL editor restrictions.
2012-06-12 19:53:53 +02:00
Aaron Digulla
f0c63e6253 Split huge generate(schema) method in several smaller ones.
Improved exception handling.
Made the code reusable in custom code generators.
2012-06-07 17:59:15 +02:00
Aaron Digulla
7fda9a03ee There is no point hiding this method from custom code generators. 2012-06-07 17:58:10 +02:00
Aaron Digulla
9f7e7e7fa9 Use the new exception 2012-06-07 17:57:50 +02:00
Aaron Digulla
75084e61f9 New exception to get rid of most try-catch blocks in the code generator 2012-06-07 17:57:21 +02:00