Latest builds of Firebird 4.0 cannot backup DB with generators which contains 
space in the names
------------------------------------------------------------------------------------------------

                 Key: CORE-5855
                 URL: http://tracker.firebirdsql.org/browse/CORE-5855
             Project: Firebird Core
          Issue Type: Bug
          Components: GBAK
    Affects Versions: 4.0 Beta 1
            Reporter: bazilio


1. Try to create following database from the script.

SET SQL DIALECT 3;

SET NAMES UTF8;

SET CLIENTLIB 'Firebird_4_0\fbclient.dll';

CREATE DATABASE 'D:\temp\test.fdb'
USER 'SYSDBA' PASSWORD 'masterkey'
PAGE_SIZE 4096
DEFAULT CHARACTER SET UTF8 COLLATION UTF8;

CREATE GENERATOR "NEW GENERATOR" START WITH 0 INCREMENT BY 1;
SET GENERATOR "NEW GENERATOR" TO 0;

2. Try to backup that databae. You wiil get error message 
Invalid token.
SQL error state =42000
Dynamic SQL Error.
SQL error code = -104.
Token unknown - line 1, column 28.


-- 
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

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to