added additonal features
refactored overly complex db features map
added some comments
implemented unwrap, added tests
cleaned up access modifiers
added end-to-end getDatabaseFeature(s)
reformatted some things
the jdbc/oracle test has sqlrelay/oracle branches for each database
fleshed out tests for methods that return result sets
added database metadata tests
reformatting
jdbc debug and refactoring
debug and refactoring
added some debug
made test work similarly to oracle test
various tweaks an fixes
more jdbc updates
added an odbc/mysql test that tests set/get of all isolation levels
updated to use rudiments
added odbc/oracle test
added support for isolation levels to odbc driver
fixed odbc -> jdbc mappings so that it doesn't run off of the end of the
updates
more checkSuccess->assert*
more checkSucces->assert updates
updated get*ListQuery() to dynamically generate queries
refactored to generate a dynamic query
added support for keys to firebird
added pri/uni/mul for sql server
added drop table
added column info query to sqlite
updated postgresql and informix column queries to return pri/uni/mul
consolidation
fixed some typos, added some missing columns, reformatted queries
removed create/drops
test updates
added auto_inc/primary key test for mysql
udpated getColumnListQuery() to put auto_increment in the remarks if the
fixed primary key and autoinc column detection
removed setprimarykey call, updated comments a bit
if they're not already set, primarykey and idsequence get updated to table_id/table_ids when the table is set. they're also set to that if they're individually set to NULL
set primary key
added bindformat and nextvalformat commands
updated to use literal 2
refactored mapIsoLevel a bit
more test refactoring
more test refactoring
added support for get/set isolation level
added tests for all dbs/apis
comment updates
isolation level updates
added get/set isolation level
updated isValid to use get*Timeout*Seconds()
added get*Timeout(Micro)Seconds() methods to client apis
deinedips -> deniedips
refactored a bunch of tests - checkSuccess() -> assert*()
added base class
checkSuccess -> assert*()
checkSuccess -> assert*
checkSuccess -> assert*
refactored checkSuccess -> assert*
#7918 refactored checkSuccess
precision/length updates to jdbc driver
updates
test updates
test updates
removed some debug
fixed where clause
added initial getProcedures() support
debug updates
degenerate getSuperTables() implementation
implemented getTypeInfoList() in the sqlrservercontroller, java, and
constructor -> valueOf
Merge branch 'master' of ssh://git.code.sf.net/p/sqlrelay/sqlrelay
#2835 various jdbc driver tweaks
removed some debug
moved supportssyscontext branch into currentschemaonly branch
ok, added it for real this time
removed non-format version of getTableTypeList()
added getTableTypeList*()
fixed getDatabases() to return an empty result set with the correct
various updates to support getTableTypes() and getSchemas() (for oracle)
#2835 better synchronization
added debug
updated comments
more protocol work
debug updates
more protocol work
debug improvements
more protocol work
more protocol work
protocol work
more protocol work
more protocol work
more protocol work
moved encryption stuff to rudiments
Merge branch 'master' of ssh://git.code.sf.net/p/sqlrelay/sqlrelay
disabled decrypt
updated to use setBlockCipherMode()
protocol work