summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Remove unused struct definition (firebird-sdbc).Andrzej J.R. Hunt1-5/+0
2013-07-25Disable case insensitivity in findColumn (firebird-sdbc).Andrzej J.R. Hunt3-13/+22
2013-07-25Cleanup XResultSetUpdate in ResultSet / throw exceptions (firebird-sdbc).Andrzej J.R. Hunt2-105/+140
2013-07-25FunctionNotSupported exceptions for XResultSetUpdate. (firebird-sdbc)Andrzej J.R. Hunt2-39/+38
2013-07-25Implement the remaining execute* in PreparedStatement (firebird-sdbc)Andrzej J.R. Hunt2-26/+42
2013-07-25Comment and cleanup unsupported batch methods (firebird-sdbc)Andrzej J.R. Hunt3-13/+31
2013-07-25Implement getMetaData in PreparedStatement (firebird-sdbc).Andrzej J.R. Hunt1-5/+5
2013-07-25Make evaluateStatusVector a namespace function. (firebird-sdbc)Andrzej J.R. Hunt8-74/+63
2013-07-25Remove old unneeded commented code. (firebird-sdbc)Andrzej J.R. Hunt1-66/+0
2013-07-25Upgrade the last bit of pr_error to use exceptions. (firebird-sdbc)Andrzej J.R. Hunt1-38/+29
2013-07-25fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane1-3/+4
2013-07-24Tidy up / implement identifier metadata (firebird-sdbc).Andrzej J.R. Hunt2-53/+84
2013-07-24Remove unneded string sanitisation (firebird-sdbc).Andrzej J.R. Hunt4-26/+5
2013-07-24Allow specifying username/password (firebird-sdbc).Andrzej J.R. Hunt1-4/+54
2013-07-24Define SQL dialect driver-wide and change to 3. (firebird-sdbc)Andrzej J.R. Hunt3-2/+9
2013-07-24Mark as constTakeshi Abe5-6/+6
2013-07-23Clean up naming of OStatement_Base etc. (firebird-sdbc)Andrzej J.R. Hunt7-101/+123
2013-07-23Move Statement specific methods out of common base. (firebird-sdbc)Andrzej J.R. Hunt8-132/+153
2013-07-23Move Statement_Base into it's own file (firebird-sdbc).Andrzej J.R. Hunt5-527/+630
2013-07-23Remove unnecessary OStatement_BASE2 (firebird-sdbc).Andrzej J.R. Hunt4-62/+11
2013-07-23Cleanup firebird-sdbc header defines.Andrzej J.R. Hunt8-23/+23
2013-07-22Hopefully the last ambiguous conversion fix (firebird-sdbc).Andrzej J.R. Hunt1-1/+1
2013-07-22Fix implicit conversion error (firebird-sdbc).Andrzej J.R. Hunt1-6/+12
2013-07-22Further minor fixes (firebird-sdbc).Andrzej J.R. Hunt2-11/+18
2013-07-22Join on correct fields for getColumns() (firebird-sdbc)Andrzej J.R. Hunt1-6/+16
2013-07-22sqltype indicates isNullable. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-07-22Implement the first parts of FPreparedStatement.Andrzej J.R. Hunt4-102/+186
2013-07-22Move allocation of SQLVAR memory to Util (firebird-sdbc).Andrzej J.R. Hunt4-70/+82
2013-07-22Remove some unnecessary uses of XSQLDA->sqlvar (firebird-sdbc).Andrzej J.R. Hunt3-28/+10
2013-07-22Disambiguate ctor calls, fix windows build.Thorsten Behrens1-4/+4
2013-07-22Implement getColumns() (firebird-sdbc).Andrzej J.R. Hunt1-10/+186
2013-07-22Fix blr type conversion.Andrzej J.R. Hunt1-1/+1
2013-07-22Add conversion of blr types to firebird SQL_ types.Andrzej J.R. Hunt2-4/+59
2013-07-22Sql types are short within firebird.Andrzej J.R. Hunt1-2/+2
2013-07-22Move sqltype identification into Util (firebird-sdbc).Andrzej J.R. Hunt4-76/+135
2013-07-22rtl::OUString prefix cleanup FDatabaseMetaData (firebird-sdbc).Andrzej J.R. Hunt1-52/+52
2013-07-21Add theoretical support for table descriptions (firebird-sdbc).Andrzej J.R. Hunt1-10/+15
2013-07-21Implement the first parts of XBlob. (firebird-sdbc)Andrzej J.R. Hunt8-7/+349
2013-07-21Some cleanup of getTables(). (firebird-sdbc)Andrzej J.R. Hunt2-70/+104
2013-07-21Add retrieval of SQL_VARYING (firebird-sdbc).Andrzej J.R. Hunt1-5/+22
2013-07-21Remove unneeded SAL_INFO/WARN/DEBUG.Andrzej J.R. Hunt4-32/+0
2013-07-21Ensure statement handles are cleanly disposed (firebird-sdbc).Andrzej J.R. Hunt2-3/+26
2013-07-21Delete temporary fdb when closing.Andrzej J.R. Hunt1-2/+9
2013-07-21Parse external file url and create new db as needed (firebird-sdbc).Andrzej J.R. Hunt1-12/+14
2013-07-19Fix a silly mistake.Andrzej J.R. Hunt1-1/+1
2013-07-19And another "error: control may reach end of non-void function".Andrzej J.R. Hunt1-0/+1
2013-07-19Fix "error: control may reach end of non-void function".Andrzej J.R. Hunt1-0/+1
2013-07-19Implement FResultSetMetaData.Andrzej J.R. Hunt5-109/+240
2013-07-19Implement String retrieval (firebird-sdbc).Andrzej J.R. Hunt2-19/+14
2013-07-19Templateised retrieval for integer types (firebird-sdbc).Andrzej J.R. Hunt2-20/+75