summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
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
2013-07-23Cleanup firebird-sdbc header defines.Andrzej J.R. Hunt
2013-07-22Hopefully the last ambiguous conversion fix (firebird-sdbc).Andrzej J.R. Hunt
2013-07-22Fix implicit conversion error (firebird-sdbc).Andrzej J.R. Hunt
2013-07-22Further minor fixes (firebird-sdbc).Andrzej J.R. Hunt
2013-07-22Join on correct fields for getColumns() (firebird-sdbc)Andrzej J.R. Hunt
2013-07-22sqltype indicates isNullable. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-22Implement the first parts of FPreparedStatement.Andrzej J.R. Hunt
2013-07-22Move allocation of SQLVAR memory to Util (firebird-sdbc).Andrzej J.R. Hunt
2013-07-22Remove some unnecessary uses of XSQLDA->sqlvar (firebird-sdbc).Andrzej J.R. Hunt
2013-07-22Disambiguate ctor calls, fix windows build.Thorsten Behrens
2013-07-22Implement getColumns() (firebird-sdbc).Andrzej J.R. Hunt
2013-07-22Fix blr type conversion.Andrzej J.R. Hunt
2013-07-22Add conversion of blr types to firebird SQL_ types.Andrzej J.R. Hunt
2013-07-22Sql types are short within firebird.Andrzej J.R. Hunt
2013-07-22Move sqltype identification into Util (firebird-sdbc).Andrzej J.R. Hunt
2013-07-22rtl::OUString prefix cleanup FDatabaseMetaData (firebird-sdbc).Andrzej J.R. Hunt
2013-07-21Add theoretical support for table descriptions (firebird-sdbc).Andrzej J.R. Hunt
2013-07-21Implement the first parts of XBlob. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-21Some cleanup of getTables(). (firebird-sdbc)Andrzej J.R. Hunt
2013-07-21Add retrieval of SQL_VARYING (firebird-sdbc).Andrzej J.R. Hunt