Commit Graph

26 Commits (cdb-6.x)

Author SHA1 Message Date
Brian C 796a44f54f Remove internal pool (#1049)
8 years ago
Sehrope Sarkuni df1967906f Remove unused PG 9.2 Travis-CI install script
9 years ago
Philipp Borgers 5575bac1e6 remove unused setup-bench-data.js as discussed in issue #548
11 years ago
shine-on 7b703ccfed Merge pull request #1 from brianc/master
11 years ago
shine-on 29029298fe Drop table if exists
11 years ago
Brian Carlson 31318c02a2 Speed up JavaScript parser slightly
11 years ago
Maciek Sakrejda 816e9b43ea Use the standard postgres:// URL prefix for consistency
11 years ago
bmc ddc2ae9bec Run script to create test table on postgres 9.2
12 years ago
bmc 94cc165b5e Remove create DB portion of travis script
12 years ago
bmc a8cfa18f09 Add tests for pg@9.2 on travis
12 years ago
brianc 9c7a33caca remove 2 parameter pg.connect function
12 years ago
brianc 96f7179094 expose type converter overrides & warn on giant numeric values
13 years ago
Alexander Sulfrian f698ed4459 use config dict in all test
13 years ago
Chad Stansbury 4a7d894c8d Removed (apparently obsolete) require('util') statement from create-test-tables so that the script could run w/o error.
13 years ago
brianc 06585d6e2c require 'util' instead of 'sys'
13 years ago
Aleksey Zhukov 6dd0157280 Fixes for testing with non-local Postgres server.
13 years ago
Brian Carlson d81547d7c0 updated type list script
14 years ago
brianc 7dc89cec04 made integration tests die faster when they cannot connect to the database
14 years ago
brianc 30246c16d5 script for debugging of text version of type output
14 years ago
brianc 6ddfce3500 updated script to use client api instead of connection api
14 years ago
brianc ccc04cdd0b add cli parsing to all tests
14 years ago
brianc d927e7e3f5 changed Connection#startupMessage to Connection#startup
14 years ago
brianc 47eb2f5199 ugly script to generate some test data for integration testing
14 years ago
brianc c176489348 add type IDs to parse command
14 years ago
brianc c91a65273a only list built-in db types
14 years ago
brianc b1d027c6d1 added script to push out db types
14 years ago