summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
...
* WaE: Unreachable codeTor Lillqvist2013-09-043-0/+28
* Add some comments on foreign key retrieval (firebird-sdbc)Andrzej J.R. Hunt2013-09-031-0/+6
* Remove outdated/useless comments. (firebird-sdbc)Andrzej J.R. Hunt2013-09-031-6/+3
* ResultSet: add FunctionNotSupportedException, some cleanup. (firebird-sdbc)Andrzej J.R. Hunt2013-09-031-56/+60
* Remove some unused code from unusedcode.easyMarcos Paulo de Souza2013-09-011-38/+0
* delete more code that was commented outPhilipp Riemer2013-08-311-1/+0
* fix indentationPhilipp Riemer2013-08-312-17/+17
* deleted code that was commented outPhilipp Riemer2013-08-312-12/+0
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-312-128/+20
* Set path and not url for FIREBIRD_[TMP|LOCK]. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-5/+6
* Improve TIMESTAMP display. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-1/+1
* Implement setTimeStamp. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-5/+13
* Cast pointer before dereferencing. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-1/+2
* Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-10/+22
* Implement malloc'ing of date/time/timestamp (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-9/+5
* Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt2013-08-301-14/+20
* Set FIREBIRD_TMP and FIREBIRD_LOCK with sane values. (firebird-sdbc)Andrzej J.R. Hunt2013-08-302-0/+21
* TPropertyValueLessFunctor must actually compare for "<"Stephan Bergmann2013-08-291-1/+1
* Implement setTimestamp. (firebird-sdbc)Andrzej J.R. Hunt2013-08-291-6/+14
* Pass by reference instead of value, fix template parameters. (firebird-sdbc)Andrzej J.R. Hunt2013-08-292-4/+4
* 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