summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* fdo#37529 clear DataColumns read-only information when we clear DataColumnsLionel Elie Mamane2012-09-131-0/+3
* fdo#53557: use metadata's idea of column count to allocate a rowLionel Elie Mamane2012-09-101-2/+3
* fdo#53887 convert filter value as LIKE pattern only on (NOT) LIKELionel Elie Mamane2012-08-301-2/+6
* fdo#46480 do not double-escape (e.g. date) literals as stringsLionel Elie Mamane2012-08-221-1/+1
* m_nEndPos==m_nStartPos is OK: empty window (for example, empty table)Lionel Elie Mamane2012-08-211-1/+1
* nPos is 1-based, so allowed to be equal to row countLionel Elie Mamane2012-08-021-1/+1
* fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane2012-07-172-40/+44
* Remove duplication of License/Credits informationStefan Knorr (astron)2012-07-045-5/+0
* typo: paramters, paramaters -> parametersAndras Timar2012-06-191-1/+1
* bCheck is guaranteed by the for loop conditionLionel Elie Mamane2012-06-041-5/+4
* KeySet.cxx: fix boost include; also...Michael Stahl2012-06-041-1/+2
* i#102625 avoid fetching same row twice in different queriesLionel Elie Mamane2012-06-042-29/+108
* Need to refresh row after moving to bookmark!Lionel Elie Mamane2012-06-041-0/+2
* Cleanup m_xSet in destructorLionel Elie Mamane2012-06-041-12/+19
* typos in commentsLionel Elie Mamane2012-06-041-1/+1
* Remove wrong optimisationLionel Elie Mamane2012-06-041-1/+9
* targeted string re-workNorbert Thiebaud2012-06-021-28/+28
* targeted string re-workNorbert Thiebaud2012-06-0216-87/+87
* OKeySet::refreshRow: Invalidate m_xRow/m_xSet when BeforeFirst or AfterLastLionel Elie Mamane2012-06-011-2/+3
* organise & comment code betterLionel Elie Mamane2012-06-011-2/+8
* dbaccess::OKeySet::wasNull(): OSL_ENSURE we have a m_xRowLionel Elie Mamane2012-06-011-0/+1
* fdo#47520 use the already retrieved row instead of driver rowLionel Elie Mamane2012-06-011-2/+1
* fdo#50372: crash when refresh of last already-known row unexpectedly failsLionel Elie Mamane2012-06-011-1/+14
* nuke unused namespaceTakeshi Abe2012-06-011-1/+0
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-311-1/+1
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-3135-67/+54
* nuke unused typedefTakeshi Abe2012-05-311-2/+0
* remove unused makefileMatúš Kukan2012-05-291-301/+0
* improve odbc headers handlingMatúš Kukan2012-05-291-1/+2
* Fix typosJulien Nabet2012-05-281-1/+1
* removed unused member fieldsTakeshi Abe2012-05-241-2/+0
* convert ResStringArray to rtl::OUStringCaolán McNamara2012-05-241-1/+1
* removed unused #definesTakeshi Abe2012-05-211-5/+0
* catch by const referenceTakeshi Abe2012-05-173-7/+7
* removed unused const rtl::OUStringTakeshi Abe2012-05-177-8/+0
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-1721-92/+48
* removed unused constant rtl::OUStringTakeshi Abe2012-05-163-14/+0
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-161-1/+0
* simplify/clarify codeLionel Elie Mamane2012-05-151-4/+1
* fdo#48345 need to refresh row also when not m_bRowCountFinalLionel Elie Mamane2012-05-151-6/+1
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-1/+1
* fdo#45580 crash on "connect to existing database" wizardLionel Elie Mamane2012-05-081-1/+1
* make ResId::toString a non-static memberCaolán McNamara2012-04-302-8/+7
* Prefix ++/-- operators for non-primitive typesJulien Nabet2012-04-291-1/+1
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* WaE: exception handlers used in code without unwind supportCaolán McNamara2012-04-274-10/+4
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-04-241-1/+1
* WaE: using the result of an assignment as a condition without parenthesesTor Lillqvist2012-04-241-11/+11
* WaE: use of logical '&&' with constant operandTor Lillqvist2012-04-241-0/+7
* Bug 42982 Patch - copytablewizard.cxxAbeer Sethi2012-04-231-3/+3