Correct the tests to run on Oracle OCI8

This commit is contained in:
carregal 2006-05-31 21:43:15 +00:00
parent 72ae36820f
commit f2c6fcb960

View File

@ -1,7 +1,10 @@
---------------------------------------------------------------------
-- Oracle specific tests and configurations.
-- $Id: oci8.lua,v 1.2 2006/01/25 19:15:21 tomas Exp $
-- $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"