luasql/tests/oci8.lua

10 lines
398 B
Lua
Raw Normal View History

2006-01-16 22:24:03 +00:00
---------------------------------------------------------------------
-- Oracle specific tests and configurations.
-- $Id: oci8.lua,v 1.3 2006/05/31 21:43:15 carregal Exp $
2006-01-16 22:24:03 +00:00
---------------------------------------------------------------------
table.insert (CUR_METHODS, "numrows")
table.insert (EXTENSIONS, numrows)
DEFINITION_STRING_TYPE_NAME = "varchar(60)"
QUERYING_STRING_TYPE_NAME = "string"