summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* add mkdir commandDavid Ostrovsky2012-11-081-0/+1
* enable ado driver unit test againDavid Ostrovsky2012-11-073-9/+10
* Always package at least mozbootstrapStephan Bergmann2012-11-071-0/+1
* mozab: adapt to XComponentContext changesMichael Stahl2012-11-071-1/+3
* XMultiServiceFactory / XComponentContext fixTor Lillqvist2012-11-061-1/+2
* fdo#46808 adapt evoab driverDavid Tardon2012-11-062-2/+5
* fdo#46808: Adapt macab driver to recent commitStephan Bergmann2012-11-052-3/+4
* fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin2012-11-0517-39/+40
* ADO getRSConcurr(): translate ADO LockTypeEnum into our css::sdbc::RSConcurrLionel Elie Mamane2012-11-051-1/+13
* disable ado test to make tinderbox happyDavid Ostrovsky2012-11-051-5/+6
* fix connectivity test with Win8 sdkPeter Foley2012-11-031-0/+6
* fix copy ctorLuboš Luňák2012-11-031-5/+7
* fix strange copy ctor that triggers a missing base initialization warningLuboš Luňák2012-11-031-1/+2
* ado headers need -fpermissive with gccLuboš Luňák2012-11-031-0/+6
* fix copy&pasteLuboš Luňák2012-11-031-1/+1
* fdo#53070 add complete unit testDavid Ostrovsky2012-11-034-0/+211
* fdo#53070 fix access violationDavid Ostrovsky2012-11-031-2/+1
* connectivity: port ado driver to new OColumn, tooLionel Elie Mamane2012-11-022-2/+2
* janitorial: spacingLionel Elie Mamane2012-11-021-2/+2
* ditch SISSL using workben codeCaolán McNamara2012-11-027-1298/+0
* connectivity: port macab driver to new OColumn, tooLionel Elie Mamane2012-11-021-5/+9
* connectivity: port kab driver to new OColumn, tooLionel Elie Mamane2012-11-021-5/+9
* stray )Caolán McNamara2012-11-021-1/+1
* connectivity: port mork driver to new OColumn, tooLionel Elie Mamane2012-11-022-4/+14
* janitorial: use adress-of-value instead of manually repeating typeLionel Elie Mamane2012-11-021-7/+7
* WaE janitorial: unused variableLionel Elie Mamane2012-11-021-1/+1
* Columns should know their tableLionel Elie Mamane2012-11-0223-109/+213
* Retrieve CatalogName only once, tooLionel Elie Mamane2012-11-021-4/+3
* janitorial: alignmentLionel Elie Mamane2012-11-021-8/+8
* janitorial: space between argumentsLionel Elie Mamane2012-11-021-10/+10
* janitorial: use adress-of-value instead of manually repeating typeLionel Elie Mamane2012-11-021-7/+7
* janitorial: alignmentLionel Elie Mamane2012-11-021-8/+8
* fix some VS 2010 specific issuesDavid Ostrovsky2012-10-285-1/+9
* fixupLionel Elie Mamane2012-10-261-1/+1
* ODBC PreparedStatement Parameters: redesign setXXX handlingLionel Elie Mamane2012-10-266-427/+251
* duplicated codeLionel Elie Mamane2012-10-261-25/+0
* odbc::OTools::bindParameter takes an ODBCtype, not a JDBCtypeLionel Elie Mamane2012-10-261-1/+1
* UpdateBuffer optimisation: cache column value, isBound() and isNull()Lionel Elie Mamane2012-10-261-15/+18
* fdo#52392 dbase: correctly NULL out non-filled in fields in inserted rowsLionel Elie Mamane2012-10-262-9/+9
* improve commentsLionel Elie Mamane2012-10-261-2/+2
* dbase::ODbaseTable::WriteMemo does not change its ORowSetValue& argumentLionel Elie Mamane2012-10-262-2/+2
* make sure libpq is in place before it is usedDavid Tardon2012-10-221-4/+0
* convert postgresql to gbuildPeter Foley2012-10-211-1/+5
* tweak some build.lsts for the group photo...Michael Stahl2012-10-151-1/+1
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-10-131-6/+6
* Remove unused MorkParser::getRecordKeys4ListJulien Nabet2012-10-132-48/+0
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-122-10/+10
* put the test and the thing to be tested inside the same if conditionCaolán McNamara2012-10-101-8/+4
* No mork on non-desktop OSesTor Lillqvist2012-10-101-1/+5
* mork driver: add list tables and unit testDavid Ostrovsky2012-10-1013-32/+621