summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* janitorial: more constnessLionel Elie Mamane2013-08-281-1/+1
* ODBC OResultSet::ensureCacheForColumn initialise *all* new elementsLionel Elie Mamane2013-08-281-1/+1
* remove risk of infinite recursionLionel Elie Mamane2013-08-281-1/+0
* Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt2013-08-281-21/+13
* Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)Andrzej J.R. Hunt2013-08-281-1/+1
* SQL_FLOAT corresponds to DataType::FLOAT.Andrzej J.R. Hunt2013-08-281-2/+2
* Use correct type for SQL_FLOAT. (firebird-sdbc)Andrzej J.R. Hunt2013-08-281-1/+1
* Remove unused code (firebird-sdbc)Andrzej J.R. Hunt2013-08-281-16/+1
* Use template to set integer parameters. (firebird-sdbc)Andrzej J.R. Hunt2013-08-282-44/+27
* Implemet setNull. (firebird-sdbc)Andrzej J.R. Hunt2013-08-271-10/+10
* Implement set[Int|Long]. (firebird-sdbc)Andrzej J.R. Hunt2013-08-272-31/+63
* Implement setShort. (firebird-sdbc)Andrzej J.R. Hunt2013-08-271-18/+32
* Return change count for Statement:executeUpdate too. (firebird-sdbc)Andrzej J.R. Hunt2013-08-271-22/+2
* Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt2013-08-274-14/+97
* release m_aLengthVector even when m_aBindVector is emptyLionel Elie Mamane2013-08-271-4/+3
* the place reserved for bookmark in m_aBindVector is never usedLionel Elie Mamane2013-08-271-5/+3
* odbc insert: unbind as soon bindings not necessaryLionel Elie Mamane2013-08-271-2/+2
* odbc insert: adjust buffer size *after* it is written toLionel Elie Mamane2013-08-271-1/+1
* fdo#68315 odbc update *reads* a bookmark, not *writes* a bookmarkLionel Elie Mamane2013-08-271-21/+39
* connectivity: firebird::OResultSet: convert to C++98Michael Stahl2013-08-262-5/+10
* Quick hack to make driver usable with dbaccess/KeySet. (firebird-sdbc)Andrzej J.R. Hunt2013-08-261-1/+3
* Clean up PropertyHelper stuff, set ResultSet properties. (firebird-sdbc)Andrzej J.R. Hunt2013-08-262-131/+58
* Actually set m_bIsAfterLast. (firebird-sdbc)Andrzej J.R. Hunt2013-08-261-1/+2
* Set Null indicator in input SQLDA as appropriate. (firebird-sdbc)Andrzej J.R. Hunt2013-08-232-0/+15
* Improve comment. (firebird-sdbc)Andrzej J.R. Hunt2013-08-231-0/+3
* Close cursors in PreparedStatement. (firebird-sdbc)Andrzej J.R. Hunt2013-08-231-0/+13
* Use correct sqlda for number of parameters. (firebird-sdbc)Andrzej J.R. Hunt2013-08-231-4/+3
* RefreshRow is unuspported. (firebird-sdbc)Andrzej J.R. Hunt2013-08-231-5/+4
* Remove unsupported XRowLocate/XDeleteRows (firebird-sdbc)Andrzej J.R. Hunt2013-08-232-79/+2
* Remove unsupporte XRowUpdate/XResultSetUpdate. (firebird-sdbc)Andrzej J.R. Hunt2013-08-232-268/+2
* Set Table privileges. (firebird-sdbc)Andrzej J.R. Hunt2013-08-232-5/+37
* No need currently for static oslThread m_Mozilla_UI_ThreadStephan Bergmann2013-08-221-4/+1
* valueOf is deprecatedLuboš Luňák2013-08-2111-27/+23
* WaE: 'valueOf' is deprecatedTor Lillqvist2013-08-214-8/+8
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-2121-42/+42
* osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2013-08-214-4/+8
* Fix -Wmaybe-uninitialized. (firebird-sdbc)Andrzej J.R. Hunt2013-08-211-1/+1
* Simplify some sql statements with multiple conditions. (firebird-sdbc)Andrzej J.R. Hunt2013-08-211-21/+11
* Add custom wrapper for OKeysHelper.firebird. (firebird-sdbc)Andrzej J.R. Hunt2013-08-214-6/+102
* Sanitize primary key names too. (firebird-sdbc)Andrzej J.R. Hunt2013-08-211-3/+3
* Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)Andrzej J.R. Hunt2013-08-213-36/+11
* Remove unnecessary commit (firebird-sdbc).Andrzej J.R. Hunt2013-08-211-5/+0
* Retrieve nullable from correct table. (firebird-sdbc)Andrzej J.R. Hunt2013-08-211-1/+5
* -Werror,-Wunused-private-fieldStephan Bergmann2013-08-202-6/+2
* Implement changing nullable. (firebird-sdbc)Andrzej J.R. Hunt2013-08-201-9/+54
* Rearrange createStandardTypePart to not include extraneous parameters.Andrzej J.R. Hunt2013-08-201-16/+24
* Simplify Users.createObject. (firebird-sdbc)Andrzej J.R. Hunt2013-08-201-21/+1
* Implement Catalog::refreshUsers. (firebird-sdbc)Andrzej J.R. Hunt2013-08-201-1/+27
* Add skeleton sdbcx Users/User implementation. (firebird-sdbc)Andrzej J.R. Hunt2013-08-205-0/+264
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-202-2/+4