From 54a2c887a2d655cbf72b3cea9cc52fdca243b524 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 13 Jul 2012 15:12:28 +0200 Subject: [PATCH] [#1557] Inlining floats and doubles doesn't work correctly on all databases - Fixed reset.sql scripts, emptying t_639_numbers_table tables --- jOOQ-test/src/org/jooq/test/ase/reset.sql | 1 + jOOQ-test/src/org/jooq/test/cubrid/reset.sql | 1 + jOOQ-test/src/org/jooq/test/db2/reset.sql | 1 + jOOQ-test/src/org/jooq/test/derby/reset.sql | 1 + jOOQ-test/src/org/jooq/test/h2/reset.sql | 1 + jOOQ-test/src/org/jooq/test/hsqldb/reset.sql | 1 + jOOQ-test/src/org/jooq/test/ingres/reset.sql | 1 + jOOQ-test/src/org/jooq/test/mysql/reset.sql | 1 + jOOQ-test/src/org/jooq/test/oracle/reset.sql | 1 + jOOQ-test/src/org/jooq/test/postgres/reset.sql | 1 + jOOQ-test/src/org/jooq/test/sqlite/reset.sql | 1 + jOOQ-test/src/org/jooq/test/sqlserver/reset.sql | 1 + jOOQ-test/src/org/jooq/test/sybase/reset.sql | 1 + 13 files changed, 13 insertions(+) diff --git a/jOOQ-test/src/org/jooq/test/ase/reset.sql b/jOOQ-test/src/org/jooq/test/ase/reset.sql index 6365232436..c2796fd79f 100644 --- a/jOOQ-test/src/org/jooq/test/ase/reset.sql +++ b/jOOQ-test/src/org/jooq/test/ase/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/cubrid/reset.sql b/jOOQ-test/src/org/jooq/test/cubrid/reset.sql index c0a7a22e95..8801141266 100644 --- a/jOOQ-test/src/org/jooq/test/cubrid/reset.sql +++ b/jOOQ-test/src/org/jooq/test/cubrid/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/db2/reset.sql b/jOOQ-test/src/org/jooq/test/db2/reset.sql index 10da45d17d..a14eb3c8f8 100644 --- a/jOOQ-test/src/org/jooq/test/db2/reset.sql +++ b/jOOQ-test/src/org/jooq/test/db2/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/derby/reset.sql b/jOOQ-test/src/org/jooq/test/derby/reset.sql index 2e35c549a7..4cbdafbc11 100644 --- a/jOOQ-test/src/org/jooq/test/derby/reset.sql +++ b/jOOQ-test/src/org/jooq/test/derby/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/h2/reset.sql b/jOOQ-test/src/org/jooq/test/h2/reset.sql index 19d30f2ccd..195b335b66 100644 --- a/jOOQ-test/src/org/jooq/test/h2/reset.sql +++ b/jOOQ-test/src/org/jooq/test/h2/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/hsqldb/reset.sql b/jOOQ-test/src/org/jooq/test/hsqldb/reset.sql index ea04844e11..ae40ac2222 100644 --- a/jOOQ-test/src/org/jooq/test/hsqldb/reset.sql +++ b/jOOQ-test/src/org/jooq/test/hsqldb/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/ingres/reset.sql b/jOOQ-test/src/org/jooq/test/ingres/reset.sql index 99f8707f1a..e7ceb1a885 100644 --- a/jOOQ-test/src/org/jooq/test/ingres/reset.sql +++ b/jOOQ-test/src/org/jooq/test/ingres/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/mysql/reset.sql b/jOOQ-test/src/org/jooq/test/mysql/reset.sql index b539a79d3a..d3efb11848 100644 --- a/jOOQ-test/src/org/jooq/test/mysql/reset.sql +++ b/jOOQ-test/src/org/jooq/test/mysql/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/oracle/reset.sql b/jOOQ-test/src/org/jooq/test/oracle/reset.sql index fac47d781b..94649ab152 100644 --- a/jOOQ-test/src/org/jooq/test/oracle/reset.sql +++ b/jOOQ-test/src/org/jooq/test/oracle/reset.sql @@ -1,5 +1,6 @@ DELETE FROM multi_schema.t_book_sale/ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/postgres/reset.sql b/jOOQ-test/src/org/jooq/test/postgres/reset.sql index afd2a702ed..81c86db19e 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/reset.sql +++ b/jOOQ-test/src/org/jooq/test/postgres/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/sqlite/reset.sql b/jOOQ-test/src/org/jooq/test/sqlite/reset.sql index a02f24a3d0..24782d3ab4 100644 --- a/jOOQ-test/src/org/jooq/test/sqlite/reset.sql +++ b/jOOQ-test/src/org/jooq/test/sqlite/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/sqlserver/reset.sql b/jOOQ-test/src/org/jooq/test/sqlserver/reset.sql index 8d618d0f00..a2c3c9e11f 100644 --- a/jOOQ-test/src/org/jooq/test/sqlserver/reset.sql +++ b/jOOQ-test/src/org/jooq/test/sqlserver/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/ diff --git a/jOOQ-test/src/org/jooq/test/sybase/reset.sql b/jOOQ-test/src/org/jooq/test/sybase/reset.sql index d1a3fea56e..103aad6ee3 100644 --- a/jOOQ-test/src/org/jooq/test/sybase/reset.sql +++ b/jOOQ-test/src/org/jooq/test/sybase/reset.sql @@ -1,3 +1,4 @@ +DELETE FROM t_639_numbers_table/ DELETE FROM t_658_ref/ DELETE FROM t_658_11/ DELETE FROM t_658_21/