summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-19Remove internal caching in FResultSet. (Breaks firebird-sdbc for now.)Andrzej J.R. Hunt2-202/+137
2013-07-19unused variable 'aStrFieldName' [loplugin]Eike Rathke1-1/+0
2013-07-19janitorial: remove unused, add constLionel Elie Mamane2-2/+1
2013-07-19fixupLionel Elie Mamane1-1/+1
2013-07-19Cleanup String in connectivityNorbert Thiebaud31-311/+311
2013-07-19allow to build for Windows XP when using Visual Studio 2012Christian Lohmaier1-0/+11
2013-07-19Remove duplicate propertyids.[hc]xx.Andrzej J.R. Hunt5-351/+4
2013-07-19Use one mutex per connection (firebird-sdbc).Andrzej J.R. Hunt6-109/+117
2013-07-18Avoid ORowSetValueDecorator as it seems broken on some platforms.Andrzej J.R. Hunt2-4/+4
2013-07-18Don't use std::vector::emplace_back (requires C++11).Andrzej J.R. Hunt1-1/+2
2013-07-18Use ORowSetValue (FValue) for storage in FResultSet.Andrzej J.R. Hunt3-161/+90
2013-07-18Ugly/temporary hack to have SQL_SHORT working again.Andrzej J.R. Hunt2-3/+28
2013-07-18SAL_INFO in checkRowIndex spams output.Andrzej J.R. Hunt1-3/+0
2013-07-18Cleanup SAL_INFO debugging output.Andrzej J.R. Hunt6-35/+35
2013-07-18Implement retrieval of basic types from firebird.Andrzej J.R. Hunt2-46/+75
2013-07-18Move data retrieval/resultset population from constructor to on-demand.Andrzej J.R. Hunt2-50/+85