summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2013-08-11Tables header fixes.Andrzej J.R. Hunt
2013-08-11Try and fix windows build.Andrzej J.R. Hunt
2013-08-11Don't change calling convention.Andrzej J.R. Hunt
2013-08-11Reduce getColumnPrivileges verbosity. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Reduce verbosity of getTables. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Creation of skeleton Columns. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Add skeleton Columns. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Implement Tables::createObject. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Add sdbcx.Table (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11First chunk of skeleton sdbcx.Container. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Add skeleton sdbcx methods to Driver. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Improve exceptions in Statement.Andrzej J.R. Hunt
2013-08-11Explicit close/disposing.Andrzej J.R. Hunt
2013-08-11Improve statement handle handling.Andrzej J.R. Hunt
2013-08-11Remove unnecessary duplication.Andrzej J.R. Hunt
2013-08-07Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Add error checking to commit(). (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Clean up statement handle on closing ResultSet. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Fix transaction creation when autocommit disabled. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-07Remove unnecessarily duplicated execute/executeQuery. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-06Correctly handle varchar. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-06Simpligy getTablePrivileges. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Only write db to file if we are embedded. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Clear Statements as appropriate. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Make getPrimaryKeys actually work. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Tidy up Transaction info in DatabaseMetaData. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Implement supportsResultSetConcurrency. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Some more DatabaseMetaData. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-02Mark as constTakeshi Abe
2013-07-31Use correct MetaDataResultSetType (firebird-sdbc).Andrzej J.R. Hunt
2013-07-31Cut identifier to correct length (firebird-sdbc).Andrzej J.R. Hunt
2013-07-31Reserve correct size (dbase).Andrzej J.R. Hunt
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt
2013-07-31Optimise getPrimaryKeys a bit. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Implement getPrimaryKeys. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Fix getTablePrivileges, warn on unimplemented methods. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Some more DatabaseMetaData (firebird-sdbc).Andrzej J.R. Hunt
2013-07-31Avoid repeated allocations in getColumns. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Some vector cleanup (firebird-sdbc).Andrzej J.R. Hunt
2013-07-31Add parameters to char/varchar in getTypeInfo. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-30Ignore authentication for embedded db (firebird-sdbc).Andrzej J.R. Hunt
2013-07-30Add extra error check. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-30Fix firebird-sdbc registry details.Andrzej J.R. Hunt
2013-07-30rhbz#989246: Honor user's JavaDriverClass override in mysql driverStephan Bergmann
2013-07-29Implement a large chunk of getTypeInfo. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-29Fix typo.Andrzej J.R. Hunt
2013-07-29Implement getColumnPrivileges. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-29Implement getTablePrivileges. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-29Use column name for getColumnLabel (firebird-sdbc).Andrzej J.R. Hunt