|
From: Sean L. (JIRA) <tr...@fi...> - 2016-09-23 21:06:24
|
CREATE TABLE with multiple COMPUTED columns results in invalid data stored in RDB$Computed_Source
-------------------------------------------------------------------------------------------------
Key: CORE-5357
URL: http://tracker.firebirdsql.org/browse/CORE-5357
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 2.5.6
Reporter: Sean Leyne
Attachments: Table_MultipleComputed.sql
If you execute the attached script and then run the following SQL,
SELECT RDB$FIELD_NAME, RDB$COMPUTED_SOURCE
FROM RDB$FIELDS
you will see that the RDB$Computed_Source for the second COMPUTED column is invalid. This is causing problems when trying to extract the schema metadata to script (or compare same with another database)
--
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
|