keke357 / netlogo-sql

Automatically exported from code.google.com/p/netlogo-sql
0 stars 0 forks source link

Add automated tests for postgresql & generic db support #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add automated tests for postgresql & generic db support

For postgresql and generic db add basic tests for:
* Connecting
** Querying
** Resultset processing
** Transactions
* Connection pooling
** Same as for Connecting but for various agents

Extend test-connection.properties and ConnectionInformation to include default 
properties for a postgresql database setup.

Original issue reported on code.google.com by MHGRotte...@gmail.com on 11 Jun 2011 at 6:48

GoogleCodeExporter commented 9 years ago
Changed most query and resultset related test to be executed for both MySQL and 
PostgreSQL. This does result in some overlap of exactly the same tests and/or 
testing JDBC implementation instead of the plugin, but it does ensure both 
databases behave.

Updated all relevant tests to include checkes for MySQL, PostgreSQL and generic 
brand.

Original comment by MHGRotte...@gmail.com on 13 Jun 2011 at 12:16