summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2012-11-03fix copy ctorLuboš Luňák1-5/+7
2012-11-03fix strange copy ctor that triggers a missing base initialization warningLuboš Luňák1-1/+2
2012-11-03ado headers need -fpermissive with gccLuboš Luňák1-0/+6
2012-11-03fix copy&pasteLuboš Luňák1-1/+1
2012-11-03fdo#53070 add complete unit testDavid Ostrovsky4-0/+211
2012-11-03fdo#53070 fix access violationDavid Ostrovsky1-2/+1
2012-11-02connectivity: port ado driver to new OColumn, tooLionel Elie Mamane2-2/+2
2012-11-02janitorial: spacingLionel Elie Mamane1-2/+2
2012-11-02ditch SISSL using workben codeCaolán McNamara7-1298/+0
2012-11-02connectivity: port macab driver to new OColumn, tooLionel Elie Mamane1-5/+9
2012-11-02connectivity: port kab driver to new OColumn, tooLionel Elie Mamane1-5/+9
2012-11-02stray )Caolán McNamara1-1/+1
2012-11-02connectivity: port mork driver to new OColumn, tooLionel Elie Mamane2-4/+14
2012-11-02janitorial: use adress-of-value instead of manually repeating typeLionel Elie Mamane1-7/+7
2012-11-02WaE janitorial: unused variableLionel Elie Mamane1-1/+1
2012-11-02Columns should know their tableLionel Elie Mamane23-109/+213
2012-11-02Retrieve CatalogName only once, tooLionel Elie Mamane1-4/+3
2012-11-02janitorial: alignmentLionel Elie Mamane1-8/+8
2012-11-02janitorial: space between argumentsLionel Elie Mamane1-10/+10
2012-11-02janitorial: use adress-of-value instead of manually repeating typeLionel Elie Mamane1-7/+7
2012-11-02janitorial: alignmentLionel Elie Mamane1-8/+8
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky5-1/+9
2012-10-26fixupLionel Elie Mamane1-1/+1
2012-10-26ODBC PreparedStatement Parameters: redesign setXXX handlingLionel Elie Mamane6-427/+251
2012-10-26duplicated codeLionel Elie Mamane1-25/+0
2012-10-26odbc::OTools::bindParameter takes an ODBCtype, not a JDBCtypeLionel Elie Mamane1-1/+1
2012-10-26UpdateBuffer optimisation: cache column value, isBound() and isNull()Lionel Elie Mamane1-15/+18
2012-10-26fdo#52392 dbase: correctly NULL out non-filled in fields in inserted rowsLionel Elie Mamane2-9/+9
2012-10-26improve commentsLionel Elie Mamane1-2/+2
2012-10-26dbase::ODbaseTable::WriteMemo does not change its ORowSetValue& argumentLionel Elie Mamane2-2/+2
2012-10-22make sure libpq is in place before it is usedDavid Tardon1-4/+0
2012-10-21convert postgresql to gbuildPeter Foley1-1/+5
2012-10-15tweak some build.lsts for the group photo...Michael Stahl1-1/+1
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-6/+6
2012-10-13Remove unused MorkParser::getRecordKeys4ListJulien Nabet2-48/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-10/+10
2012-10-10put the test and the thing to be tested inside the same if conditionCaolán McNamara1-8/+4
2012-10-10No mork on non-desktop OSesTor Lillqvist1-1/+5
2012-10-10mork driver: add list tables and unit testDavid Ostrovsky13-32/+621
2012-10-07Remove unused mork methodsJulien Nabet4-59/+0
2012-10-07fix connectivity build with Win8 SDKPeter Foley2-0/+8
2012-10-07No point with ODBC for Android or iOSTor Lillqvist1-2/+3
2012-10-06some cppcheck cleaningJulien Nabet8-32/+20
2012-10-05re-add accidentally dropped modelineDavid Tardon1-0/+2
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-1/+1
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin5-19/+16
2012-10-04Remove blocks of code that will never execute("#if 0" blocks)Marcos Paulo de Souza6-175/+0
2012-10-01Use prefixes for these UNO componentsTor Lillqvist38-39/+39
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain12-45/+1
2012-09-29Use comphelper::getComponentContextStephan Bergmann3-25/+8