summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2017-07-18connectivity writer driver: add PreparedStatement implementationMiklos Vajna4-4/+91
2017-07-18connectivity writer driver: add Columns implementationMiklos Vajna4-1/+97
2017-07-18connectivity writer driver: add Table implementationMiklos Vajna4-3/+541
2017-07-18connectivity writer driver: add Tables implementationMiklos Vajna4-1/+96
2017-07-18connectivity writer driver: add Catalog implementationMiklos Vajna4-3/+114
2017-07-17connectivity writer driver: initial DatabaseMetaData implementationMiklos Vajna4-1/+381
2017-07-17loplugin:oncevar: connectivity (clang-cl)Stephan Bergmann1-4/+2
2017-07-17connectivity: add initial writer backendMiklos Vajna10-0/+800
2017-07-13loplugin:oncevar: empty strings: connectivityStephan Bergmann6-60/+31
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin6-10/+10
2017-07-11simplify some OUString::copy callsNoel Grandin2-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin1-13/+7
2017-07-11loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-07-10simplify some OUString compareTo callsNoel Grandin1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-3/+3
2017-07-09cppcheck: uselessCallsRemoveJochen Nitschke2-6/+6
2017-07-07No language driver in header for dBASEIII/PlusJulien Nabet1-1/+4
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke2-3/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke5-8/+8
2017-07-07tdf#108782 replace std::bind2nd with lambdaJochen Nitschke1-1/+2
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin2-2/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin4-16/+10
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin4-16/+12
2017-07-05new loplugin unnecessaryparenNoel Grandin10-18/+18
2017-07-05loplugin:casttovoid (clang-cl): connectivityStephan Bergmann4-40/+12
2017-07-05loplugin:unusedfields connectivityNoel Grandin17-78/+30
2017-07-04loplugin:unusedfieldsNoel Grandin3-15/+0
2017-07-04loplugin:casttovoidStephan Bergmann1-2/+1
2017-07-03use begin()/end() when working with SequenceNoel Grandin3-6/+6
2017-07-03loplugin:oncevar (clang-cl): connectivityStephan Bergmann3-8/+5
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke3-10/+8
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann31-287/+134
2017-07-02Typo: isCaseSensitveExtension->isCaseSensitiveExtensionJulien Nabet2-2/+2
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane2-41/+85
2017-06-30loplugin:oncevarStephan Bergmann3-56/+28
2017-06-29loplugin:oncevarStephan Bergmann2-9/+5
2017-06-29improve refcounting lopluginNoel Grandin7-8/+8
2017-06-28In DatabaseMetaData::getIndexInfo, isPrimary has always been ignoredStephan Bergmann1-3/+1
2017-06-28connectivity: Fix memory leak at finding non-empty fileTakeshi Abe1-4/+2
2017-06-27In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignoredStephan Bergmann1-7/+0
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-23simplify some string handling in tracing callsNoel Grandin1-1/+1
2017-06-20create comphelper::RefCountedMutexNoel Grandin60-338/+334
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin18-86/+48
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke3-3/+0
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-8/+8
2017-06-14dBASE: put back an array for trailerJulien Nabet2-48/+26
2017-06-14loplugin:redundantcase (clang-cl)Stephan Bergmann1-1/+1
2017-06-13dBASE: remove wrong m_ prefix introduced in a recent commitJulien Nabet2-63/+63