Commit Graph

1043 Commits

Author SHA1 Message Date
Lukas Eder
bd72bc41af [#1473] Add IdentityDefinition to jooq-meta 2012-06-02 13:25:49 +02:00
Lukas Eder
7af364eda9 Improved SEO. Customised title in pages other than home page 2012-06-01 22:16:31 +02:00
Lukas Eder
430c75f0c2 [#1470] Support interface types in ResultQuery.fetchInto(Class),
Result.into(Class), and Record.into(Class) methods, returning a proxy
2012-06-01 19:32:50 +02:00
Lukas Eder
129488582a [#1471] Upgrade internal jOOR dependency to jOOR 0.9.4 2012-06-01 19:00:00 +02:00
Lukas Eder
4f9163568e Document recent additions 2012-06-01 17:54:32 +02:00
Lukas Eder
2d166011d7 Removed unused method 2012-06-01 17:48:47 +02:00
Lukas Eder
947d2c6421 [#1463] Add option to let generated Record / POJO objects implement a
common generated interface
2012-06-01 17:47:46 +02:00
Lukas Eder
9f1b30da94 Fixed compiler warning 2012-06-01 17:42:30 +02:00
Lukas Eder
0e5225302e [#1456] Custom generator strategy's printImplements() is called with
Mode == RECORD for tables
2012-06-01 17:26:58 +02:00
Lukas Eder
f109e734a0 [#1358] Compilation errors in generated source code when Oracle
overloaded procedures collide with procedures that end with numbers
2012-06-01 15:40:51 +02:00
Lukas Eder
955c367676 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-06-01 13:54:42 +02:00
Lukas Eder
ee27b10631 [#1462] Document missing GeneratorStrategy features, such as
getJavaClassImplements()
2012-06-01 13:32:40 +02:00
Lukas Eder
4400366c8b SEO: Added Woopra tracking code, removed pinterest script 2012-05-31 10:31:24 +03:00
Lukas Eder
7e01cbaffa Slight performance improvement 2012-05-28 11:58:33 +02:00
Lukas Eder
f16f4d8f2d [#1461] Exception when rendering of {fn datetimeadd(...)} for HSQLDB and
Derby
2012-05-28 11:45:34 +02:00
Lukas Eder
f65f05e8d5 [#1460] Table.getReferencesTo(Table) doesn't work correctly for aliased
tables - Canonical implementation
2012-05-28 11:24:38 +02:00
Lukas Eder
531c5486bd [#1460] Table.getReferencesTo(Table) doesn't work correctly for aliased
tables - added integration test
2012-05-27 17:41:29 +02:00
Lukas Eder
2725877103 Improve documentation on the possibility of leaving <inputSchema/> empty 2012-05-25 15:02:06 +02:00
Lukas Eder
2150f95d2c [#1454] Add line breaks to generated Javadoc where appropriate 2012-05-25 14:56:49 +02:00
Lukas Eder
2dc7d8856d [#1449] Generate some meaningful Javadoc into the generated
[schema-name]Factory classes
2012-05-25 14:34:11 +02:00
Lukas Eder
240117b7d4 [#1419] Add some WARN-level logging when the source-code generator
doesn't generate any artefacts
2012-05-25 14:22:42 +02:00
Lukas Eder
7e32e33e86 [#1418] Support case-insensitive schema names in code generation 2012-05-25 14:19:33 +02:00
Lukas Eder
61a796c9a6 [#1404] Document the lifecycle of an ExecuteListener in the Javadoc 2012-05-25 14:01:28 +02:00
Lukas Eder
0d5850bc53 Replaced internal references to the deprecated Factory.literal() by
Factory.inline()
2012-05-25 10:14:18 +02:00
Lukas Eder
5c6638bd5c [#1020] Improve Oracle's LIMIT .. OFFSET clause simulation. GitHub Issue
#16 - Fixed generated syntax error and bad variable binding
2012-05-25 10:02:14 +02:00
Lukas Eder
38592d92c8 Merge pull request #16 from stanislas/oracle-limit-offset
alternative oracle limit implementation.
2012-05-24 23:57:20 -07:00
Lukas Eder
e1d83c3dfd [#1448] Handle String to Enum conversion (when Java Enums are stored as
Strings in the database) - GitHub issue #15
2012-05-24 18:09:42 +02:00
Lukas Eder
afb96537c8 Merge pull request #15 from atvictor/master
Handle String to Enum conversion (when Java Enums are stored as Strings in the database)
2012-05-24 09:05:12 -07:00
Lukas Eder
f599413146 Added <h2 id=".."/> to release notes 2012-05-24 17:27:18 +02:00
Victor Pirat
01c1beaa55 Handle String to Enum conversion (when Java Enums are stored as Strings in the database). 2012-05-24 09:41:29 +02:00
Lukas Eder
1b9d98fa51 Replaced Pinterest button with LinkedIn button 2012-05-23 22:26:26 +02:00
Lukas Eder
1acfa28256 Add /jOOQ-website/manual to .gitignore 2012-05-23 22:20:06 +02:00
Lukas Eder
f527a0a99f Removed generated manual artefacts 2012-05-23 22:19:22 +02:00
Lukas Eder
930ac51efb Fixed some dead links 2012-05-23 22:18:12 +02:00
Lukas Eder
36d8a90508 Reverted recent developments around XML/CSV export of
INFORMATION_SCHEMA. Such a solution is not maintainable
2012-05-23 22:04:28 +02:00
Lukas Eder
2d2e665e80 [#1439] Add CSVGenerator to export TABLES.csv, COLUMNS.csv,
ROUTINES.csv, etc.
2012-05-22 22:09:36 +02:00
Lukas Eder
7cf602c584 Added .gitignore for /target 2012-05-22 21:33:40 +02:00
Lukas Eder
aefd24c007 [#1438] Add Result<Record> Factory.fetchFromCSV(String) 2012-05-22 21:31:24 +02:00
Lukas Eder
e37c5e56e2 [#1446] Converting arbitrary strings to Number / Date should return
null, instead of throwing an exception
2012-05-22 21:27:45 +02:00
Lukas Eder
81d44b7b2a [#1441] Performance issue with AbstractDataType.convert(Object). Avoid
conversions when they're obviously unneeded
2012-05-22 19:54:16 +02:00
Lukas Eder
892a8191f8 Added Robin as a contributor 2012-05-22 19:17:41 +02:00
Lukas Eder
28bf7e14f4 [#1440] Add top-level pom.xml for jooq-parent artefact (GitHub Issue
#14) - Removed duplicate plugin declaration
2012-05-22 19:10:22 +02:00
Lukas Eder
a3429bf5be [#1440] Add top-level pom.xml for jooq-parent artefact (GitHub Issue
#14) - Fixed some issues
2012-05-22 19:08:12 +02:00
Lukas Eder
7d5a66bff8 [#1440] Add top-level pom.xml for jooq-parent artefact (GitHub Issue
#14) - Added missing developers, contributors
2012-05-22 19:01:14 +02:00
Lukas Eder
a77b1cad4f Merge pull request #14 from pertl/master
Add parent pom.xml to project
2012-05-22 09:10:16 -07:00
peter
ea85e102af add parent pom.xml to project 2012-05-22 00:16:28 +02:00
Lukas Eder
aa74e1a416 [#1432] Fixed some issues with the integration tests 2012-05-20 23:26:59 +02:00
Lukas Eder
dca8c44162 [#1432] Removed redundant SQLClause, merged
functionality into SQLField
2012-05-20 23:19:59 +02:00
Lukas Eder
6e3e800b68 [#1432] Add Factory.fetch(String, QueryPart...) and
Factory.execute(String, QueryPart...) and similar methods to support
arbitrary QueryParts in plain SQL
[#1437] Error in Javadoc of FactoryOperations.fetchOne(). This method
may return null
2012-05-20 23:16:33 +02:00
Lukas Eder
6b5c293d0c [#1431] Add org.jooq.Name Factory.name(String) to contruct QueryParts
that are escaped according to Settings.getRenderNameStyle()
2012-05-20 21:51:09 +02:00