summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2012-11-05Don't abort when column has no (Catalog|Schema|Table)NameLionel Elie Mamane
2012-09-20fdo#37529 clear DataColumns read-only information when we clear DataColumnsLionel Elie Mamane
2012-09-10fdo#53557: use metadata's idea of column count to allocate a rowLionel Elie Mamane
2012-08-30fdo#53887 convert filter value as LIKE pattern only on (NOT) LIKELionel Elie Mamane
2012-08-22fdo#46480 do not double-escape (e.g. date) literals as stringsLionel Elie Mamane
2012-08-21m_nEndPos==m_nStartPos is OK: empty window (for example, empty table)Lionel Elie Mamane
2012-08-02nPos is 1-based, so allowed to be equal to row countLionel Elie Mamane
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane
2012-07-04Remove duplication of License/Credits informationStefan Knorr (astron)
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
2012-06-04bCheck is guaranteed by the for loop conditionLionel Elie Mamane
2012-06-04KeySet.cxx: fix boost include; also...Michael Stahl
2012-06-04i#102625 avoid fetching same row twice in different queriesLionel Elie Mamane
2012-06-04Need to refresh row after moving to bookmark!Lionel Elie Mamane
2012-06-04Cleanup m_xSet in destructorLionel Elie Mamane
2012-06-04typos in commentsLionel Elie Mamane
2012-06-04Remove wrong optimisationLionel Elie Mamane
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-01OKeySet::refreshRow: Invalidate m_xRow/m_xSet when BeforeFirst or AfterLastLionel Elie Mamane
2012-06-01organise & comment code betterLionel Elie Mamane
2012-06-01dbaccess::OKeySet::wasNull(): OSL_ENSURE we have a m_xRowLionel Elie Mamane
2012-06-01fdo#47520 use the already retrieved row instead of driver rowLionel Elie Mamane
2012-06-01fdo#50372: crash when refresh of last already-known row unexpectedly failsLionel Elie Mamane
2012-06-01nuke unused namespaceTakeshi Abe
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-31nuke unused typedefTakeshi Abe
2012-05-29remove unused makefileMatúš Kukan
2012-05-29improve odbc headers handlingMatúš Kukan
2012-05-28Fix typosJulien Nabet
2012-05-24removed unused member fieldsTakeshi Abe
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara
2012-05-21removed unused #definesTakeshi Abe
2012-05-17catch by const referenceTakeshi Abe
2012-05-17removed unused const rtl::OUStringTakeshi Abe
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara
2012-05-16removed unused constant rtl::OUStringTakeshi Abe
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
2012-05-15simplify/clarify codeLionel Elie Mamane
2012-05-15fdo#48345 need to refresh row also when not m_bRowCountFinalLionel Elie Mamane
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
2012-05-08fdo#45580 crash on "connect to existing database" wizardLionel Elie Mamane
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-29Prefix ++/-- operators for non-primitive typesJulien Nabet
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-27WaE: exception handlers used in code without unwind supportCaolán McNamara
2012-04-24WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-04-24WaE: using the result of an assignment as a condition without parenthesesTor Lillqvist
2012-04-24WaE: use of logical '&&' with constant operandTor Lillqvist