Buildin function no longer supported in "update or insert" value list
---------------------------------------------------------------------

                 Key: CORE-4081
                 URL: http://tracker.firebirdsql.org/browse/CORE-4081
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 Alpha 1
         Environment: W7/64, WI-T3.0.0.30317 Firebird 3.0 Unstable 
            Reporter: Thomas Beckmann


Consider the following test case:

create table TEST (UID varchar(64));

update or insert into TEST (UID) values (uuid_to_char(gen_uuid())) matching 
(UID);

This leads to "column unknown" in FB3.0 while it works in FB2.5.

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

        

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to