summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-18Refactor row number access.Andrzej J.R. Hunt5-267/+319
2013-07-18Improve formatting of firebird-sdbc error messages.Andrzej J.R. Hunt1-6/+5
2013-07-18Replace raw pointer with Reference to Statement in FResultSet.Andrzej J.R. Hunt5-96/+96
2013-07-18Sanitize sql strings for firebird. (Quotation marks unsupported.)Andrzej J.R. Hunt2-19/+27
2013-07-18Refactor FStatement to use transactions from Connection.Andrzej J.R. Hunt9-412/+420
2013-07-17warning C4702: unreachable codeMichael Stahl1-1/+0
2013-07-17remove last user of gb_Library_add_noexeception_objectBjoern Michaelsen1-1/+1
2013-07-17Remove duplication from FSubComponent.Andrzej J.R. Hunt5-66/+7
2013-07-17Make m_aMutex a member variable rather than base type.Andrzej J.R. Hunt2-3/+3
2013-07-17Fix clang warnings in firebird-sdbc.Andrzej J.R. Hunt3-6/+9
2013-07-16Don't use firebird internal headers.Andrzej J.R. Hunt1-13/+11
2013-07-16Fix warnings for firebird-sdbc.Andrzej J.R. Hunt10-46/+221
2013-07-16Remove warnings for FStatement.Andrzej J.R. Hunt2-5/+13
2013-07-16Correct firebird-sdbc version number, cleanup FDriver.Andrzej J.R. Hunt1-51/+49
2013-07-16Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt7-25/+13
2013-07-16Further firebird-sdbc windows build fixes.Andrzej J.R. Hunt1-0/+1
2013-07-16Implement first part of FDatabaseMetaData.Andrzej J.R. Hunt3-127/+128
2013-07-16Remove unnecessary catalog state (unsupported in firebird).Andrzej J.R. Hunt4-45/+23
2013-07-16Clean up and remove warnings for unsupported methods.Andrzej J.R. Hunt1-14/+9
2013-07-16Implement transaction isolation in firebird-sdbc.Andrzej J.R. Hunt2-8/+30
2013-07-16Make db location a static member variable.Andrzej J.R. Hunt2-7/+6
2013-07-16Implement readonly support in firebird-sdbc.Andrzej J.R. Hunt2-12/+14
2013-07-16Add auto-commit support to firebird-sdbc, enabled by default.Andrzej J.R. Hunt2-30/+82
2013-07-16Cleanup warnings in FConnection.Andrzej J.R. Hunt4-11/+18
2013-07-16Do not ask for user/password in embedded firebird.Andrzej J.R. Hunt1-20/+0
2013-07-16Write embedded .fdb into Storage for OnSave & OnSaveAs.Andrzej J.R. Hunt1-2/+22
2013-07-16Implement DocumentEventListener in firebird_sdbc driver.Andrzej J.R. Hunt4-110/+177
2013-07-16Create new fdb and/or extract from .odb as appropriate.Andrzej J.R. Hunt7-115/+176
2013-07-16Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt4-12/+14
2013-07-16Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt1-1/+4
2013-07-16Fix firebird installation (windows) + driver compilation fixes.Andrzej J.R. Hunt5-6/+6
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt1-1/+1
2013-07-16fb-sdbc: Pretty printing table log outputAndres Gomez2-11/+32
2013-07-16Implementing the FStatement::execute() method.Javier Fernandez1-0/+25
2013-07-16Fixed crash at FStatement disposing stage.Javier Fernandez1-2/+6
2013-07-16The VARCHAR tye requires a maximum length.Javier Fernandez1-1/+1
2013-07-16GetTables uses now a Statement, instead of a PreparedStatement.Javier Fernandez1-27/+30
2013-07-16Refactoring some code on the FStatement class.Javier Fernandez5-171/+155
2013-07-16Executing again a PreparedStatement.Javier Fernandez5-32/+44