-
-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Hi *!
SELECT *
FROM rdb$database a
JOIN rdb$database b ON a.rdb$relation_id = b.rdb$relation_id
JOIN rdb$database b ON a.rdb$relation_id = b.rdb$relation_id
Undefined name.
Dynamic SQL Error.
SQL error code = -204.
alias B conflicts with an alias in the same statement.
SQLCODE: -204
SQLSTATE: 08001
GDSCODE: 335544569
Because of this org.firebirdsql.jaybird.xca.FatalErrorHelper.isFatal() returns true for this error and closes the Connection.
(FATAL_SQL_STATE_CLASSES / SQLSTATE_CLASS_CONNECTION_ERROR)
FB 3.x, 4.x and 5.x are all affected.