mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +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() {
|
void reset() {
|
||||||
offset = 0;
|
offset = 0;
|
||||||
result = false;
|
result = (pattern_len == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool getResult() {
|
bool getResult() {
|
||||||
|
Loading…
Reference in New Issue
Block a user