summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-28odbc driver: let's not allocate the buffer twice for nothingNorbert Thiebaud1-6/+5
2014-06-28firebird driver: shutdown explicitely firebird on dispose of driver.Norbert Thiebaud1-0/+2
2014-06-28firebird: release driver on dispose rather than destroy.Norbert Thiebaud2-9/+4
2014-06-28firebird driver, abandon ref to about to be disposed embedded storage.Norbert Thiebaud1-0/+3
2014-06-28WaE: null argument where non-null required (argument 2)David Tardon1-1/+2
2014-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud3-57/+76
2014-06-27Blind fix for OPreparedStatement::setParameter's useWChar caseStephan Bergmann1-11/+22
2014-06-27odbc properly support platform with sizeof(SQLWCHAR) = 4Norbert Thiebaud2-22/+29
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-1/+0
2014-06-25remove spurious com::sun::star::chaosMichael Stahl1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin6-10/+10
2014-06-18Typo: kjnow->knowJulien Nabet2-2/+2
2014-06-18Typo: perharps->perhapsJulien Nabet1-2/+2
2014-06-18Use rtl::Reference to make code clearer & exception-safeLionel Elie Mamane2-22/+14
2014-06-18fdo#80084 file driver PreparedStatement: close previous ResultSet on reexecLionel Elie Mamane3-8/+36
2014-06-18rtl::Reference fits just fine hereStephan Bergmann2-8/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-5/+1
2014-06-15Resolves: fdo#80025 Crash with Thunderbird/Icedove address bookJulien Nabet2-4/+0
2014-06-13loplugin:staticcallStephan Bergmann7-15/+15
2014-06-13coverity#706304 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-11Related fdo#79714 OSX-crash opening query or table in embedded Firebird ODBJulien Nabet1-0/+1
2014-06-10coverity#1213468 Uncaught exceptionCaolán McNamara2-2/+4
2014-06-06fixincludeguards: fix include guardsThomas Arnhold30-73/+98
2014-06-05coverity#1158175 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-05connectivity: remove SAL_THROW macroNoel Grandin17-67/+61
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold27-3/+567
2014-06-04connectivity: fix includesThomas Arnhold282-513/+513
2014-06-04coverity#736759 Dereference before null checkCaolán McNamara1-2/+3
2014-06-04Missing gb_CppunitTest_use_vclStephan Bergmann1-0/+1
2014-06-04DeInitVCL at end of testsStephan Bergmann2-0/+2
2014-06-01Resolves: fdo#79493 Refresh Tables option fails with FirebirdJulien Nabet2-18/+3
2014-05-31fdo#73352 firebird don't claim to support interfaces one doesn'tLionel Elie Mamane2-2/+10
2014-05-30Replace "compareToAscii" by !=Julien Nabet1-33/+32
2014-05-30Fix memory leakStephan Bergmann1-0/+1
2014-05-30Fix memory leakStephan Bergmann1-0/+1
2014-05-30Fix memory leakStephan Bergmann3-31/+26
2014-05-30Fix memory leakStephan Bergmann2-6/+3
2014-05-30Fix memory leakStephan Bergmann2-15/+8
2014-05-30Fix leaks in test codeStephan Bergmann1-0/+7
2014-05-30fdo#68849: Add header guards to all include filesJens Carl6-0/+21
2014-05-29Update comment to reality... many properties now, not one.Lionel Elie Mamane1-1/+3
2014-05-29To avoid some confusion for people like me :)Julien Nabet1-0/+1
2014-05-29use OUString::startsWith()Noel Grandin1-2/+2
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-2/+2
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-1/+1
2014-05-26coverity#982631 Missing break in switchCaolán McNamara1-0/+1
2014-05-24coverity#983622 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-23coverity#1103737 Uncaught exceptionCaolán McNamara2-3/+3
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin3-10/+6