File: postgres.lua

package info (click to toggle)
lua-sql 2.2.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 648 kB
  • ctags: 545
  • sloc: ansic: 3,456; java: 123; makefile: 63; xml: 38; sh: 15
file content (7 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---------------------------------------------------------------------
-- 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)