From 95b3eb2c756983108506d19be897b8f889209eaa Mon Sep 17 00:00:00 2001 From: Oliver Gasser Date: Tue, 12 Nov 2013 11:27:57 +0100 Subject: Add DB tests for default numeric Add a table with a numeric column and an empty default directive. --- tests/data/db_structure.xml | 22 ++++++++++++++++++++++ tests/data/db_structure2.xml | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml index 2e83bbb78c7..5f2edbbc516 100644 --- a/tests/data/db_structure.xml +++ b/tests/data/db_structure.xml @@ -199,4 +199,26 @@ + + *dbprefix*decimal + + + id + 1 + integer + 0 + true + 4 + + + + decimaltest + decimal + + true + 15 + + +
+ diff --git a/tests/data/db_structure2.xml b/tests/data/db_structure2.xml index bbfb24985cb..6cd071451df 100644 --- a/tests/data/db_structure2.xml +++ b/tests/data/db_structure2.xml @@ -96,4 +96,26 @@ + + *dbprefix*decimal + + + id + 1 + integer + 0 + true + 4 + + + + decimaltest + decimal + + true + 15 + + +
+ -- cgit v1.2.3