Commit Graph

1321 Commits

Author SHA1 Message Date
Johannes Buehler
0fc758e3a2 #2829 applied eclipse Code Formatting 2013-11-15 22:18:07 +01:00
Johannes Buehler
bea6968225 Merge remote-tracking branch 'github/master' 2013-11-15 21:48:26 +01:00
Lukas Eder
d5e1d55f25 [#2847] Added a working test case to check if ad-hoc records can be constructed correctly for extracting data from fetchMap() results 2013-11-14 15:08:16 +01:00
Johannes Buehler
6e7f1428ce Merge remote-tracking branch 'github/master' 2013-11-14 09:46:21 +01:00
Johannes Buehler
1144224aba added JSON Loader Tests
LoaderImpl now uses same executeSQL method for indeepended of the import format
2013-11-14 09:43:06 +01:00
Lukas Eder
fad61c8389 [#2844] Let JAXB emit more warnings when loading the code generation configuration 2013-11-12 14:01:23 +01:00
Lukas Eder
23d70004cd [#2837] Deprecate code generation configuration's <expressions/> in favour of <expression/> 2013-11-11 13:12:30 +01:00
Lukas Eder
e79890ede9 [#2492] Add support for the MS Access database - Synchronise jOOQ Professional Edition with jOOQ Open Source Edition 2013-11-04 11:05:15 +01:00
Lukas Eder
5cccc5d828 All of a sudden, Ingres (or the Ingres JDBC driver) starts closing connections randomly... 2013-11-01 16:00:36 +01:00
Lukas Eder
4187847135 [#2815] Added failing integration test 2013-10-31 11:06:48 +01:00
Lukas Eder
edc6baf3ae [#2767] Add support for CUBRID 9.2 features 2013-10-29 14:07:53 +01:00
Lukas Eder
0636238b1e Synced with "pro" version 2013-10-29 12:22:34 +01:00
Lukas Eder
e9029277fa [#2805] Add seekAfter() and seekBefore() to allow for paging in both directions 2013-10-29 11:54:31 +01:00
Lukas Eder
f55b482a34 [#2810] Add support for the REVERSE() function, where it is supported 2013-10-29 11:12:02 +01:00
Lukas Eder
ba947e3f16 Fixed bad test assumptions about returned data types 2013-10-29 10:55:24 +01:00
Lukas Eder
267ba0faa9 [#2811] Deprecate ResultQuery.fetchLazy(int) - fetchSize is now passed to ResultQuery.fetchSize() not only for lazy fetching 2013-10-28 17:56:03 +01:00
Lukas Eder
0deb4f6f92 Don't run this test in H2 2013-10-28 17:54:46 +01:00
Lukas Eder
fac2c3ab08 Something keeps changing... ? 2013-10-28 17:54:23 +01:00
Lukas Eder
a812c03795 [#2246] Add <T> T DSLContext.fetchValue(Select<Record1<T>>) to support more typesafety when fetching single values 2013-10-23 15:17:56 +02:00
Lukas Eder
be4cf6ec24 [#531] Add support for the WINDOW clause 2013-10-22 16:38:08 +02:00
Lukas Eder
a286d1a462 Added missing DELETE statements 2013-10-22 16:14:24 +02:00
Lukas Eder
9765edd43a [#2788] Add support for the PostgreSQL "json" data type - Added a json column to the T_EXOTIC_TYPES table 2013-10-18 11:47:53 +02:00
Lukas Eder
aa87284601 [#2779] Add support for LEFT(), RIGHT() functions 2013-10-17 16:36:57 +02:00
Lukas Eder
2ffd4ba3e9 Fixed typo 2013-10-17 16:09:30 +02:00
Lukas Eder
372ef3a4eb [#2657] Add support for ORDER BY .. SEEK .. LIMIT to implement the "seek method" for faster offsets 2013-10-17 14:33:47 +02:00
Lukas Eder
bc7e0ad6f6 [#2777] Regenerated PostgreSQL schema 2013-10-16 14:05:20 +02:00
Lukas Eder
5b10860d7c [#2777] Let code generator reflect PostgreSQL table inheritance in generated tables, records, pojos, daos
- Added inheritance capability to jOOQ-Meta
2013-10-16 14:05:09 +02:00
Lukas Eder
be485c7d1b [#2777] Regenerated "pg_catalog" 2013-10-16 14:04:36 +02:00
Lukas Eder
606a27cec2 [#2776] Add support for the PostgreSQL ONLY clause - Regenerated PostgreSQL schema 2013-10-15 15:14:10 +02:00
Lukas Eder
095026dc1d [#2776] Add support for the PostgreSQL ONLY clause 2013-10-15 15:13:37 +02:00
Lukas Eder
5e7f157f52 Converted all \r\n to \n 2013-10-10 10:13:22 +02:00
Lukas Eder
3d7a440df0 Set all Eclipse settings to use Unix-style line separators 2013-10-10 09:53:11 +02:00
Lukas Eder
fc7afb4076 Merged release fixes from pro distribution 2013-10-09 19:28:25 +02:00
Lukas Eder
2f1c103a92 Removed jdbcoracle package from OSS distribution 2013-10-09 19:28:12 +02:00
Lukas Eder
f00684957c Regenerated classes 2013-10-09 19:26:11 +02:00
Lukas Eder
c23d6cf0e6 Fixed some test setups 2013-10-07 16:36:04 +02:00
Lukas Eder
444cf8df47 OSS / Commercial dual-licensing: Remove some commercial code sections from publicly available GitHub repository. 2013-10-07 15:55:31 +02:00
Lukas Eder
ef9080435c OSS / Commercial dual-licensing: Remove some commercial code sections from publicly available GitHub repository. 2013-10-07 15:46:01 +02:00
Lukas Eder
f8dd234cb7 OSS / Commercial dual-licensing: Mask out commercial code sections from publicly available GitHub repository. 2013-10-07 14:52:51 +02:00
Lukas Eder
ba3030d010 [#1644] Add DSL.dual() to explicitly create a DUAL table that works with any dialect 2013-10-07 11:30:43 +02:00
Lukas Eder
5080114610 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
	jOOQ-codegen/src/main/java/org/jooq/util/JavaGenerator.java
2013-10-07 10:45:00 +02:00
lukaseder
a91df2a29c [#674] Add <fluentSetters/> code generation flag to let generated
setters return this - Apply this flag to the PostgreSQL configuration
2013-10-06 10:52:46 +02:00
Lukas Eder
1d5ae25f2b [#2765] Add support for a database-agnostic GENERATE_SERIES(FROM, TO) table function 2013-10-04 17:59:25 +02:00
Lukas Eder
a5f36eb2b7 [#2767] Add support for CUBRID 9.2 features - Upgraded CUBRID to 9.2 2013-10-04 17:57:17 +02:00
Lukas Eder
7d0ba9607d Fixed license in eclipse .settings for code templates 2013-10-02 16:39:02 +02:00
Lukas Eder
63717b517f Updated licensing link from /eula to /licensing 2013-10-02 16:36:22 +02:00
Lukas Eder
56d4cf123f [#2010] Added test for batch store lifecycle event handling 2013-10-01 15:06:38 +02:00
Lukas Eder
7725787591 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
	jOOQ-test/src/org/jooq/test/_/testcases/CRUDTests.java
	pom.xml
2013-10-01 13:05:28 +02:00
lukaseder
d3ea56750e [#2764] Let CRUD operations be able to perform UPDATEs on primary keys 2013-09-28 11:35:11 +02:00
Lukas Eder
223db0e4dc [#1171] Reverted regeneration for H2 in standard integration tests, moved such generation to ./examples 2013-09-27 13:04:48 +02:00
Lukas Eder
2b296d7c06 Merged rebase mess 2013-09-27 12:48:05 +02:00
Lukas Eder
275b3918e5 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2013-09-27 12:47:19 +02:00
Lukas Eder
7677805e25 [#996] Add support for various Postgres ARRAY operations 2013-09-27 12:05:28 +02:00
lukaseder
d8180e98e5 [#2580] Add a reminder to add more test cases 2013-09-24 23:09:32 +02:00
lukaseder
5bb189f477 [#2580] Bad SQL rendered when combining DISTINCT with LIMIT .. OFFSET in
DB2, SQL Server
2013-09-24 22:31:46 +02:00
Lukas Eder
65229d460d [#2723] Add example VisitListener implementation that prevents UPDATE, DELETE statement execution without explicit WHERE clause 2013-09-24 09:13:53 +02:00
Lukas Eder
8b486ee057 [#2352] Enhance <ForcedType/> to allow for forcing a type upon all columns / parameters / attributes of a given data type - Regenerated SQL Server test schema 2013-09-23 17:34:03 +02:00
Lukas Eder
2a227ef914 [#2580] Added failing integration test 2013-09-23 15:46:12 +02:00
Lukas Eder
9f937fd944 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
	jOOQ-test/configuration/org/jooq/configuration/lukas/h2/library.xml
	jOOQ-test/src/org/jooq/test/H2Test.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/Public.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/F1256.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/F317.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/FArrays1.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/FArrays2.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/FArrays3.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/FAuthorExists.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/FGetOneCursor.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/FNumber.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/FOne.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/PCreateAuthor.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/routines/PCreateAuthorByName.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TArrays.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TAuthor.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TBook.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TBookStore.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TBookToBookStore.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TBooleans.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TDates.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TExoticTypes.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TIdentity.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TIdentityPk.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TLanguage.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TTriggers.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/TUnsigned.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/T_2327UkOnly.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/T_639NumbersTable.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/T_725LobTest.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/T_785.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/T_877.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/VAuthor.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/VBook.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/VLibrary.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/V_2603.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/XTestCase_2025.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/XTestCase_64_69.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/XTestCase_71.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/XTestCase_85.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/XUnused.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/daos/TBookDao.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/daos/TBookStoreDao.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/interfaces/ITBook.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/interfaces/ITBookStore.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/interfaces/ITBookToBookStore.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/interfaces/IVBook.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/pojos/TBook.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/pojos/TBookStore.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/pojos/TBookToBookStore.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/pojos/VBook.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/pojos/VLibrary.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/records/TBookRecord.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/records/TBookStoreRecord.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/records/TBookToBookStoreRecord.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/records/VBookRecord.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/records/VLibraryRecord.java
	jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/Ää.java
2013-09-23 11:09:29 +02:00
lukaseder
27035bb515 Fixed typo 2013-09-22 08:53:46 +02:00
lukaseder
3462ace6e3 [#1171] Add a MatcherStrategy GeneratorStrategy to allow for
configurative regex pattern matching and replacement - Added H2
integration tests
2013-09-21 17:53:03 +02:00
Lukas Eder
5c1d14065e Regenerated MySQL 2 schema 2013-09-20 17:01:55 +02:00
Lukas Eder
fc3ac807e3 Fixed compilation error 2013-09-20 17:01:11 +02:00
Lukas Eder
b9b47953d5 Regenerated Sakila Database 2013-09-20 17:00:38 +02:00
Lukas Eder
78d3f9a1fb [#1908] Compilation error in generated code when a MySQL procedure and function share the same name and signature - Regenerated MariaDB schema 2013-09-20 17:00:05 +02:00
Lukas Eder
8e5c4037cb [#1908] Compilation error in generated code when a MySQL procedure and function share the same name and signature - Regenerated MySQL schema 2013-09-20 16:34:39 +02:00
Lukas Eder
45ad210268 [#1908] Compilation error in generated code when a MySQL procedure and function share the same name and signature 2013-09-20 16:34:10 +02:00
Lukas Eder
332c4d3457 [#2712] Field.equalIgnoreCase(String) method broken for SQL Server - Added failing test case 2013-09-20 14:51:07 +02:00
Lukas Eder
9fc5f544a8 Regenerated MariaDB classes 2013-09-20 14:40:01 +02:00
Lukas Eder
c5ae330656 Upgraded from MariaDB JDBC driver 1.1.2 to 1.1.5 2013-09-20 14:37:05 +02:00
Lukas Eder
9012b07692 Fixed JTDS / SQL Server test bug 2013-09-20 12:23:30 +02:00
Lukas Eder
f5f70071af [#2759] DSLContext.fetchCount() fails when argument SELECT statement does not explicitly provide column names in SQL Server 2013-09-20 12:01:52 +02:00
Lukas Eder
97c129c121 [#2758] Duplicate primary key column references generated for DB2 - Regenerated schema 2013-09-19 18:05:02 +02:00
Lukas Eder
692de49b07 Added ticket marker 2013-09-19 17:49:58 +02:00
Lukas Eder
a21edba43b [#2757] Add support for DB2 10.5 - Fixed easy to break system functions test 2013-09-19 17:44:13 +02:00
Lukas Eder
dd7292e280 [#2757] Add support for DB2 10.5 - Do not use LONG VARCHAR any more 2013-09-19 17:43:13 +02:00
Lukas Eder
df7470d68a [#2757] Add support for DB2 10.5 - Fixed exotic types test 2013-09-19 17:38:29 +02:00
Lukas Eder
1bd1ec210e Regenerated DB2 schema 2013-09-19 17:20:21 +02:00
Lukas Eder
61c7fbd645 [#2700] Disable test for 3.2 2013-09-19 17:06:18 +02:00
Lukas Eder
c81573c49d Regenerated Oracle schemas 2013-09-18 17:57:58 +02:00
Lukas Eder
8285438b8c Fixed some warnings 2013-09-18 17:41:31 +02:00
Lukas Eder
ece38d31c3 Remove parts of the Commercial API during splitting 2013-09-18 15:52:42 +02:00
Lukas Eder
6b60fc1dd3 [#2753] DATE_DIFF() with CURRENT_DATE() returns wrong precision in Oracle 2013-09-18 13:39:52 +02:00
Lukas Eder
15d01bc6f1 Renamed [com] to [pro] 2013-09-18 13:19:23 +02:00
Lukas Eder
c8b9b92a0f Added OSS / Commercial code splitting marks to jOOQ-test 2013-09-17 17:14:08 +02:00
Lukas Eder
c405fb0607 Removed ucanaccess library from classpath 2013-09-17 16:19:46 +02:00
Lukas Eder
0de43e50a1 Settle for final multi-licensing model: ASL 2.0 / Commercial 2013-09-17 12:01:08 +02:00
Lukas Eder
c3930a7d11 [#2700] DAO.insert() and other DAO operations do not respect DEFAULT
values. - Added failing test
2013-09-16 10:13:18 +02:00
Lukas Eder
8cacd4a051 [#2745] Generate default constructor and "assignment-constructor" in
POJOs - Regenerated H2 database
2013-09-16 10:13:17 +02:00
Lukas Eder
a3f65094ad [#2698] Record.store() regression: DEFAULT values are set to NULL -
Added (working) test case
2013-09-16 10:13:15 +02:00
Lukas Eder
472c68cbb3 [#2730] Immutable Pojo+Interface code generation produces uncompilable
pojo - Regenerated PostgreSQL source code
2013-09-16 10:13:11 +02:00
Lukas Eder
2832947913 [#2725] Add ExecuteContext.rows() to indicate the number of affected
rows in the last executed statement
2013-09-16 10:13:04 +02:00
Lukas Eder
e713190796 [#2713] Add support for custom code sections in generated code -
Regenerated H2 database
2013-09-16 10:13:03 +02:00
Lukas Eder
50c4f41f82 [#2718] NullPointerException in code generator when a primary key (or
foreign key) column is excluded from code generation - Regenerated H2
schema
2013-09-16 10:13:00 +02:00
Lukas Eder
9675da7d2b New Licensor: Data Geekery GmbH
- Reverted previous license change (which was too restrictive)
- Changed license to
  - ASL 2.0  + Commercial for use with Open Source databases
  - AGPL 3.0 + Commercial for use with commercial databases
2013-09-16 10:12:56 +02:00
Lukas Eder
cb1ab66545 Regenerated H2 schema with generated AGPL license 2013-09-16 10:12:51 +02:00
Lukas Eder
34c8ff98ed New Licensor: Data Geekery GmbH
- Transferred license from Lukas Eder to Data Geekery GmbH
- Changed license from ASL 2.0 to
  - LGPL + Commercial for jOOQ
  - AGPL + Commercial for jOOQ-codegen, jOOQ-meta, jOOQ-scala and others
2013-09-16 10:12:45 +02:00
lukaseder
c3a4286c45 Added issue id marker 2013-09-12 18:13:50 +02:00
lukaseder
c0f7fe9962 Removed cross-references to jOOU from Eclipse runtime configurations 2013-08-29 07:35:32 +02:00
Lukas Eder
d465dcbd14 [#2706] Generate "full" constructors in records, allowing to construct a
record with all values set
2013-08-23 17:35:55 +02:00
Lukas Eder
f2aa2b0b5f [#2492] MS Access support will be implemented in a later version than
3.2
2013-08-23 17:18:16 +02:00
Lukas Eder
ca3da26634 [#2707] PostgreSQL ENUM ordering is inconsistent with the database -
Regenerated schema
2013-08-23 16:51:59 +02:00
Lukas Eder
dfd1f10778 [#2699] Generate DEFAULT and NULL metadata information on generated
DataTypes - Regenerated database
2013-08-19 16:08:28 +02:00
Lukas Eder
70fd391aed [#2603] Add <includeExcludeColumns/> flag to code generation
configuration to indicate that <includes/> and <excludes/> shall also
match column names
2013-08-16 14:55:49 +02:00
Lukas Eder
66301d6574 [#2665] Added example for INSERT query transformation
* Added example integration test for INSERT query transformation
 * Enhanced VisitContext to enable patching of QueryParts while
traversing the tree
2013-08-16 14:00:23 +02:00
Lukas Eder
29140dfbc8 [#2665] Enhanced VisitListener example to transform UPDATE and DELETE
statements
2013-08-16 10:57:48 +02:00
Lukas Eder
08aa25a872 [#2665] Force bind variable inlining 2013-08-15 11:36:37 +02:00
Lukas Eder
93c1fa376c Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
	jOOQ-test/src/org/jooq/test/_/testcases/VisitListenerTests.java
2013-08-15 11:15:52 +02:00
Lukas Eder
446d49d767 [#2665] Added more Javadocs 2013-08-15 11:12:51 +02:00
Lukas Eder
34d3a741b1 [#2665] Added test example for SQL transformation with TABLE_ALIAS
involved

 * Added test example
 * Renamed VisitContext.visiting() to queryPart()
 * Added VisitContext.queryParts()
2013-08-15 11:09:18 +02:00
Lukas Eder
3160cf7926 Added TBook_CO_AUTHOR_ID() to test API 2013-08-15 11:07:38 +02:00
Lukas Eder
1c4c459076 Fixed MySQL WITH ROLLUP test case. 2013-08-12 15:52:22 +02:00
Lukas Eder
b00e018701 @@sql_mode = 'NO_BACKSLASH_ESCAPES' causes more headaches than it solves 2013-08-12 15:44:31 +02:00
Lukas Eder
983e9d2b5b [#2665] Implement SPI for RenderContext and BindContext listening to
allow for custom SQL transformation

 * Improved integration test to transform also nested selects, joins and
derived tables.
2013-08-12 13:14:49 +02:00
Lukas Eder
6823c070e2 [#2665] Implement SPI for RenderContext and BindContext listening to
allow for custom SQL transformation

* Added integration test for query manipulation
2013-08-05 17:04:42 +02:00
Lukas Eder
e0a6ab102e [#2010] Added failing integration test for batch store operations, when
used with RecordListeners
2013-08-05 16:17:48 +02:00
Lukas Eder
5b4cf0924c [#2010] Added support for DELETE event. Slightly changed STORE event
semantics
2013-08-05 16:06:42 +02:00
Lukas Eder
1595f09690 [#2010] Implemented INSERT, UPDATE, STORE lifecycle events 2013-08-05 15:53:37 +02:00
Lukas Eder
290601afce [#2010] Add listener API to Record / UpdatableRecord
* Added support for REFRESH event
2013-08-05 15:30:10 +02:00
Lukas Eder
ee9f1fed76 [#2010] Add listener API to Record / UpdatableRecord
* Implemented record loading lifecycle events
2013-08-05 15:00:55 +02:00
Lukas Eder
0f4297cc97 [#2669] Fixed this issue by setting @@sql_mode = 'NO_BACKSLASH_ESCAPES' 2013-08-01 18:53:25 +02:00
Lukas Eder
bf7650e2d0 [#2669] Bad string literal escaping for MySQL when creating literals
like 'car\' - Added failing test case
2013-08-01 18:01:10 +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
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
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
75b7f54c70 [#2619] Add an example ExecuteListener, showing how UPDATE and DELETE
statements without WHERE clause can be aborted
2013-07-07 12:46:27 +02:00
Lukas Eder
2a426b9471 [#2613] The batch INSERT query example in the manual is no longer
correct with jOOQ 3.x - Added some integration tests
2013-07-06 13:35:30 +02:00
Lukas Eder
e60dc20866 [#2608] Error in code generator when the sqlite_sequence table is
missing
2013-07-05 09:56:23 +02:00
Lukas Eder
c39a9ce700 [#2534] Correctly handle Oracle BLOB and CLOB data types, when fetched
through plain SQL - Added integration tests
2013-07-04 16:16:22 +02:00
Lukas Eder
753d5f367d [#2534] Correctly handle Oracle BLOB and CLOB data types, when fetched
through plain SQL - Added failing integration test
2013-07-04 16:09:06 +02:00
Lukas Eder
690a17277d [#1079] Add support for Oracle's FLASHBACK QUERY clause 2013-07-04 12:16:32 +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
e811cfd66d Fixed test for SQL Server 2013-07-04 10:47:25 +02:00
Lukas Eder
297db8be93 [#2581] Deprecate fetchLater() and FutureResult<R> 2013-07-04 09:39:10 +02:00
Lukas Eder
2256a01d62 [#2577] Skip the test for Sybase 2013-07-03 17:11:59 +02:00
Lukas Eder
b8013f3cf0 Fixed integration test for Sybase 2013-07-03 17:04:17 +02:00
Lukas Eder
3a3a1cd62f [#2591] Added failing integration test 2013-07-03 16:50:49 +02:00
Lukas Eder
f01cbe9798 [#2492] Add support for the MS Access database - Fixed some compilation
issues in the Access integration
2013-07-03 14:47:24 +02:00
Lukas Eder
0a169d6545 Resolved compile-time ambiguity 2013-07-03 14:45:54 +02:00
Lukas Eder
f08445a838 [#2492] Add support for the MS Access database - More fixes to the
Access integration
2013-07-02 22:37:01 +02:00
Lukas Eder
b5a00d70f7 [#2594] Regenerated Access database 2013-07-02 22:36:07 +02:00
Lukas Eder
088160e24d [#2593] Add Meta.getPrimaryKeys() 2013-07-02 21:59:41 +02:00
Lukas Eder
8ef4103416 [#2492] Add support for the MS Access database - First time code
generation
2013-07-02 21:27:02 +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
19f9697cab [#2582] Added an integration test for a CREATE VIEW statement via jOOQ 2013-07-02 15:29:29 +02:00
Lukas Eder
29c68da044 Fixed test2 schema for MySQL 2013-06-30 14:49:30 +02:00
Lukas Eder
3a22a9ee51 Fixed test that doesn't enforce resetting of data 2013-06-30 13:58:19 +02:00
Lukas Eder
d10563ae8c Skip test if no stored functions are supported 2013-06-30 13:37:04 +02:00
Lukas Eder
d74988011f Ignore unreliable Eclipse resource leaks warnings 2013-06-30 13:18:57 +02:00
Lukas Eder
25f03028a5 [#2569] Error when rendering SQL Server procedures with
Settings.renderSchema == false
2013-06-29 18:19:44 +02:00