4acc737e65
Generalizing tests to allow configuration of the database default username.
12 lines
425 B
Lua
12 lines
425 B
Lua
---------------------------------------------------------------------
|
|
-- PostgreSQL specific tests and configurations.
|
|
-- $Id: postgres.lua,v 1.2 2006/01/25 19:15:21 tomas Exp $
|
|
---------------------------------------------------------------------
|
|
|
|
DEFAULT_USERNAME = "postgres"
|
|
|
|
table.insert (CUR_METHODS, "numrows")
|
|
table.insert (EXTENSIONS, numrows)
|
|
table.insert (CONN_METHODS, "escape")
|
|
table.insert (EXTENSIONS, escape)
|