summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse/sqlbison.y
Commit message (Expand)AuthorAgeFilesLines
* connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-311-6/+7
* tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2018-01-021-2/+2
* tdf#39468 Translate German commentsJens Carl2017-03-291-10/+10
* no special support for MACOSX PPC in master for a while nowCaolán McNamara2017-01-171-2/+0
* New loplugin:externvar: connectivityStephan Bergmann2017-01-091-0/+2
* Fix loplugin warnings in sqlbison.yStephan Bergmann2017-01-041-31/+31
* com::sun::star->css in connectivityNoel Grandin2016-05-301-1/+1
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-081-1/+1
* convert SQLNodeType to scoped enumNoel Grandin2016-02-251-242/+242
* convert InternationalKeyCode to scoped enumNoel Grandin2016-02-251-49/+49
* convert ErrorCode to scoped enumNoel Grandin2016-02-251-19/+19
* Fix typosAndrea Gelmini2015-09-301-1/+1
* warning: nonterminal usesless in grammarStephan Bergmann2015-09-031-13/+1
* warning: nonterminal usesless in grammarStephan Bergmann2015-09-031-1/+3
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-11/+0
* fdo#84073: change ODBC/JDBC escapes to lowercaseJulien Nabet2014-10-091-0/+8
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-1/+1
* fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane2014-09-261-1/+1
* implement --with-system-odbc on windowsNoel Grandin2014-09-261-1/+1
* fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud2014-09-041-24/+46
* fdo#82427 disambiguate "NOT LIKE 'foo'"Lionel Elie Mamane2014-08-181-2/+2
* fdo#81336 bison priority increase with bigger numberLionel Elie Mamane2014-07-191-4/+4
* JOINs are left-associativeLionel Elie Mamane2014-07-031-1/+2
* remove spurious com::sun::star::chaosMichael Stahl2014-06-251-1/+1
* connectivity: sal_Bool->boolNoel Grandin2014-04-011-4/+4
* Remove visual noise from connectivityAlexander Wilms2014-02-271-29/+29
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-131-6/+2
* fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane2013-12-071-27/+17
* sqlbison.y string clean-upStephan Bergmann2013-11-261-129/+69
* windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-1/+1
* Fix warnings in sqlflex.l, sqlbison.yStephan Bergmann2013-10-021-5/+1
* translate german comments in sqlbison.yMichael Stahl2013-09-131-12/+8
* fix Apple g++ 4.2.1 unused function warning in sqlbison.yMichael Stahl2013-09-131-18/+31
* connectivity bison/flex: get rid on unnecessary static OUString()Norbert Thiebaud2013-07-111-15/+13
* Further fallout from the connectivity SQL parser changesTor Lillqvist2013-07-101-3/+3
* Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stageTor Lillqvist2013-07-101-1/+1
* WaE: unused functionsTor Lillqvist2013-07-101-0/+5
* make aEmptyString constLionel Elie Mamane2013-07-101-1/+1
* make SQL grammar Generalised LRLionel Elie Mamane2013-07-101-205/+206
* remove unused constLionel Elie Mamane2013-04-261-5/+0
* demote OSQLParser::RuleIDToRule failure to INFOLionel Elie Mamane2013-04-151-1/+1
* janitorial: indentationLionel Elie Mamane2013-04-101-10/+11
* remove external include guardsThomas Arnhold2013-03-251-38/+1
* Revert "cleanup sqlflex and sqlbison options"Kohei Yoshida2013-03-151-4/+0
* cleanup sqlflex and sqlbison optionsPeter Foley2013-03-151-0/+4
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-091-5/+5
* make use of startsWith()Thomas Arnhold2013-03-081-1/+1
* OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane2013-01-231-1/+12
* fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2012-09-171-1/+1
* fdo#53887 ConvertLikeToken(): make escape character properly escape itselfLionel Elie Mamane2012-08-211-9/+25