updates
renaming and reording test blocks, adding missing ones
test consistency updates
fixed mysql test
added nested slects block to all tests
reordered tests
commented out stored procedure test block and commented why
fixed some tests
updated tests
test tweaks
added commit/rollback tests
test reorganization and normalization
updated username
added some rollback tests
updated these tests to test rollback
updated some db abstraction layer drivers to use nextResultset
made tests case-sensitive
updates
fixed long standing postgresql named statement issue
updates
added jdbc docs
added odbc doc
updates
added getCurrentUser()
added jdbc to debian packaging
added enable/disable jdbc and build notifications
tweaks for java 7 support
added erlang programming guide
simplified databasefeatures implementation
fixed accidentally-removed max_connections
database feature name cleanup
added getDefaultIsolationLevel() to sqlrclient api
fixed some tests that needed changes after wringing out the jdbc tests
wrung out the firebird test
updates
fix for unbound output binds
fixed a long standing delete[] error
added driver
wringing out the firebird tests
wrung out sap and jdbc tests
added a bunch of missing tests
moved the native drivers
freetds updates
wrung out the sqlite test
wrung out the postgresql test
postgresql test updates
supportsConvert() cleanup
wrung out mysql test
wringing out mysql test
wrung out the informix test
further wringing out
wrung out db2 test
updated data dictionary tests
clob/blob updates
test updates
db2 affectedrows fix
test fixes
updated sqlite tests
sqlite database feature updates
postgresql fixes
cleanup
run script fixes
added sqlite jar, updates to run script
updates
test udpates
updated postgresql database features
tests for other dbs
mysql test
added mysql test
clean-up
formatting updates
clean-up
sorted out some result set navigation edge cases
disabled some tests when using oracle jdbc
maxrows tests and fixes
more result set navigation tweaks
sorting out various result-set-navigation issues
comment/title updates
fixed bad column mapping
tweaks
reordered tests
reordered tests
updated comments
implemented getPrimaryKeys(), getIndexInfo(), and getProcedureColumns()
fixed auto_increment and other column issues
fixed getting whether a column is a primary key
tweaks
formatting
updated to use systables where tabid=1 instead of sysdual
added get*List stubs to router module
fixed splitObjectName() to handle catalog/schema names
firebird fixes
get*List() fixes
updates
abstracted "database" to be either catalog or schema, depending on the
added explicit get/set catalog vs. schema and mapped "database" to one
formatting fixes
added get*List() implementations and tests
upates
pushed the list-by-query/list-by-api logic up