Standardizing test files.

master
Tomás Guisasola 2018-12-03 16:22:40 -02:00
parent c7d8943932
commit 266c45336d
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,7 @@
---------------------------------------------------------------------
-- Firebird specific tests and configurations.
---------------------------------------------------------------------
DEFINITION_STRING_TYPE_NAME = "VARCHAR(80)"
QUERYING_STRING_TYPE_NAME = "string"

View File

@ -1,10 +1,9 @@
---------------------------------------------------------------------
-- Oracle specific tests and configurations.
-- $Id: oci8.lua,v 1.3 2006/05/31 21:43:15 carregal Exp $
---------------------------------------------------------------------
table.insert (CUR_METHODS, "numrows")
table.insert (EXTENSIONS, numrows)
DEFINITION_STRING_TYPE_NAME = "varchar(60)"
QUERYING_STRING_TYPE_NAME = "string"
QUERYING_STRING_TYPE_NAME = "string"

View File

@ -1,6 +1,5 @@
---------------------------------------------------------------------
-- ODBC specific tests and configurations.
-- $Id: odbc.lua,v 1.2 2006/01/25 19:54:21 tomas Exp $
---------------------------------------------------------------------
QUERYING_STRING_TYPE_NAME = "string"

View File

@ -1,6 +1,5 @@
---------------------------------------------------------------------
-- SQLite specific tests and configurations.
-- $Id: sqlite.lua,v 1.2 2006/05/31 21:43:33 carregal Exp $
---------------------------------------------------------------------
---------------------------------------------------------------------

View File

@ -1,6 +1,5 @@
---------------------------------------------------------------------
-- SQLite specific tests and configurations.
-- $Id: sqlite3.lua,v 1.2 2007/10/16 15:42:50 carregal Exp $
---------------------------------------------------------------------
DROP_TABLE_RETURN_VALUE = 1