summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse
Commit message (Collapse)AuthorAgeFilesLines
* WaE: 'Intl_TokenID' defined but not usedDavid Tardon2012-05-291-7/+0
| | | | Change-Id: I38f4d68c83f5c56579c11cf5e7a5f647898867d1
* WaE: 'void yy_fatal_error(const char*)' defined but not usedDavid Tardon2012-05-291-0/+1
| | | | Change-Id: I2709c908f623ae23a0724a6ef8c557583691e03f
* WaE: deprecated conversion from string constant to 'char*'David Tardon2012-05-291-1/+5
| | | | Change-Id: If087898c20a5a77e9dddedbbfad9f0aefc70024f
* WaE: #pragma system_header ignored outside include fileDavid Tardon2012-05-291-3/+1
| | | | Change-Id: Ieea97c80b2a9844d9d2d6fc0fb84d7071b7193b2
* WaE: the address of 'yytname' will always evaluate as 'true'David Tardon2012-05-291-1/+1
| | | | Change-Id: I6e39870bd5fea3bebb0f6f9ecf4ba5e68b4a9d5c
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-05-291-1/+1
| | | | Change-Id: I32423e8334938b356f0f2a6c5a81e176bbd308c0
* WaE: #pragma system_header ignored outside include fileDavid Tardon2012-05-291-3/+1
| | | | Change-Id: I4e5e7a42f16323d8cfd9f6dbe89f27d78d6c6348
* connectivity: convert dbt to gbuildPeter Foley2012-05-291-0/+5
|
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-211-2/+0
| | | | Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1
* ppc: yyinput returns a int, truncating to (unsigned)char does't workCaolán McNamara2012-05-141-9/+9
| | | | | | | | | retain this as an int so that on platforms where char is unsigned we don't mangle the value and get this all wrong. Fixes database opening tables on ppc if -fsigned-char is removed Change-Id: I66f0c6b1b19191595f8b348377579f2daabf7ada
* Remove unused code in sqlnodeSantiago Martinez2012-03-291-41/+0
|
* removed duplicate includes in connectivityTakeshi Abe2012-03-291-3/+0
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* Finish translating connectivity, fix some whitespacePhilipp Weissenbacher2012-03-051-1/+1
|
* Translate German comments, fix some whitespacePhilipp Weissenbacher2012-03-051-2/+2
|
* Translate German comments.Philipp Weissenbacher2012-03-012-121/+117
|
* fdo#46206 accept an arbitrary query for INSERTLionel Elie Mamane2012-02-171-1/+1
|
* fdo#46198: NULL is a perfectly fine general_valueLionel Elie Mamane2012-02-171-2/+1
|
* Also teach "foo IS [NOT] bar" to our SQL parser (when bar is not NULL)Lionel Elie Mamane2012-01-171-0/+6
| | | | Syntax supported by at least SQLite.
* fdo#44813: teach "IS (NOT) DISTINCT FROM" to our SQL parserLionel Elie Mamane2012-01-171-1/+9
|
* Fix for fdo43460 Part IX getLength() to isEmpty()Olivier Hallot2011-12-173-31/+31
| | | | | | Part IX Module connectivity
* childs -> childrenMichael T. Whiteley2011-12-081-1/+1
|
* fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora2011-12-011-5/+5
|
* Remove uses of charAtAugust Sodora2011-12-011-6/+6
|
* remove include of pch header in connectivityNorbert Thiebaud2011-11-276-12/+0
|
* only used with higher debug levelCaolán McNamara2011-11-191-1/+2
|
* callcatcher: remove some unused codeCaolán McNamara2011-11-191-1/+1
|
* factorise multiple SQL_ISRULEOR2 implementations into oneLionel Elie Mamane2011-10-301-4/+0
|
* Small fix OParseNode->OSQLParseNodeJulien Nabet2011-10-301-1/+1
|
* Errors in commentsLionel Elie Mamane2011-10-302-2/+2
|
* translate commentsLionel Elie Mamane2011-10-301-3/+3
|
* Return proper UNKNOWN_RULE instead of 0 for unknown ruleLionel Elie Mamane2011-10-301-1/+1
| | | | | also make unknown rule -1 to better separate it Before, an unknown rule actually went to 0 == OSQLParser::select_statement
* 8.5 is not an integer, but an approxnumLionel Elie Mamane2011-10-301-3/+3
|
* WaE: deletion of pointer to incomplete type; no destructor calledTor Lillqvist2011-10-041-13/+0
| | | | | | | Move the struct OSQLParser_Data definition to the sqlparse.hxx header. A somewhat ugly workaround for warning C4150: deletion of pointer to incomplete type 'connectivity::OSQLParser_Data'; no destructor called.
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-1/+1
|
* Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")Jenei Gábor2011-09-031-1/+65
| | | | | | | | | | | | | The SQL parser implementation does not handle comments. Temporarily remove "-- ..." and "// ..." end-of-line comments and "/* ... */" inline comments of a query and append comments after recomposition of the query. NOTE: The original comment positions are not preserved, all comments are appended to the query! Based on the original patch further development was done for inline comments and preserving comments' line order.
* callcatcher: ditch some more methodsCaolán McNamara2011-08-081-6/+0
|
* fix compile with Bison 2.5Kelly Anderson2011-05-311-1/+1
| | | | Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-285-38/+515
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx basic/inc/basic/sbxdef.hxx basic/source/classes/sbxmod.cxx basic/source/comp/makefile.mk basic/source/comp/sbcomp.cxx basic/source/inc/namecont.hxx basic/source/inc/scriptcont.hxx basic/source/runtime/methods.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step1.cxx basic/source/uno/namecont.cxx basic/util/makefile.mk connectivity/source/commontools/predicateinput.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/file/fcomp.cxx connectivity/source/drivers/jdbc/JConnection.cxx connectivity/source/drivers/odbcbase/OResultSet.cxx connectivity/source/drivers/odbcbase/OStatement.cxx connectivity/source/parse/sqlnode.cxx desktop/source/app/app.cxx drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx drawinglayer/source/processor2d/vclprocessor2d.cxx formula/inc/formula/token.hxx formula/source/core/api/token.cxx fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx fpicker/source/win32/filepicker/platform_vista.h framework/source/helper/persistentwindowstate.cxx framework/source/uielement/menubarmanager.cxx oovbaapi/ooo/vba/XFoundFiles.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/msforms/XCheckBox.idl oovbaapi/ooo/vba/msforms/XComboBox.idl oovbaapi/ooo/vba/msforms/XControl.idl oovbaapi/ooo/vba/msforms/XGroupBox.idl oovbaapi/ooo/vba/msforms/XLabel.idl oovbaapi/ooo/vba/msforms/XListBox.idl oovbaapi/ooo/vba/msforms/XNewFont.idl oovbaapi/ooo/vba/msforms/XRadioButton.idl oovbaapi/ooo/vba/msforms/XTextBox.idl oovbaapi/ooo/vba/msforms/XToggleButton.idl scripting/source/dlgprov/dlgevtatt.cxx sfx2/source/control/unoctitm.cxx sfx2/source/doc/objstor.cxx sfx2/source/doc/objxtor.cxx svx/inc/svx/svdograf.hxx svx/source/form/fmpage.cxx svx/source/form/fmpgeimp.cxx svx/source/svdraw/svdedtv.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdouno.cxx svx/source/xml/xmlgrhlp.cxx uui/source/iahndl-ssl.cxx vbahelper/Library_msforms.mk vbahelper/Library_vbahelper.mk vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/source/msforms/vbacombobox.cxx vbahelper/source/msforms/vbacontrol.cxx vbahelper/source/msforms/vbacontrols.cxx vbahelper/source/msforms/vbaframe.cxx vbahelper/source/msforms/vbaframe.hxx vbahelper/source/msforms/vbalabel.cxx vbahelper/source/msforms/vbalabel.hxx vbahelper/source/msforms/vbalistbox.cxx vbahelper/source/msforms/vbalistbox.hxx vbahelper/source/msforms/vbamultipage.cxx vbahelper/source/msforms/vbatogglebutton.cxx vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/vbacommandbar.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbacommandbarcontrols.hxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/source/vbahelper/vbawindowbase.cxx xmloff/source/meta/xmlmetai.cxx xmloff/source/style/PageMasterExportPropMapper.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/text/txtexppr.cxx xmloff/source/text/txtprmap.cxx
| * Automated merge with ssh://hg.services.openoffice.org/cws/dba34cOcke Janssen [oj]2011-01-102-9/+16
| |\
| | * dba34c: #i110584# fix for FN escape function and check if table name is emptyOcke Janssen [oj]2011-01-052-9/+16
| | |
| * | dba34c: mergeFrank Schoenheit [fs]2011-01-071-2/+1
| |\ \ | | |/ | |/|
| | * dba34c: pulled/merged latest changes from CWS dba34bFrank Schoenheit [fs]2011-01-071-1/+9
| | |\
| * | | dba34c: #i108229# check for correct token idOcke Janssen [oj]2011-01-041-9/+9
| | | |
| * | | dba34c: #i20306# support for window function and limit fetch first, ... addedOcke Janssen [oj]2011-01-043-15/+487
| | | |
| * | | dba34c: fix for cast and char compareOcke Janssen [oj]2011-01-031-1/+10
| |/ /
| * | dba34c: #i103425# allow datediff with 2 args as wellOcke.Janssen2010-12-021-4/+2
| | |
| * | dba34c: #i99979# check if internationalOcke.Janssen2010-12-021-1/+1
| | |
* | | those TRUE->sal_True conversions look really wrongCaolán McNamara2011-04-151-2/+2
| | |
* | | drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-296-0/+0
| | |