summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-117/+117
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-6/+6
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-5/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-14boost->stdCaolán McNamara1-2/+2
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann1-2/+0
2015-09-03warning: nonterminal usesless in grammarStephan Bergmann1-13/+1
2015-09-03warning: nonterminal usesless in grammarStephan Bergmann1-1/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-20/+20
2015-08-11loplugin: defaultparamsNoel Grandin2-3/+3
2015-06-08loplugin:staticmethodsStephan Bergmann2-10/+10
2015-06-08Revert "loplugin:staticmethods"Jan Holesovsky2-10/+10
2015-06-08loplugin:staticmethodsStephan Bergmann2-10/+10
2015-05-29loplugin:loopvartoosmallNoel Grandin2-5/+5
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini3-24/+0
2015-04-23loplugin:staticmethodsNoel Grandin2-4/+4
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls1-0/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-7/+7
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-18boost->stdCaolán McNamara1-6/+6
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-1/+1
2015-02-05BOOST_STATIC_ASSERT->static_assert and drop some includesCaolán McNamara1-2/+1
2015-01-28janitorialLionel Elie Mamane1-1/+1
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane1-2/+3
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2-12/+15
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-4/+4
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-6/+6
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-6/+6
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-27coverity#1249674 Missing break in switchCaolán McNamara1-0/+1
2014-10-25coverity#1202804 Explicit null dereferencedCaolán McNamara1-4/+3
2014-10-09fdo#84073: change ODBC/JDBC escapes to lowercaseJulien Nabet1-0/+8
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-26connectivity: typoMichael Stahl1-1/+1
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane2-3/+3
2014-09-26implement --with-system-odbc on windowsNoel Grandin2-3/+3
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud2-24/+47
2014-08-18fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane1-2/+2
2014-07-19fdo#81336 bison priority increase with bigger numberLionel Elie Mamane1-4/+4
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin1-3/+3
2014-07-07WaE: enumeration values not handled in switchTor Lillqvist1-0/+2
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-3/+1
2014-07-03JOINs are left-associativeLionel Elie Mamane1-1/+2
2014-07-02SAL_WARN->assertCaolán McNamara1-1/+1
2014-06-25remove spurious com::sun::star::chaosMichael Stahl1-1/+1