Activity for SQL Relay

  • David Muse committed [f037f7] on SQL Relay

    added additonal features

  • David Muse committed [edf7bc] on SQL Relay

    refactored overly complex db features map

  • David Muse committed [edeb60] on SQL Relay

    added some comments

  • David Muse committed [d15f42] on SQL Relay

    implemented unwrap, added tests

  • David Muse committed [1c1f75] on SQL Relay

    cleaned up access modifiers

  • David Muse committed [c27e73] on SQL Relay

    added end-to-end getDatabaseFeature(s)

  • David Muse committed [5bea3c] on SQL Relay

    reformatted some things

  • David Muse committed [47dbcd] on SQL Relay

    the jdbc/oracle test has sqlrelay/oracle branches for each database

  • David Muse committed [332a14] on SQL Relay

    fleshed out tests for methods that return result sets

  • David Muse committed [d6588f] on SQL Relay

    added database metadata tests

  • David Muse committed [c03146] on SQL Relay

    reformatting

  • David Muse committed [b65efe] on SQL Relay

    jdbc debug and refactoring

  • David Muse committed [bfc19a] on SQL Relay

    debug and refactoring

  • David Muse committed [23a64e] on SQL Relay

    added some debug

  • David Muse committed [bee967] on SQL Relay

    made test work similarly to oracle test

  • David Muse committed [348a92] on SQL Relay

    various tweaks an fixes

  • David Muse committed [a1355c] on SQL Relay

    more jdbc updates

  • David Muse committed [1c5e97] on SQL Relay

    added an odbc/mysql test that tests set/get of all isolation levels

  • David Muse committed [0789e4] on SQL Relay

    updated to use rudiments

  • David Muse committed [1e3ae9] on SQL Relay

    added odbc/oracle test

  • David Muse committed [99fd36] on SQL Relay

    added support for isolation levels to odbc driver

  • David Muse committed [de6461] on SQL Relay

    fixed odbc -> jdbc mappings so that it doesn't run off of the end of the

  • David Muse committed [7b55ad] on SQL Relay

    updates

  • David Muse committed [040dbd] on SQL Relay

    more checkSuccess->assert*

  • David Muse committed [d9cf3d] on SQL Relay

    more checkSucces->assert updates

  • David Muse committed [b709cc] on SQL Relay

    updated get*ListQuery() to dynamically generate queries

  • David Muse committed [ae2bfc] on SQL Relay

    refactored to generate a dynamic query

  • David Muse committed [0d0078] on SQL Relay

    added support for keys to firebird

  • David Muse committed [6fc5db] on SQL Relay

    added pri/uni/mul for sql server

  • David Muse committed [f1f1f8] on SQL Relay

    added drop table

  • David Muse committed [ee14ea] on SQL Relay

    added column info query to sqlite

  • David Muse committed [2907c0] on SQL Relay

    updated postgresql and informix column queries to return pri/uni/mul

  • David Muse committed [6cba9e] on SQL Relay

    consolidation

  • David Muse committed [5c45d8] on SQL Relay

    fixed some typos, added some missing columns, reformatted queries

  • David Muse committed [9b411d] on SQL Relay

    removed create/drops

  • David Muse committed [257ad4] on SQL Relay

    test updates

  • David Muse committed [c56a67] on SQL Relay

    added auto_inc/primary key test for mysql

  • David Muse committed [832df6] on SQL Relay

    udpated getColumnListQuery() to put auto_increment in the remarks if the

  • David Muse committed [a85d39] on SQL Relay

    fixed primary key and autoinc column detection

  • David Muse committed [b8a1ad] on SQL Relay

    removed setprimarykey call, updated comments a bit

  • David Muse committed [1f48be] on SQL Relay

    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

  • David Muse committed [a344a4] on SQL Relay

    set primary key

  • David Muse committed [662c13] on SQL Relay

    added bindformat and nextvalformat commands

  • David Muse committed [619983] on SQL Relay

    updated to use literal 2

  • David Muse committed [2a782a] on SQL Relay

    refactored mapIsoLevel a bit

  • David Muse committed [8f3a6b] on SQL Relay

    more test refactoring

  • David Muse committed [afd7b0] on SQL Relay

    more test refactoring

  • David Muse committed [4052e5] on SQL Relay

    added support for get/set isolation level

  • David Muse committed [00807f] on SQL Relay

    added tests for all dbs/apis

  • David Muse committed [dc85f3] on SQL Relay

    comment updates

  • David Muse committed [b58cf1] on SQL Relay

    isolation level updates

  • David Muse committed [7c179e] on SQL Relay

    added get/set isolation level

  • David Muse committed [504578] on SQL Relay

    updated isValid to use get*Timeout*Seconds()

  • David Muse committed [dfee77] on SQL Relay

    added get*Timeout(Micro)Seconds() methods to client apis

  • David Muse committed [4e7645] on SQL Relay

    deinedips -> deniedips

  • David Muse committed [f52f71] on SQL Relay

    refactored a bunch of tests - checkSuccess() -> assert*()

  • David Muse committed [2fe656] on SQL Relay

    added base class

  • David Muse committed [eccb69] on SQL Relay

    checkSuccess -> assert*()

  • David Muse committed [9507a0] on SQL Relay

    checkSuccess -> assert*

  • David Muse committed [90a22e] on SQL Relay

    checkSuccess -> assert*

  • David Muse committed [077280] on SQL Relay

    refactored checkSuccess -> assert*

  • David Muse committed [8d8828] on SQL Relay

    #7918 refactored checkSuccess

  • David Muse committed [98e76e] on SQL Relay

    precision/length updates to jdbc driver

  • David Muse committed [4fb79b] on SQL Relay

    updates

  • David Muse committed [1518dc] on SQL Relay

    test updates

  • David Muse committed [5e14b8] on SQL Relay

    test updates

  • David Muse committed [5049f6] on SQL Relay

    removed some debug

  • David Muse committed [dc89a2] on SQL Relay

    fixed where clause

  • David Muse committed [fae253] on SQL Relay

    added initial getProcedures() support

  • David Muse committed [139607] on SQL Relay

    debug updates

  • David Muse committed [36de49] on SQL Relay

    degenerate getSuperTables() implementation

  • David Muse committed [5d92f2] on SQL Relay

    implemented getTypeInfoList() in the sqlrservercontroller, java, and

  • David Muse committed [0f8ff6] on SQL Relay

    constructor -> valueOf

  • David Muse committed [dd8b5c] on SQL Relay

    Merge branch 'master' of ssh://git.code.sf.net/p/sqlrelay/sqlrelay

  • David Muse committed [6cfa2c] on SQL Relay

    #2835 various jdbc driver tweaks

  • David Muse committed [cecc45] on SQL Relay

    removed some debug

  • David Muse committed [c44e26] on SQL Relay

    moved supportssyscontext branch into currentschemaonly branch

  • David Muse committed [32e953] on SQL Relay

    ok, added it for real this time

  • David Muse committed [e63aec] on SQL Relay

    removed non-format version of getTableTypeList()

  • David Muse committed [b3e513] on SQL Relay

    added getTableTypeList*()

  • David Muse committed [78833a] on SQL Relay

    fixed getDatabases() to return an empty result set with the correct

  • David Muse committed [23db76] on SQL Relay

    various updates to support getTableTypes() and getSchemas() (for oracle)

  • David Muse committed [d481c4] on SQL Relay

    #2835 better synchronization

  • David Muse committed [8bc7f2] on SQL Relay

    added debug

  • David Muse committed [543bea] on SQL Relay

    updated comments

  • David Muse committed [24a715] on SQL Relay

    more protocol work

  • David Muse committed [51132f] on SQL Relay

    debug updates

  • David Muse committed [1a47d3] on SQL Relay

    more protocol work

  • David Muse committed [33d179] on SQL Relay

    debug improvements

  • David Muse committed [9646d9] on SQL Relay

    more protocol work

  • David Muse committed [8749c1] on SQL Relay

    more protocol work

  • David Muse committed [2410f5] on SQL Relay

    protocol work

  • David Muse committed [72d8f0] on SQL Relay

    more protocol work

  • David Muse committed [59988f] on SQL Relay

    more protocol work

  • David Muse committed [dc575d] on SQL Relay

    more protocol work

  • David Muse committed [99165a] on SQL Relay

    moved encryption stuff to rudiments

  • David Muse committed [52a124] on SQL Relay

    Merge branch 'master' of ssh://git.code.sf.net/p/sqlrelay/sqlrelay

  • David Muse committed [c2f54a] on SQL Relay

    disabled decrypt

  • David Muse committed [734e5e] on SQL Relay

    updated to use setBlockCipherMode()

  • David Muse committed [f1c2de] on SQL Relay

    protocol work

1 >