* sql/gnatcoll-sql-inspect.adb (Type_From_SQL):
For Field_Mapping_Integer does not interpret 'numeric' without precision and
scale as Integer. Add decimal type processing.
For Field_Mapping_Float interpret 'decimal' and 'numeric' without precision
and scale as Float.
* sqlite/gnatcoll-sql-sqlite-builder.adb (Foreach_Field):
Ignore square brackets in field names. Fix parsing numeric with position and
scale.
* testsuite/tests/db2ada/chinook/*
Testsuite with public database example.
TN: T627-001
Change-Id: I38843e0c1b6be144d19b9f2e7ed118c2bf44e070
T610-033
Use GNAT.Calendar.Time_IO.Image instead of Ada.Calendar.Formatting.Image
because it has better precision on subseconds.
Change-Id: I56236d55a76d208cbd611f2eb93036a98dfec830
Depend-On: I08b4190cd89284c1fc5626b80742aafc26a01175