summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
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
2013-07-21Remove unneeded SAL_INFO/WARN/DEBUG.Andrzej J.R. Hunt
2013-07-21Ensure statement handles are cleanly disposed (firebird-sdbc).Andrzej J.R. Hunt
2013-07-21Delete temporary fdb when closing.Andrzej J.R. Hunt
2013-07-21Parse external file url and create new db as needed (firebird-sdbc).Andrzej J.R. Hunt
2013-07-19Fix a silly mistake.Andrzej J.R. Hunt
2013-07-19And another "error: control may reach end of non-void function".Andrzej J.R. Hunt
2013-07-19Fix "error: control may reach end of non-void function".Andrzej J.R. Hunt
2013-07-19Implement FResultSetMetaData.Andrzej J.R. Hunt
2013-07-19Implement String retrieval (firebird-sdbc).Andrzej J.R. Hunt
2013-07-19Templateised retrieval for integer types (firebird-sdbc).Andrzej J.R. Hunt
2013-07-19Remove internal caching in FResultSet. (Breaks firebird-sdbc for now.)Andrzej J.R. Hunt
2013-07-19unused variable 'aStrFieldName' [loplugin]Eike Rathke
2013-07-19janitorial: remove unused, add constLionel Elie Mamane
2013-07-19fixupLionel Elie Mamane
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-07-19allow to build for Windows XP when using Visual Studio 2012Christian Lohmaier
2013-07-19Remove duplicate propertyids.[hc]xx.Andrzej J.R. Hunt
2013-07-19Use one mutex per connection (firebird-sdbc).Andrzej J.R. Hunt
2013-07-18Avoid ORowSetValueDecorator as it seems broken on some platforms.Andrzej J.R. Hunt
2013-07-18Don't use std::vector::emplace_back (requires C++11).Andrzej J.R. Hunt
2013-07-18Use ORowSetValue (FValue) for storage in FResultSet.Andrzej J.R. Hunt
2013-07-18Ugly/temporary hack to have SQL_SHORT working again.Andrzej J.R. Hunt
2013-07-18SAL_INFO in checkRowIndex spams output.Andrzej J.R. Hunt
2013-07-18Cleanup SAL_INFO debugging output.Andrzej J.R. Hunt
2013-07-18Implement retrieval of basic types from firebird.Andrzej J.R. Hunt
2013-07-18Move data retrieval/resultset population from constructor to on-demand.Andrzej J.R. Hunt
2013-07-18Refactor row number access.Andrzej J.R. Hunt
2013-07-18Improve formatting of firebird-sdbc error messages.Andrzej J.R. Hunt
2013-07-18Replace raw pointer with Reference to Statement in FResultSet.Andrzej J.R. Hunt
2013-07-18Sanitize sql strings for firebird. (Quotation marks unsupported.)Andrzej J.R. Hunt
2013-07-18Refactor FStatement to use transactions from Connection.Andrzej J.R. Hunt