summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
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
2013-07-29fdo#67387 skip separating space between date and time in timestampLionel Elie Mamane
2013-07-29Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)Andrzej J.R. Hunt
2013-07-28remove unnecessary const_castLionel Elie Mamane
2013-07-25Remove unused struct definition (firebird-sdbc).Andrzej J.R. Hunt
2013-07-25Disable case insensitivity in findColumn (firebird-sdbc).Andrzej J.R. Hunt
2013-07-25Cleanup XResultSetUpdate in ResultSet / throw exceptions (firebird-sdbc).Andrzej J.R. Hunt
2013-07-25FunctionNotSupported exceptions for XResultSetUpdate. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-25Implement the remaining execute* in PreparedStatement (firebird-sdbc)Andrzej J.R. Hunt
2013-07-25Comment and cleanup unsupported batch methods (firebird-sdbc)Andrzej J.R. Hunt
2013-07-25Implement getMetaData in PreparedStatement (firebird-sdbc).Andrzej J.R. Hunt
2013-07-25Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-25Remove old unneeded commented code. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-25Upgrade the last bit of pr_error to use exceptions. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-25fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane
2013-07-24Tidy up / implement identifier metadata (firebird-sdbc).Andrzej J.R. Hunt
2013-07-24Remove unneded string sanitisation (firebird-sdbc).Andrzej J.R. Hunt
2013-07-24Allow specifying username/password (firebird-sdbc).Andrzej J.R. Hunt
2013-07-24Define SQL dialect driver-wide and change to 3. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-24Mark as constTakeshi Abe
2013-07-23Clean up naming of OStatement_Base etc. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-23Move Statement specific methods out of common base. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-23Move Statement_Base into it's own file (firebird-sdbc).Andrzej J.R. Hunt
2013-07-23Remove unnecessary OStatement_BASE2 (firebird-sdbc).Andrzej J.R. Hunt