8
0
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:
asfernandes 2006-05-18 13:28:54 +00:00
parent 9154d95332
commit d522ae1c6e

View File

@ -152,7 +152,7 @@ public:
void reset() {
offset = 0;
result = false;
result = (pattern_len == 0);
}
bool getResult() {