Access to FB3 via FB4 provider (Engine12.dll)
----------------------------------------------

                 Key: CORE-6306
                 URL: http://tracker.firebirdsql.org/browse/CORE-6306
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 4.0 Beta 2
         Environment: windows,  FB3 : 3.0.4.33054,   FB4:  4.0.0.1963 
            Reporter: Jorge Gonçalves


Strange behavior when accessing an FB3 db:

Some examples: 

isql from firebird 4
C:\Program Files\Firebird\Firebird_4_0>isql.exe fb3 -user SYSDBA -password 
masterkey
Database:  fb3, User: SYSDBA

1---------------------
SQL> select current_user from rdb$database;
Statement failed, SQLSTATE = 42000
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 8
-current_user

2-------------------------------
SQL> select current_date from rdb$database;

             CONSTANT
=====================
   0.0000000006702624

3-------------------------------
SQL> select current_time from rdb$database;

USER
===============================
SYSDBA 

 4-------------------------------  
SQL> select current_timestamp from rdb$database;

ROLE
===============================
NONE


select * from [any table from database] runs ok 


same behavior with isql from fb3



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

       


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to