File: oci8.lua

package info (click to toggle)
lua-sql 2.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 792 kB
  • ctags: 617
  • sloc: ansic: 3,736; java: 123; makefile: 47; xml: 38
file content (10 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
---------------------------------------------------------------------
-- 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"