summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2013-08-30that comment is patently wrongLionel Elie Mamane
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-21SAL_INFO output contains the current thread ID anywayStephan Bergmann
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
2013-08-20Resolves: rhbz#998046 store last size/position of the table/query/formCaolán McNamara
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa
2013-08-16Do not use this ptr in ctorStephan Bergmann
2013-08-14doing it once is sufficientLionel Elie Mamane
2013-08-08tweak comment translationsMichael Stahl
2013-08-02for later...Lionel Elie Mamane
2013-08-02make comment actually describe the codeLionel Elie Mamane
2013-08-02janitorial: more const where possibleLionel Elie Mamane
2013-08-02SingleSelectQueryComposer: the name of a non-SELECT column is its "real" nameLionel Elie Mamane
2013-07-30Fix firebird-sdbc registry details.Andrzej J.R. Hunt
2013-07-16Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt
2013-07-16Enable firebird by default, disable as default embedded driver.Andrzej J.R. Hunt
2013-07-16Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt
2013-07-16fb-sdbc: Added temporal debugging in dbaccessAndres Gomez
2013-07-16Debug info and some API methods implementation.Javier Fernandez
2013-07-11microoptimisationLionel Elie Mamane
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane
2013-07-10don't use empty table nameLionel Elie Mamane
2013-07-04unusedeasy remove ORowSet_CreateInstanceJulien Nabet
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-07-02fdo#66464 initialise static join info at construct timeLionel Elie Mamane
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-17fdo#43460 dbaccess: use isEmpty()Jelle van der Waa
2013-06-07cppcheck: fix reassignJulien Nabet
2013-06-06cppcheck: unread variableJulien Nabet
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-06-03fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-19make OSingleSelectQueryComposer use *system* parse contextLionel Elie Mamane
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-05-14fdo#46808, fix call to sdb::tools::ConnectionToolsNoel Grandin
2013-05-14Initialise the default-constructed ConnectionToolsLionel Elie Mamane
2013-05-07dbaccess: remove Package_incMichael Stahl
2013-04-25Fix compilation error when OSL_DEBUG_LEVEL > 0Tor Lillqvist
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-09WaE: unused variable 'insert_result'Tor Lillqvist
2013-04-08fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin
2013-04-08fdo#46808, convert sdb::tools::ConnectionTools to new styleNoel Grandin
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-02fdo#46808, convert sdb::QueryDesigner to new styleNoel Grandin
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-29ResMgr with LanguageTagEike Rathke