Commit Graph

1213 Commits

Author SHA1 Message Date
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