mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Document the blob filter restriction in FB2.
This commit is contained in:
parent
67544ed343
commit
24d11d0b36
@ -177,3 +177,13 @@ itself can override such domain. On the other hand, the field can be given a
|
||||
type directly in whose case the default belongs logically to the field (albeit
|
||||
the information is kept on an implicit domain created behind scenes).
|
||||
|
||||
|
||||
6) New blob filter restriction.
|
||||
(Dmitry Yemanov)
|
||||
|
||||
In FB2, the pair (input subtype, output subtype) must be unique for blob filter
|
||||
declarations. This fix stops ambiguity in deciding which blob filter will be
|
||||
executed to go from input type X to output type Z. If you have such problem in
|
||||
databases created with earlier versions and you have a backup for them that want
|
||||
to restore in FB2, expect to see your database restore being rejected by FB2.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user