mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 12:11:11 +00:00
10 lines
398 B
Lua
10 lines
398 B
Lua
|
---------------------------------------------------------------------
|
||
|
-- 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"
|