mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Fix FB2 regression - '' CONTAINING '' should return true - thanks to Arno
This commit is contained in:
parent
9154d95332
commit
d522ae1c6e
@ -152,7 +152,7 @@ public:
|
||||
|
||||
void reset() {
|
||||
offset = 0;
|
||||
result = false;
|
||||
result = (pattern_len == 0);
|
||||
}
|
||||
|
||||
bool getResult() {
|
||||
|
Loading…
Reference in New Issue
Block a user