Commit Graph

1378 Commits

Author SHA1 Message Date
Lukas Eder
5cf50f1b55 [#430] Add support for the Firebird database - Added SEQUENCE support 2012-08-24 10:21:53 +02:00
Lukas Eder
2de3f18021 [#430] Add support for the Firebird database - Fixed UK and FK behaviour 2012-08-24 10:10:45 +02:00
Lukas Eder
3c8be0ed30 [#430] Add support for the Firebird database - Fixed data types 2012-08-24 08:43:24 +02:00
Lukas Eder
7abc0907f0 Firebird will not be experimental, but "beta" 2012-08-24 01:13:51 +02:00
Lukas Eder
a243b86fc2 [#430] Add support for the Firebird database - initial code generation
contribution
2012-08-24 01:10:27 +02:00
Lukas Eder
cfd5ad417e [#430] Add support for the Firebird database - Added initial code
generation contribution
2012-08-24 01:05:42 +02:00
Lukas Eder
e346394ac7 [#1730] Compilation errors in SQLite generated code when flag
<instanceFields/> is set to true
2012-08-23 20:01:19 +02:00
Lukas Eder
c8d2b997dc [#1727] Cast VARCHAR bind values to their actual string length in
Firebird
2012-08-23 19:27:24 +02:00
Lukas Eder
da54e2db78 [#1726] Add more integration tests to check for VARCHAR bind value
casting limits
2012-08-23 19:27:08 +02:00
Lukas Eder
b708cc15e4 [#1727] Cast VARCHAR bind values to their actual string length 2012-08-22 18:59:22 +02:00
Lukas Eder
a8a1b0190b Fixed "IS DISTINCT FROM" for Sybase SQL Anywhere 2012-08-22 18:56:44 +02:00
Lukas Eder
9e96de36ce Fixed "SYMMETRIC" for Sybase SQL Anywhere 2012-08-22 18:55:51 +02:00
Lukas Eder
e596f68368 [#1726] Add more integration tests to check for VARCHAR bind value
casting limits
2012-08-22 18:18:02 +02:00
Lukas Eder
c814d30853 [#430] Add support for the Firebird database - Fixed BOOLEAN literals 2012-08-19 18:59:43 +02:00
Lukas Eder
d4e5e6c839 [#430] Add support for the Firebird database - Skipped window function
test cases
2012-08-19 18:47:49 +02:00
Lukas Eder
50f99b3bd8 [#430] Add support for the Firebird database - Fixed LIKE_REGEX() test
case
2012-08-19 18:47:03 +02:00
Lukas Eder
58fbe956fa Refactored string function tests into dedicated tests per function 2012-08-19 18:34:19 +02:00
Lukas Eder
2afd325029 [#430] Add support for the Firebird database - Fixed ASCII() 2012-08-19 18:25:58 +02:00
Lukas Eder
a59f83b6d3 [#430] Add support for the Firebird database - Fixed REPEAT() 2012-08-19 18:24:31 +02:00
Lukas Eder
5f0d165869 [#430] Add support for the Firebird database - Fixed RPAD() and LPAD() 2012-08-19 18:23:42 +02:00
Lukas Eder
bb3df952f2 [#430] Add support for the Firebird database - Fixed REPLACE() 2012-08-19 18:23:28 +02:00
Lukas Eder
102e1f6bf9 [#430] Add support for the Firebird database - Improved GREATEST() and
LEAST() implementations
2012-08-19 18:21:17 +02:00
Lukas Eder
426ec1fed9 [#430] Add support for the Firebird database - Fixed DATE TIME
arithmetic
2012-08-19 18:05:36 +02:00
Lukas Eder
dfb0bfda4c [#430] Add support for the Firebird database - Fixed INSERT .. RETURNING 2012-08-19 17:39:40 +02:00
Lukas Eder
7161ccf131 [#430] Add support for the Firebird database - Fixed FOR UPDATE tests 2012-08-19 17:29:51 +02:00
Lukas Eder
b325c0ff10 [#430] Add support for the Firebird database - Fixed TRUNCATE test 2012-08-19 17:25:49 +02:00
Lukas Eder
32ec7d388f [#430] Add support for the Firebird database - Fixed ON DELETE CASCADE
in test data
2012-08-19 17:23:44 +02:00
Lukas Eder
f4132f6160 Don't skip tests by default 2012-08-19 17:10:59 +02:00
Lukas Eder
b8b9e05a8e [#430] Add support for the Firebird database - Skipping INTERVAL tests 2012-08-19 14:52:59 +02:00
Lukas Eder
04ab71c821 [#430] Add support for the Firebird database - Implement LIMIT using
ROWS .. TO, instead of FIRST .. SKIP
2012-08-19 14:47:03 +02:00
Lukas Eder
97be121d08 [#430] Add support for the Firebird database - Fixed multi-record INSERT 2012-08-19 14:34:24 +02:00
Lukas Eder
e5e453464b [#430] Add support for the Firebird database - Fixed UNION and UNION ALL 2012-08-19 14:22:08 +02:00
Lukas Eder
1684e58107 Refactored tests for quantified predicates out into their own test case 2012-08-19 14:14:00 +02:00
Lukas Eder
3b2c7a7a45 [#430] Add support for the Firebird database - Fixed BETWEEN SYMMETRIC 2012-08-19 14:12:26 +02:00
Lukas Eder
b32a18e6a0 [#430] Add support for the Firebird database - Fixed GREATEST(), LEAST() 2012-08-19 14:05:34 +02:00
Lukas Eder
d2d7c5e79f [#430] Add support for the Firebird database - Fixed EULER number,
DEGREES() and RADIANS() functions
2012-08-19 14:03:12 +02:00
Lukas Eder
9ffb0fac85 [#430] Add support for the Firebird database - Skip PIVOT clause tests 2012-08-19 13:56:55 +02:00
Lukas Eder
e7acb6e1f7 [#430] Add support for the Firebird database - Skip hierarchical query
tests
2012-08-19 13:55:27 +02:00
Lukas Eder
069261057a [#430] Add support for the Firebird database - Fixed LTRIM() and RTRIM() 2012-08-19 13:51:03 +02:00
Lukas Eder
6a95dba01e Extracted CHAR casting test to its own test case 2012-08-19 13:45:55 +02:00
Lukas Eder
b490fb7df7 [#430] Add support for the Firebird database - Fixed empty GROUP BY()
clauses
2012-08-19 13:33:44 +02:00
Lukas Eder
a269e5198a [#430] Add support for the Firebird database - Skip GROUPING SETS tests 2012-08-19 13:31:37 +02:00
Lukas Eder
c457958bb4 [#430] Add support for the Firebird database - Fixed more data types 2012-08-19 13:30:13 +02:00
Lukas Eder
ec6be8c5b2 [#430] Add support for the Firebird database - Fixed large IN predicates 2012-08-19 13:23:21 +02:00
Lukas Eder
9c16349663 [#430] Add support for the Firebird database - Fixed SUBSTRING() 2012-08-19 13:21:30 +02:00
Lukas Eder
4ff3c98bcc [#430] Add support for the Firebird database - Fixed LIMIT 2012-08-19 12:59:24 +02:00
Lukas Eder
deb5529a2f [#430] Add support for the Firebird database - Fixed data type tests 2012-08-19 12:45:54 +02:00
Lukas Eder
16576dbe27 [#430] Add support for the Firebird database - Fixed bind value casting 2012-08-19 12:45:08 +02:00
Lukas Eder
a40f111195 [#1723] Add Factory.fetchLazy(ResultSet) 2012-08-19 12:28:47 +02:00
Lukas Eder
543e04e67a [#1657] Reorganise the manual (130 / 177) 2012-08-19 12:13:48 +02:00