Commit Graph

2610 Commits

Author SHA1 Message Date
Lukas Eder
4605c9a476 [#2311] Added an API draft for the RecordMapperProvider 2013-06-28 12:13:55 +02:00
Lukas Eder
57056a3002 Added RewriteRule for "latest" manual 2013-06-28 09:12:46 +02:00
Lukas Eder
3d34c2e064 (did I really write this?) 2013-06-27 22:35:31 +02:00
Lukas Eder
783c065166 [#1551] Add 404 pages etc to the web site 2013-06-27 22:23:38 +02:00
Lukas Eder
af26f30303 Downloaded default error pages 2013-06-27 22:09:07 +02:00
Lukas Eder
1f98786a5f Added .htaccess to website 2013-06-27 22:07:14 +02:00
Lukas Eder
123c557fbd Reordered methods in Configuration 2013-06-23 17:27:34 +02:00
Lukas Eder
55a9fd6183 [#742] Improve MySQL Stored Procedure support using MySQL 5.5's
INFORMATION_SCHEMA.PARAMETERS dictionary table - Regenerated database
2013-06-23 14:48:24 +02:00
Lukas Eder
e5650e88a9 [#742] Improve MySQL Stored Procedure support using MySQL 5.5's
INFORMATION_SCHEMA.PARAMETERS dictionary table
2013-06-23 14:48:15 +02:00
Lukas Eder
ef6022aa1f Regenerated mysql meta schema 2013-06-23 14:23:17 +02:00
Lukas Eder
82f49ed0e1 [#2412] jOOQ Meta does not recognise non-uppercase IN, OUT, INOUT
keywords in MySQL stored procedures - Regenerated schema
2013-06-23 14:15:47 +02:00
Lukas Eder
48a3f2bd2a [#2412] jOOQ Meta does not recognise non-uppercase IN, OUT, INOUT
keywords in MySQL stored procedures
2013-06-23 14:14:33 +02:00
Lukas Eder
be2cc18510 [#2135] Postgres ENUM data type isn't supported correctly, if the
ENUM needs full qualification - Regenerated databases
2013-06-23 13:50:29 +02:00
Lukas Eder
591afd7fcb [#2135] Postgres ENUM data type isn't supported correctly, if the
ENUM needs full qualification
2013-06-23 13:50:07 +02:00
Lukas Eder
4de17e0aed [#2547] Document some SQL language to jOOQ DSL API mapping rules in the
manual
2013-06-23 13:06:44 +02:00
Lukas Eder
2e6c1362c6 [#2500] Error when selecting from YEAR(4) data type in MySQL - Added
failing integration test
2013-06-22 13:20:20 +02:00
Lukas Eder
f1fdfe18ba [#2531] Add integration tests mapping binary(16) to java.util.UUID 2013-06-22 12:24:48 +02:00
Lukas Eder
ca19cb98e9 [#2528] Combining renderFormatted with inlined bind variables will
change bind values when they contain newlines
2013-06-22 11:41:32 +02:00
Lukas Eder
1fe63caa1e [#2532] Let batch executions debug-log executed queries 2013-06-22 10:11:26 +02:00
Lukas Eder
c7a068def2 [#2535] Convert.convert(Object, Class) should support simple casting 2013-06-22 09:27:36 +02:00
Lukas Eder
b8371015f7 [#1952] Add support for SQL Server OPTION (...) query hints 2013-06-21 22:55:40 +02:00
Lukas Eder
c1387f5779 Don't publish new annotations (yet) 2013-06-21 20:40:14 +02:00
Lukas Eder
7c9c0788e3 Fixed manual's explanations of LIMIT .. OFFSET with respect to SQL
Server 2012
2013-06-21 20:39:31 +02:00
Lukas Eder
79950eef77 [#1885] Add test to count opening and closing of Statements and
ResultSets by jOOQ
2013-06-15 10:39:00 +02:00
Lukas Eder
4472a06174 [#2527] Add org.jooq.tools.jdbc.DefaultResultSet to provide a
default ResultSet delegation implementation
2013-06-15 10:32:46 +02:00
Lukas Eder
32913c54ec Javadoc fixes 2013-06-15 10:24:33 +02:00
Lukas Eder
e718d81204 [#1885] [#2523] Statement.close() may be called upon previously
closed statements

* [#1885] Add test to count opening and closing of Statements and
ResultSets by jOOQ
* [#2523] Statement.close() may be called upon previously closed
statements
2013-06-14 18:18:09 +02:00
Lukas Eder
d583f95e04 Fixed compilation error due to broken RSyntaxTextarea API evolution 2013-06-14 17:40:56 +02:00
Lukas Eder
4f62414b2a Removed unused rsIndex property 2013-06-14 17:39:45 +02:00
Lukas Eder
586f4ccae0 [#2422] Upgrade RSyntaxTextArea to 2.0.7 2013-06-14 16:54:16 +02:00
Lukas Eder
cf27f62991 [#1836] Document using jOOQ with Spring for transaction support 2013-06-14 16:16:47 +02:00
Lukas Eder
e11f5ecb94 Copied manual-3.0 into manual-3.1 2013-06-14 14:56:30 +02:00
Lukas Eder
25a7f794b3 [#2519] Add Record.from(Object, Field<?>...) from(Object,
String...), from(Object, int...) to copy only a select set of values
from a POJO, Array, Map
2013-06-14 11:16:13 +02:00
Lukas Eder
729a933cf0 [#2521] Add Record.fields(Field<?>...), Record.fields(String...),
Record.fields(int...) to extract Field<?>[] from a Record
2013-06-14 11:03:00 +02:00
Lukas Eder
5d4b335573 [#2521] Add Row.fields(Field<?>...), Row.fields(String...),
Row.fields(int...) to extract Field<?>[] from a row
2013-06-14 10:58:01 +02:00
Lukas Eder
7c7504e9ff Fixed Javadoc 2013-06-14 10:17:31 +02:00
Lukas Eder
2853e6256b Added another logo version 2013-06-10 21:44:01 +02:00
Lukas Eder
5d327a04ab [#2502] [#2515] Code generation fixes - Regenerated test data
* [#2502] Code generation fails to generate valid java for stored
procedures that accept parameters named configuration.
* [#2515] Compilation errors when generating code for artefacts that
differ only by a trailing underscore(s): A and A_ and A__
2013-06-10 21:43:52 +02:00
Lukas Eder
4e4874e367 [#2502] Code generation fails to generate valid java for stored
procedures that accept parameters named configuration.
2013-06-10 21:43:33 +02:00
Lukas Eder
f643fd8293 [#2515] Compilation errors when generating code for artefacts that
differ only by a trailing underscore(s): A and A_ and A__
2013-06-10 21:43:21 +02:00
Lukas Eder
69518e2971 [#2502] [#2515] Code generation fixes - Added test artefacts
* [#2502] Code generation fails to generate valid java for stored
procedures that accept parameters named configuration.
* [#2515] Compilation errors when generating code for artefacts that
differ only by a trailing underscore(s): A and A_ and A__
2013-06-10 21:42:56 +02:00
Lukas Eder
8abc9613f4 Added stats for May 2013-06-10 20:41:18 +02:00
Lukas Eder
4b770fae50 [#2506] SQLDialectNotSupportedException on DSL.inline(T, Class),
when jOOQ's internals are not (yet) properly initialised
2013-06-09 16:01:15 +02:00
Lukas Eder
297a6ae98c [#2509] Expose CHECK constraints in jOOQ-meta 2013-06-09 14:11:38 +02:00
Lukas Eder
d239a99d7f Whitespace fix in generated javax.annotation.Generated reference 2013-06-09 12:52:06 +02:00
Lukas Eder
55c906a346 Release 3.1.0-SNAPSHOT 2013-06-09 12:50:37 +02:00
Lukas Eder
742b691d9c Javadoc fixes 2013-06-09 12:39:45 +02:00
Lukas Eder
1b0824149f Whitespace fix 2013-06-09 12:31:41 +02:00
Lukas Eder
b0b22c9d5e Javadoc fixes 2013-06-09 12:29:17 +02:00
Lukas Eder
1f2e610e0c Removed News section again 2013-06-08 19:06:27 +02:00