Subject Re: Error "error while compiling regular expression" while using TraceAPI
Author hvlad
--- In firebird-support@yahoogroups.com, Jiri Cincura wrote:
>
> Just in case the trace configuration is:
>
> enabled true
> log_connections true
> connection_id 0

Why do you omit first lines of trace configuration ? I assume you use pattern for database name. In this case, by the rules of regular expressions, you should double escape character embedded in search pattern. And escape character is '\', of course ;)


Regards,
Vlad