Commit Graph

41 Commits (eafa35f6da1d9d9d80a6d61d1fc4447453c77fb5)

Author SHA1 Message Date
Raul Marin 5e7005107d Do no test native module
6 years ago
Brian C 796a44f54f Remove internal pool (#1049)
8 years ago
brianc 3f32f7d8a6 Remove code that does not work in node v4.x
9 years ago
Kevin Burke 9810b2275f Fix typo in Make target
9 years ago
Brian M. Carlson aa901a2c21 Fix travis tests
10 years ago
Brian M. Carlson f4f5e548da Install proper version of pg-native
10 years ago
Brian M. Carlson 06b0392a57 Update travis config
10 years ago
Brian M. Carlson c3513a27fa Make native bindings an optional install
10 years ago
Brian M. Carlson 667c528ea6 Work towards more tests passing
10 years ago
Brian M. Carlson c42e5d726f Remove pg upgrade in travis tests
11 years ago
Brian C e8f7f38e18 Merge pull request #435 from shine-on/master
11 years ago
shine-on d9c1936fc4 improve SHELL portability
11 years ago
Brian Carlson b38d60dc26 Compile bindings before any integration tests
11 years ago
Maciek Sakrejda 816e9b43ea Use the standard postgres:// URL prefix for consistency
11 years ago
Brian Carlson 43a8cd196f Remove prepublish script. Closes #363
11 years ago
bmc 12e4a2b98d Run the second pass of the tests on postgres 9.2
12 years ago
bmc 3997b38b44 Shell out for recursive make
12 years ago
bmc a8cfa18f09 Add tests for pg@9.2 on travis
12 years ago
Sandro Santilli 19e9dddc19 Add a default "make all" rule to "build" the project (npm install)
12 years ago
bmc 77b81530f8 make jslint first thing to run during tests
12 years ago
Philipp Borgers 1dae656ffc add jshint target to test-all target
12 years ago
Philipp Borgers fc7b4fe550 add jshint devDependency and a make target for jshint
12 years ago
Sandro Santilli 4856385b1d Add prepare-test-db rule and advertise it
12 years ago
brianc 550617f6ad allow using pg environment variables as test connection parameters
12 years ago
brianc 913207575b use node-gyp - closes #132
12 years ago
brianc dd84db367b reduce complexity of test runner
12 years ago
Alexander Sulfrian 6b032c466b added test-binary target
13 years ago
brianc cabca209c7 named queries working & all tests passing
14 years ago
brianc dc964a66c1 updated makefile
14 years ago
brianc 4b722264b1 makefile test-all command now tests native & pure js
14 years ago
brianc e03516a182 makefile a bit more 'makey'
14 years ago
brianc f5f5a40abd makefile passes native parameter to tests
14 years ago
Brian Carlson 569f760b5e updated test & makefile to be more in line with other uses
14 years ago
brianc 7f6a5082b2 added ugly 'build' task to makefile
14 years ago
brianc edea8967d2 stage up the ability to run libpg based client integration tests
14 years ago
brianc 62de2f4a02 added 'bench' task to makefile
14 years ago
brianc 4aa4443505 Makefile cleanup
14 years ago
brianc 1ad45f71e7 slight makefile refactoring
14 years ago
brianc 7dc89cec04 made integration tests die faster when they cannot connect to the database
14 years ago
brianc 49f5da8f02 make the test name printing an option via the "verbose" command line argument
14 years ago
Brian Carlson af997d914b refactored test execution to use makefile
14 years ago