luasql/tests/postgres.lua
tomas 2a84ca6c3d Adding test for driver extensions.
Adding test for numrows method.
2006-01-25 19:15:21 +00:00

8 lines
322 B
Lua

---------------------------------------------------------------------
-- PostgreSQL specific tests and configurations.
-- $Id: postgres.lua,v 1.2 2006/01/25 19:15:21 tomas Exp $
---------------------------------------------------------------------
table.insert (CUR_METHODS, "numrows")
table.insert (EXTENSIONS, numrows)