Skip to content

Remove duplicated <path-resolved user-defined type name> rule #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions sql-2003-2.bnf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BNF Grammar for ISO/IEC 9075-2:2003 - Database Language SQL (SQL-2003) SQL/Foundation
=====================================================================================

@(#)$Id: sql-2003-2.bnf,v 1.19 2016/07/24 15:30:25 jleffler Exp $
@(#)$Id: sql-2003-2.bnf,v 1.21 2017/10/04 15:15:18 jleffler Exp $

--p
Information taken from the Final Committee Draft (FCD) of ISO/IEC 9075-2:2003.
@@ -1343,8 +1343,6 @@ grammar.

<path-resolved user-defined type name> ::= <user-defined type name>

<path-resolved user-defined type name> ::= <user-defined type name>

<collection type> ::= <array type> | <multiset type>

<array type> ::= <data type> ARRAY [ <left bracket or trigraph> <unsigned integer> <right bracket or trigraph> ]
@@ -5086,7 +5084,7 @@ NOTE 402 - This statement has no effect on any SQL-transactions subsequent to th
If an SQL-transaction is currently active, then set the constraint mode for that SQL-transaction in
the current SQL-session. If no SQL-transaction is currently active, then set the constraint mode for
the next SQL-transaction in the current SQL-session for the SQL-agent.
NOTE 404 This statement has no effect on any SQL-transactions subsequent to this SQL-transaction.
NOTE 404: This statement has no effect on any SQL-transactions subsequent to this SQL-transaction.
--/p

<set constraints mode statement> ::= SET CONSTRAINTS <constraint name list> { DEFERRED | IMMEDIATE }
16 changes: 7 additions & 9 deletions sql-2003-2.bnf.html
Original file line number Diff line number Diff line change
@@ -16,9 +16,9 @@ <h1> BNF Grammar for ISO/IEC 9075-2:2003 - Database Language SQL (SQL-2003) SQL/
<br>

<p><font color=green><i><small>
Derived from file sql-2003-2.bnf version 1.19 dated 2016/07/24 15:30:25
Derived from file sql-2003-2.bnf version 1.21 dated 2017/10/04 15:15:18
<br>
Generated on 2017-01-17 05:18:34+00:00 by file bnf2html.pl version 3.12 dated 2016/04/18 05:13:47
Generated on 2017-10-04 15:17:56+00:00 by file bnf2html.pl version 3.12 dated 2016/04/18 05:13:47
</small></i></font></p>

<p>
@@ -742,8 +742,6 @@ <h3> 6.1 <a href='#data type'>&lt;data type&gt;</a> (p161)

<p><a href="#xref-path-resolved user-defined type name" name="path-resolved user-defined type name"> &lt;path-resolved user-defined type name&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href='#user-defined type name'>&lt;user-defined type name&gt;</a>

<p><a href="#xref-path-resolved user-defined type name" name="path-resolved user-defined type name"> &lt;path-resolved user-defined type name&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href='#user-defined type name'>&lt;user-defined type name&gt;</a>

<p><a href="#xref-collection type" name="collection type"> &lt;collection type&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href='#array type'>&lt;array type&gt;</a> | <a href='#multiset type'>&lt;multiset type&gt;</a>

<p><a href="#xref-array type" name="array type"> &lt;array type&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href='#data type'>&lt;data type&gt;</a> <a href="#xref-ARRAY"> ARRAY </a> [ <a href='#left bracket or trigraph'>&lt;left bracket or trigraph&gt;</a> <a href='#unsigned integer'>&lt;unsigned integer&gt;</a> <a href='#right bracket or trigraph'>&lt;right bracket or trigraph&gt;</a> ]
@@ -3844,7 +3842,7 @@ <h3> 16.3 <a href='#set constraints mode statement'>&lt;set constraints mode sta
If an SQL-transaction is currently active, then set the constraint mode for that SQL-transaction in
the current SQL-session. If no SQL-transaction is currently active, then set the constraint mode for
the next SQL-transaction in the current SQL-session for the SQL-agent.
NOTE 404 This statement has no effect on any SQL-transactions subsequent to this SQL-transaction.
NOTE 404: This statement has no effect on any SQL-transactions subsequent to this SQL-transaction.
</p>

<p><a href="#xref-set constraints mode statement" name="set constraints mode statement"> &lt;set constraints mode statement&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href="#xref-SET"> SET </a> <a href="#xref-CONSTRAINTS"> CONSTRAINTS </a> <a href='#constraint name list'>&lt;constraint name list&gt;</a> { <a href="#xref-DEFERRED"> DEFERRED </a> | <a href="#xref-IMMEDIATE"> IMMEDIATE </a> }
@@ -13085,16 +13083,16 @@ <h2> Cross-Reference Table: Keywords </h2>
<a href="#object name"> &lt;object name&gt; </a>
</td>
</tr>
<tr> <td> <a name="xref-double"> </a> double </td>
<td> <a href="#C numeric variable"> &lt;C numeric variable&gt; </a>
</td>
</tr>
<tr> <td> <a name="xref-DOUBLE"> </a> DOUBLE </td>
<td> <a href="#approximate numeric type"> &lt;approximate numeric type&gt; </a>
<a href="#Fortran type specification"> &lt;Fortran type specification&gt; </a>
<a href="#reserved word"> &lt;reserved word&gt; </a>
</td>
</tr>
<tr> <td> <a name="xref-double"> </a> double </td>
<td> <a href="#C numeric variable"> &lt;C numeric variable&gt; </a>
</td>
</tr>
<tr> <td> <a name="xref-DOUBLE_PRECISION"> </a> DOUBLE_PRECISION </td>
<td> <a href="#Ada qualified type specification"> &lt;Ada qualified type specification&gt; </a>
<a href="#Ada unqualified type specification"> &lt;Ada unqualified type specification&gt; </a>