Commit Graph

1376 Commits

Author SHA1 Message Date
Lukas Eder
21df9be71f Removed unused method 2013-08-05 13:30:32 +02:00
Lukas Eder
6dcfca391b [#2665] Add a DefaultVisitListener implementation for convenience 2013-08-05 12:05:37 +02:00
Lukas Eder
9a4b4a00ff [#2010] Add a DefaultRecordListener implementation for convenience 2013-08-05 12:04:38 +02:00
Lukas Eder
1e5e4f5bf0 [#2665] [#2667] [#2676] First API and implementation draft
* [#2665] Implement SPI for RenderContext and BindContext listening to
allow for custom SQL transformation
* [#2667] Add org.jooq.Clause and let org.jooq.Context listen on
start(Clause) and end(Clause) events - First API and implementation
draft
* [#2676] Add QueryPartInternal.clause() to allow for QueryParts to
return Clause information to org.jooq.Context
2013-08-02 19:40:15 +02:00
Lukas Eder
76559c9cb8 Fixed Javadoc 2013-08-01 16:44:13 +02:00
Lukas Eder
33361455c5 [#2666] Pull up RenderContext.sql(QueryPart) and
BindContext.bind(QueryPart) to Context.visit(QueryPart)
2013-08-01 15:32:25 +02:00
Lukas Eder
a716f33675 [#2662] Deprecate also implementation method 2013-07-31 16:50:56 +02:00
Lukas Eder
867dc04594 [#2662] Deprecate the internal method DSLContext.bind(QueryPart,
PreparedStatement)
2013-07-31 16:49:52 +02:00
Lukas Eder
637488a5ec [#2010] Add listener API to Record / UpdatableRecord - First API draft 2013-07-31 11:44:43 +02:00
Lukas Eder
baa109d32e Fixed Javadoc: Removed reference to obsolete term "main unique key" 2013-07-31 11:44:09 +02:00
Lukas Eder
bb496f662b Removed confusing Javadoc message 2013-07-31 11:03:20 +02:00
Lukas Eder
83d9fe33a9 [#2626] Hide current Template implementation from public. This may not
make it into jOOQ 3.2
2013-07-30 16:58:47 +02:00
Lukas Eder
382301519b Replaced bad nbsp characters 2013-07-11 14:57:51 +02:00
Lukas Eder
a768462811 Javadoc fix 2013-07-11 00:32:48 +02:00
Lukas Eder
1798c7afe1 [#2626] Add org.jooq.Template for custom SQL templating
And also:
* [#2630] Add DSL.queryPart(String, Object...) and similar methods to
create simple plain SQL query parts
2013-07-10 16:39:28 +02:00
Lukas Eder
53258e02d1 [#2542] Add a Keyword type and DSL.keyword(String) to construct it 2013-07-04 12:37:21 +02:00
Lukas Eder
5787a77808 Javadoc fix 2013-07-04 12:18:56 +02:00
Lukas Eder
690a17277d [#1079] Add support for Oracle's FLASHBACK QUERY clause 2013-07-04 12:16:32 +02:00
Lukas Eder
80a107ca99 Reorganised methods in org.jooq.Table 2013-07-04 10:52:46 +02:00
Lukas Eder
604a73b7b8 [#2606] Distinguish ORACLE10G, ORACLE11G, ORACLE12C SQLDialects within
the ORACLE family
2013-07-04 10:49:07 +02:00
Lukas Eder
297db8be93 [#2581] Deprecate fetchLater() and FutureResult<R> 2013-07-04 09:39:10 +02:00
Lukas Eder
723c787ca9 [#2492] Fixed MS Access identifier quoting 2013-07-03 16:52:01 +02:00
Lukas Eder
419c3e21a3 Fixed formatting 2013-07-03 16:14:43 +02:00
Lukas Eder
088160e24d [#2593] Add Meta.getPrimaryKeys() 2013-07-02 21:59:41 +02:00
Lukas Eder
e25b92d711 [#2492] Add support for the MS Access database - Initial setup 2013-07-02 21:26:47 +02:00
Lukas Eder
8d45dc035a [#2586] Bad SQL dialect referenced from CUBRID's package-info.java 2013-07-02 20:54:19 +02:00
Lukas Eder
c59bfba377 [#2586] Bad SQL dialect referenced from ASE's package-info.java 2013-07-02 20:53:33 +02:00
Lukas Eder
2932e5855a Javadoc fixes 2013-07-02 19:47:41 +02:00
Lukas Eder
9c2e8d4373 [#1903] Duplicate Query construction API between DSLContext and DSL 2013-07-02 19:47:23 +02:00
Lukas Eder
c5a1114ccd Minor Javadoc improvements 2013-07-02 19:10:19 +02:00
Lukas Eder
66c71583f3 Release 3.2.0-SNAPSHOT 2013-07-02 10:52:33 +02:00
Lukas Eder
5827083e4e Release 3.1.0 2013-06-30 15:55:46 +02:00
Lukas Eder
4fd408c5e2 [#2464] Fixed this also for the instance table model 2013-06-30 15:54:03 +02:00
Lukas Eder
9dd5793e47 [#963] Fixed SQL Server's TINYINT data type 2013-06-30 14:01:35 +02:00
Lukas Eder
3c09edf60a [#963] Fixed SQL Server's TINYINT data type 2013-06-30 13:53:28 +02:00
Lukas Eder
f3df95de3e [#552] Fixed DefaultDataType's type lookup for casting 2013-06-30 13:53:08 +02:00
Lukas Eder
d74988011f Ignore unreliable Eclipse resource leaks warnings 2013-06-30 13:18:57 +02:00
Lukas Eder
5997d071b2 [#2470] Improved Javadoc to explain store(), insert(), and update()
behaviour with respect to changed() flags
2013-06-29 18:52:25 +02:00
Lukas Eder
25f03028a5 [#2569] Error when rendering SQL Server procedures with
Settings.renderSchema == false
2013-06-29 18:19:44 +02:00
Lukas Eder
982e3c3107 [#2311] [#2571] Add Configuration.recordMapperProvider() to override
jOOQ's internal default ReflectionMapper

* [#2311] Add Configuration.recordMapperProvider() to override jOOQ's
internal default ReflectionMapper
* [#2571] Add a new RecordType<R extends Record> type to make up for the
missing recursive type definition on Record
2013-06-29 18:02:17 +02:00
Lukas Eder
0f725a9f14 Fixed some warnings 2013-06-29 16:18:48 +02:00
Lukas Eder
fc54860099 [#2058] Add support for the MariaDB database 2013-06-28 13:34:35 +02:00
Lukas Eder
3f649f9de1 [#2562] Bad SQLDialect reference in Oracle and MySQL package-info.java 2013-06-28 12:31:59 +02:00
Lukas Eder
bcc3bf30c3 [#2562] Bad SQLDialect reference in MySQL package-info.java 2013-06-28 12:31:03 +02:00
Lukas Eder
4605c9a476 [#2311] Added an API draft for the RecordMapperProvider 2013-06-28 12:13:55 +02:00
Lukas Eder
123c557fbd Reordered methods in Configuration 2013-06-23 17:27:34 +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
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