Commit Graph

7429 Commits

Author SHA1 Message Date
Lukas Eder
83f2c27773 [#859] Derby casting of numeric types to BOOLEAN doesn't work 2011-10-29 13:18:17 +00:00
Lukas Eder
37c4c466b4 [#885] Add support for INSERT INTO .. VALUES () syntax, omitting explicit field declarations 2011-10-29 12:09:38 +00:00
Lukas Eder
aa00ab4e63 [#748] CURSOR: H2 regression in 1.3.158 regarding RESULT_SET stored function results 2011-10-29 11:30:40 +00:00
Lukas Eder
531aefff0c Upgraded H2 to 1.3.161 2011-10-29 11:23:18 +00:00
Lukas Eder
f15b8ca57e Upgraded H2 to 1.3.161 2011-10-29 11:23:06 +00:00
Lukas Eder
52ceaf63fa [#887] Add <E> List<E> Cursor.fetchInto(Class<E>) 2011-10-27 21:03:57 +00:00
Lukas Eder
d7336adc01 [#886] Regression in date extract function when used in a subselect 2011-10-27 19:15:18 +00:00
Lukas Eder
78b7adb55a Removed unnecessary indirection 2011-10-27 19:13:31 +00:00
Lukas Eder
11506875b5 [#621] Add support for JDBC BATCH operations 2011-10-25 19:53:11 +00:00
Lukas Eder
0e5f8de8c1 Release 1.6.9-SNAPSHOT 2011-10-25 17:47:58 +00:00
Lukas Eder
7fe1d50c89 [#882] Optimise Field.isTrue() and isFalse(). Take Field's data type into consideration 2011-10-25 17:43:34 +00:00
Lukas Eder
e7f6a8ebac Release 1.6.8 2011-10-22 15:39:58 +00:00
Lukas Eder
504ca26908 Release 1.6.8 2011-10-22 15:36:44 +00:00
Lukas Eder
c0c7e89a3e Release 1.6.8 2011-10-22 15:17:29 +00:00
Lukas Eder
6186e34940 [#879] Add Google Cloud SQL Example 2011-10-22 13:24:31 +00:00
Lukas Eder
722db312a0 [#879] Add Google Cloud SQL Example 2011-10-22 13:17:31 +00:00
Lukas Eder
f4a6aa2b56 [#879] Add Google Cloud SQL Example 2011-10-22 13:16:48 +00:00
Lukas Eder
caadbecf79 [#881] Re-design H2 stored functions to be pre-compiled, in order to speed up integration tests 2011-10-20 17:58:00 +00:00
Lukas Eder
e94b0e0134 [#881] Re-design H2 stored functions to be pre-compiled, in order to speed up integration tests 2011-10-20 17:54:33 +00:00
Lukas Eder
29644aa57e [#877] Compilation error in generated source code when a table without PK has an IDENTITY column 2011-10-20 17:28:26 +00:00
Lukas Eder
a05e19db6f Upgraded H2 to latest version from trunk for some tests 2011-10-20 17:12:18 +00:00
Lukas Eder
80898e80db [#880] Query.getSQL() does consider SchemaMapping - Added some integration tests 2011-10-20 16:38:46 +00:00
Lukas Eder
6bb7997fcb Added some comments 2011-10-19 19:34:02 +00:00
Lukas Eder
119b75ed10 Added more planned supported RDBMS 2011-10-19 17:35:47 +00:00
Lukas Eder
ad0d8e0ae5 [#271] PERFORMANCE: Don't pre-fetch table meta data when selecting from plain SQL tables - some tests now work 2011-10-18 20:09:55 +00:00
Lukas Eder
665f31885d Resolved javac compilation problem 2011-10-18 20:07:47 +00:00
Lukas Eder
05d6b89177 Resolved javac compilation problem 2011-10-18 19:57:01 +00:00
Lukas Eder
2703c18fbb Added Google Cloud SQL to the planned integrations 2011-10-18 19:38:24 +00:00
Lukas Eder
183fbd74ec [#271] PERFORMANCE: Don't pre-fetch table meta data when selecting from plain SQL tables
[#489] Add support for SELECT *
[#692] CURSOR: Add support for ResultSet type returned from HSQLDB stored functions
[#761] Exception when TRACE logging execution with plain SQL tables involved
2011-10-18 18:24:05 +00:00
Lukas Eder
1959e9e432 [#878] Implement DataType.equals() and .hashCode() 2011-10-18 16:37:48 +00:00
Lukas Eder
f699d26460 [#773] Execute standalone stored functions as CallableStatement to prevent issues with transactions
[#852] Review stored procedures / functions concept. Merge them all into a single "Routine" type
2011-10-17 17:48:07 +00:00
Lukas Eder
36c9260391 [#873] Error when selecting two times the same aggregate field 2011-10-16 17:47:51 +00:00
Lukas Eder
1d7ad47734 [#811] Loader integration tests fail for SQLite
[#812] CSV Loader test leaves Postgres JDBC connection in an inconsistent transactional state on error
2011-10-16 16:22:52 +00:00
Lukas Eder
8bb5c0d075 [#874] Reduce the number of internal classes for dialect-specific function aliases 2011-10-16 13:02:10 +00:00
Lukas Eder
23934e3e2a Added missing final keywords 2011-10-16 12:48:24 +00:00
Lukas Eder
87ce687450 [#596] Add support for VARIANCE() and STDDEV() OVER() window functions
[#874] Reduce the number of internal classes for dialect-specific function aliases
2011-10-16 12:46:47 +00:00
Lukas Eder
9223364ee9 [#872] Add support for STDDEV_POP(), STDDEV_SAMP(), VAR_POP(), VAR_SAMP() aggregate functions 2011-10-16 12:02:22 +00:00
Lukas Eder
f4eb201592 [#870] Add support for MEDIAN aggregate function 2011-10-15 15:54:01 +00:00
Lukas Eder
7d9703b27a [#867] Add integration tests for Field.sum(), Field.avg(), Field.max(), Field.min() 2011-10-15 15:13:01 +00:00
Lukas Eder
0a84a29287 [#863] Ingres integration generates illegal SQL when selecting things like SELECT 1 WHERE 1 = 1 2011-10-15 13:32:11 +00:00
Lukas Eder
d277d61cae [#863] Ingres integration generates illegal SQL when selecting things like SELECT 1 WHERE 1 = 1 2011-10-15 12:57:08 +00:00
Lukas Eder
a447385e32 [#670] Add more Javadoc to Field.xxx() functions 2011-10-09 13:06:24 +00:00
Lukas Eder
7a22b8ad77 [#866] Sybase ASE Field.replace(String) function incorrectly removes the argument string 2011-10-09 12:47:10 +00:00
Lukas Eder
d1f9906ab5 [#865] Add integration tests for Field.ascii() 2011-10-09 12:43:35 +00:00
Lukas Eder
4628d259c7 [#861] Field.replace(String) generates bad SQL for various RDBMS. Field.replace(String, String) works, though 2011-10-09 12:01:46 +00:00
Lukas Eder
d4c01f8397 [#860] SQLite CEIL function is incorrectly simulated. CEIL(2.0) returns 3.0 instead of 2.0 2011-10-09 11:05:55 +00:00
Lukas Eder
362e31e019 [#857] Derby casting of numeric types to String / VARCHAR doesn't work 2011-10-09 10:49:05 +00:00
Lukas Eder
746a4ff863 [#858] SQLDataType.getSQLDataType() should return itself, instead of null 2011-10-09 10:27:07 +00:00
Lukas Eder
df864a92c9 [#856] Add integration tests for Field.abs() 2011-10-09 10:08:32 +00:00
Lukas Eder
3066b30a1f [#852] Review stored procedures / functions concept. Merge them all into a single "Routine" type - Avoid generating deprecated code for this task 2011-10-08 20:51:58 +00:00