Losing a comment to the view
----------------------------

                 Key: CORE-5253
                 URL: http://tracker.firebirdsql.org/browse/CORE-5253
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 3.0.0
         Environment: Firebird-3.0.1.32525-0_x64
            Reporter: Alex Bekhtin


SQL> create view test_view(id) as select 1 from rdb$database;
SQL> show view test_view;
ID                              INTEGER Expression
View Source:
==== ======
select 1 from rdb$database
SQL> alter view test_view(id) as select 1 from rdb$database rows 500;
SQL> show view test_view;
ID                              INTEGER Expression
View Source:
==== ======
select 1 from rdb$database rows 500
SQL> alter view test_view(id) as select 1 from rdb$database --rows 500
CON> ;
SQL> show view test_view;
ID                              INTEGER Expression
View Source:
==== ======
select 1 from rdb$database

"--rows 500" is lost

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to