8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:03:03 +01:00
firebird-mirror/CHANGELOG.md

8.2 KiB

v4.0 Alpha 1 (unreleased)

New features

Improvements

Bugfixes

  • CORE-5545: Wrong syntax with CREATE TRIGGER ... ON used with POSITION
    Contributor(s): Adriano dos Santos Fernandes

  • CORE-5454: INSERT into updatable view without explicit field list failed
    Contributor(s): Adriano dos Santos Fernandes

  • CORE-5408: Result of boolean expression can not be concatenated with string literal
    Contributor(s): Adriano dos Santos Fernandes

  • CORE-5404: Inconsistent column/line references when PSQL definitions return errors
    Contributor(s): Adriano dos Santos Fernandes

  • CORE-5237: Invalid handling of dot (.) and asterisk (*) in config file name and path for include clause
    Contributor(s): Dimitry Sibiryakov

  • CORE-5223: Double dots are prohibited in file names if access is restricted to a list of directories
    Contributor(s): Dimitry Sibiryakov

  • CORE-5141: Field definition allows several NOT NULL clauses
    Contributor(s): Dimitry Sibiryakov

  • CORE-4985: Non-privileged user can implicitly count records in a restricted table
    Contributor(s): Dmitry Yemanov

  • CORE-4701: Index and blob garbage collection don't take into accout data in undo log
    Contributor(s): Dimitry Sibiryakov

  • CORE-4483: Changed data not visible in WHEN-section if exception occured inside SP that has been called from this code
    Contributor(s): Dimitry Sibiryakov

  • CORE-4424: Rollback to wrong savepoint if several exception handlers on the same level are executed
    Contributor(s): Dimitry Sibiryakov