summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2013-09-05update pchThomas Arnhold
2013-09-05use replaceFirstThomas Arnhold
2013-09-05WaE: unused variableCaolán McNamara
2013-09-06Actually use table name in getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Actually rebuild indexes in rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Retrieve all char indexes for rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-06Implement getIndexInfo. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-05CID#1079186 ununinitialized pointerCaolán McNamara
2013-09-05CID#1079332 Uninitialized scalar fieldCaolán McNamara
2013-09-04WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POPTor Lillqvist
2013-09-04WaE: Unreachable codeTor Lillqvist
2013-09-03Add some comments on foreign key retrieval (firebird-sdbc)Andrzej J.R. Hunt
2013-09-03Remove outdated/useless comments. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-03ResultSet: add FunctionNotSupportedException, some cleanup. (firebird-sdbc)Andrzej J.R. Hunt
2013-09-01Remove some unused code from unusedcode.easyMarcos Paulo de Souza
2013-08-31delete more code that was commented outPhilipp Riemer
2013-08-31fix indentationPhilipp Riemer
2013-08-31deleted code that was commented outPhilipp Riemer
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-30Set path and not url for FIREBIRD_[TMP|LOCK]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Improve TIMESTAMP display. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Implement setTimeStamp. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Cast pointer before dereferencing. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Implement malloc'ing of date/time/timestamp (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Implement set[Date|Time]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-30Set FIREBIRD_TMP and FIREBIRD_LOCK with sane values. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-29TPropertyValueLessFunctor must actually compare for "<"Stephan Bergmann
2013-08-29Implement setTimestamp. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-29Pass by reference instead of value, fix template parameters. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28janitorial: more constnessLionel Elie Mamane
2013-08-28ODBC OResultSet::ensureCacheForColumn initialise *all* new elementsLionel Elie Mamane
2013-08-28remove risk of infinite recursionLionel Elie Mamane
2013-08-28Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28SQL_FLOAT corresponds to DataType::FLOAT.Andrzej J.R. Hunt
2013-08-28Use correct type for SQL_FLOAT. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28Remove unused code (firebird-sdbc)Andrzej J.R. Hunt
2013-08-28Use template to set integer parameters. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implemet setNull. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implement set[Int|Long]. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implement setShort. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Return change count for Statement:executeUpdate too. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27Implement retrieving change count for executeUpdate. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-27release m_aLengthVector even when m_aBindVector is emptyLionel Elie Mamane
2013-08-27the place reserved for bookmark in m_aBindVector is never usedLionel Elie Mamane
2013-08-27odbc insert: unbind as soon bindings not necessaryLionel Elie Mamane
2013-08-27odbc insert: adjust buffer size *after* it is written toLionel Elie Mamane
2013-08-27fdo#68315 odbc update *reads* a bookmark, not *writes* a bookmarkLionel Elie Mamane
2013-08-26connectivity: firebird::OResultSet: convert to C++98Michael Stahl