summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-08-29TPropertyValueLessFunctor must actually compare for "<"Stephan Bergmann1-1/+1
2013-08-29Implement setTimestamp. (firebird-sdbc)Andrzej J.R. Hunt1-6/+14
2013-08-29Pass by reference instead of value, fix template parameters. (firebird-sdbc)Andrzej J.R. Hunt2-4/+4
2013-08-28janitorial: more constnessLionel Elie Mamane1-1/+1
2013-08-28ODBC OResultSet::ensureCacheForColumn initialise *all* new elementsLionel Elie Mamane1-1/+1
2013-08-28remove risk of infinite recursionLionel Elie Mamane1-1/+0
2013-08-28Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt1-21/+13
2013-08-28Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-28SQL_FLOAT corresponds to DataType::FLOAT.Andrzej J.R. Hunt1-2/+2
2013-08-28Use correct type for SQL_FLOAT. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-28Remove unused code (firebird-sdbc)Andrzej J.R. Hunt1-16/+1
2013-08-28Use template to set integer parameters. (firebird-sdbc)Andrzej J.R. Hunt2-44/+27
2013-08-27Implemet setNull. (firebird-sdbc)Andrzej J.R. Hunt1-10/+10
2013-08-27Implement set[Int|Long]. (firebird-sdbc)Andrzej J.R. Hunt2-31/+63
2013-08-27Implement setShort. (firebird-sdbc)Andrzej J.R. Hunt1-18/+32
2013-08-27Return change count for Statement:executeUpdate too. (firebird-sdbc)Andrzej J.R. Hunt1-22/+2
2013-08-27Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt4-14/+97
2013-08-27release m_aLengthVector even when m_aBindVector is emptyLionel Elie Mamane1-4/+3
2013-08-27the place reserved for bookmark in m_aBindVector is never usedLionel Elie Mamane1-5/+3
2013-08-27odbc insert: unbind as soon bindings not necessaryLionel Elie Mamane1-2/+2
2013-08-27odbc insert: adjust buffer size *after* it is written toLionel Elie Mamane1-1/+1
2013-08-27fdo#68315 odbc update *reads* a bookmark, not *writes* a bookmarkLionel Elie Mamane1-21/+39
2013-08-26connectivity: firebird::OResultSet: convert to C++98Michael Stahl2-5/+10
2013-08-26Quick hack to make driver usable with dbaccess/KeySet. (firebird-sdbc)Andrzej J.R. Hunt1-1/+3
2013-08-26Clean up PropertyHelper stuff, set ResultSet properties. (firebird-sdbc)Andrzej J.R. Hunt2-131/+58
2013-08-26Actually set m_bIsAfterLast. (firebird-sdbc)Andrzej J.R. Hunt1-1/+2
2013-08-23Set Null indicator in input SQLDA as appropriate. (firebird-sdbc)Andrzej J.R. Hunt2-0/+15
2013-08-23Improve comment. (firebird-sdbc)Andrzej J.R. Hunt1-0/+3
2013-08-23Close cursors in PreparedStatement. (firebird-sdbc)Andrzej J.R. Hunt1-0/+13
2013-08-23Use correct sqlda for number of parameters. (firebird-sdbc)Andrzej J.R. Hunt1-4/+3
2013-08-23RefreshRow is unuspported. (firebird-sdbc)Andrzej J.R. Hunt1-5/+4
2013-08-23Remove unsupported XRowLocate/XDeleteRows (firebird-sdbc)Andrzej J.R. Hunt2-79/+2
2013-08-23Remove unsupporte XRowUpdate/XResultSetUpdate. (firebird-sdbc)Andrzej J.R. Hunt2-268/+2
2013-08-23Set Table privileges. (firebird-sdbc)Andrzej J.R. Hunt2-5/+37
2013-08-22No need currently for static oslThread m_Mozilla_UI_ThreadStephan Bergmann1-4/+1
2013-08-21valueOf is deprecatedLuboš Luňák11-27/+23
2013-08-21WaE: 'valueOf' is deprecatedTor Lillqvist4-8/+8
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák21-42/+42
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann4-4/+8
2013-08-21Fix -Wmaybe-uninitialized. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-21Simplify some sql statements with multiple conditions. (firebird-sdbc)Andrzej J.R. Hunt1-21/+11
2013-08-21Add custom wrapper for OKeysHelper.firebird. (firebird-sdbc)Andrzej J.R. Hunt4-6/+102
2013-08-21Sanitize primary key names too. (firebird-sdbc)Andrzej J.R. Hunt1-3/+3
2013-08-21Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt3-36/+11
2013-08-21Remove unnecessary commit (firebird-sdbc).Andrzej J.R. Hunt1-5/+0
2013-08-21Retrieve nullable from correct table. (firebird-sdbc)Andrzej J.R. Hunt1-1/+5
2013-08-20-Werror,-Wunused-private-fieldStephan Bergmann2-6/+2
2013-08-20Implement changing nullable. (firebird-sdbc)Andrzej J.R. Hunt1-9/+54
2013-08-20Rearrange createStandardTypePart to not include extraneous parameters.Andrzej J.R. Hunt1-16/+24
2013-08-20Simplify Users.createObject. (firebird-sdbc)Andrzej J.R. Hunt1-21/+1