diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-25 06:41:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-25 06:41:22 +0000 |
commit | 3431bcc97f316a522787ccf9fc489834f236cc76 (patch) | |
tree | fc41c03ed7956c85e0ebb57df9f38a4f047c9cc6 /connectivity/source/parse | |
parent | e65d55a986226c992d81273e19ba25e8f859b941 (diff) |
INTEGRATION: CWS dba30g (1.65.16); FILE MERGED
2008/07/22 07:18:39 fs 1.65.16.1: copying following changes from CWS dba30h to CWS dba30g:
2008/07/21 09:11:14 fs 1.65.14.1: #i91857#
Diffstat (limited to 'connectivity/source/parse')
-rw-r--r-- | connectivity/source/parse/sqlbison.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y index a22953fe0ef1..0c8004c68896 100644 --- a/connectivity/source/parse/sqlbison.y +++ b/connectivity/source/parse/sqlbison.y @@ -9,7 +9,7 @@ // // $RCSfile: sqlbison.y,v $ // -// $Revision: 1.65 $ +// $Revision: 1.66 $ // // This file is part of OpenOffice.org. // @@ -984,6 +984,7 @@ table_ref: $$->append($2); $$->append($3); } + | joined_table | '{' SQL_TOKEN_OJ joined_table '}' { $$ = SQL_NEW_RULE; |