summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2014-01-08fdo#37167 create statement before execute/wasNull/getBooleanLionel Elie Mamane
2013-12-24fdo#72916 correct rounding of time part of DateTimeLionel Elie Mamane
2013-12-16odbc DBMetaData: NULL pattern equivalent to "%", not "%foo"Lionel Elie Mamane
2013-12-02fdo#72148 if expecting table at begin, explicitly set it soLionel Elie Mamane
2013-12-02flat text DB: fix move by bookmarkLionel Elie Mamane
2013-11-19Fix some wrong copy pasteJulien Nabet
2013-11-17m_uInt8 not m_nInt8Julien Nabet
2013-10-21fdo#68657 bool->string conversion to 1/0, not "true"/"falseLionel Elie Mamane
2013-10-04allow to build for Windows XP when using Visual Studio 2012Christian Lohmaier
2013-08-30TPropertyValueLessFunctor must actually compare for "<"Stephan Bergmann
2013-08-28odbc insert: adjust buffer size *after* it is written toLionel Elie Mamane
2013-08-28fdo#68315 odbc update *reads* a bookmark, not *writes* a bookmarkLionel Elie Mamane
2013-08-14fdo#67546 handle unsigned 64 bit integersLionel Elie Mamane
2013-07-31fdo#67387 skip separating space between date and time in timestampLionel Elie Mamane
2013-07-30rhbz#989246: Honor user's JavaDriverClass override in mysql driverStephan Bergmann
2013-07-25fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-12ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane
2013-07-12sort is ascending by defaultLionel Elie Mamane
2013-07-10fdo#58644 fix handling of subqueriesLionel Elie Mamane
2013-07-05use proper SQLINTEGER type (fixes build on Illumos)Gabriele Bulfon
2013-06-29fdo#66130 correct "skip column name" condition for LIKE predicateLionel Elie Mamane
2013-06-28Replace buggy pgsql-sdbc datetime functions with dbtools equivalentsLionel Elie Mamane
2013-06-28fix nanosecond computationLionel Elie Mamane
2013-06-28fdo#66216 JDBC no fractional second in time formatLionel Elie Mamane
2013-06-28fdo#66216 fix DBTypeConversion::toTime overflowLionel Elie Mamane
2013-06-28fdo#66216 fix DBTypeConversion::toTimeString formatLionel Elie Mamane
2013-06-24fdo#49708 when there is no Primary Key, there is no Primay KeyLionel Elie Mamane
2013-06-18fdo#65653 make columnMatchP saferLionel Elie Mamane
2013-06-15fdo#65653, fdo#65619, fdo#65216: Missing checkZolnai Tamás
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-23RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara
2013-05-21Some more linking fixingFridrich Štrba
2013-05-21Add tl for DbgUnhandledException()Tor Lillqvist
2013-05-21more linking fixNoel Grandin
2013-05-21fix for linkingNoel Grandin
2013-05-19flat db driver: reorganise OFlatTableLionel Elie Mamane
2013-05-19flat file db driver: clean up seekRowLionel Elie Mamane
2013-05-19janitorial: spelling in commentLionel Elie Mamane
2013-05-19remove unused & suspicious methodLionel Elie Mamane
2013-05-19fdo#47951 flat text table: update m_nRowPos when moving by bookmarkLionel Elie Mamane
2013-05-19use safer/more explicit C++ castsLionel Elie Mamane
2013-05-19janitorial: clean up commentsLionel Elie Mamane
2013-05-19connectivity::file::OResultSet remove totally unused data memberLionel Elie Mamane
2013-05-19janitorial: typos in commentsLionel Elie Mamane
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-13fdo#64528 macab URL is sdbc:address:macab, not sdbc:address:macab:*Lionel Elie Mamane
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
2013-05-09coverity#982277: reosurce leakMarkus Mohrhard
2013-05-08Fix connectivity on WindowsFridrich Štrba