summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
AgeCommit message (Expand)Author
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
2012-11-02janitorial: use adress-of-value instead of manually repeating typeLionel Elie Mamane
2012-11-02Columns should know their tableLionel Elie Mamane
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin
2012-08-21fdo#53887 ConvertLikeToken(): make escape character properly escape itselfLionel Elie Mamane
2012-08-21Put functions exported by sqlbison.hxx into a .hxx fileLionel Elie Mamane
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
2012-06-27update unused code listCaolán McNamara
2012-06-27callcatcher: remove some unused codeCaolán McNamara
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-22.y files don't need executable bitsMichael Stahl
2012-06-22.l files don't need executable bitsMichael Stahl
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
2012-06-15ancient bison nees %token-table for yytname to be usableChristian Lohmaier
2012-06-13WaE: avoid build break on Mac PPC/XCode 2.5Christian Lohmaier
2012-06-13use commandline parameters instead of bison directives (XCode 2.5)Christian Lohmaier
2012-06-12re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-02cosmetic clean-upNorbert Thiebaud
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-29connectivity: Mac use bison 2.3 which need a '=' for %file-prefixNorbert Thiebaud
2012-05-29remove unused sourcesDavid Tardon
2012-05-29switch connectivity to gbuildDavid Tardon
2012-05-29WaE: intialization orderDavid Tardon
2012-05-29WaE: 'Intl_TokenID' defined but not usedDavid Tardon
2012-05-29WaE: 'void yy_fatal_error(const char*)' defined but not usedDavid Tardon
2012-05-29WaE: deprecated conversion from string constant to 'char*'David Tardon
2012-05-29WaE: #pragma system_header ignored outside include fileDavid Tardon
2012-05-29WaE: the address of 'yytname' will always evaluate as 'true'David Tardon
2012-05-29WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-05-29WaE: #pragma system_header ignored outside include fileDavid Tardon
2012-05-29connectivity: convert dbt to gbuildPeter Foley
2012-05-21removed unused temporary rtl::OUStringTakeshi Abe
2012-05-14ppc: yyinput returns a int, truncating to (unsigned)char does't workCaolán McNamara
2012-03-29Remove unused code in sqlnodeSantiago Martinez
2012-03-29removed duplicate includes in connectivityTakeshi Abe
2012-03-21chmod -xTor Lillqvist
2012-03-05Finish translating connectivity, fix some whitespacePhilipp Weissenbacher
2012-03-05Translate German comments, fix some whitespacePhilipp Weissenbacher
2012-03-01Translate German comments.Philipp Weissenbacher
2012-02-17fdo#46206 accept an arbitrary query for INSERTLionel Elie Mamane
2012-02-17fdo#46198: NULL is a perfectly fine general_valueLionel Elie Mamane
2012-01-17Also teach "foo IS [NOT] bar" to our SQL parser (when bar is not NULL)Lionel Elie Mamane
2012-01-17fdo#44813: teach "IS (NOT) DISTINCT FROM" to our SQL parserLionel Elie Mamane