[Firebird-devel] Quoting single/double quotes in Trace API

2012-11-23 Thread Jiri Cincura
Hi *, the fbtrace.conf for FB 2.5.2 states: # String values should be enclosed into (any kind of) quotes if contains # spaces embedded, for example: # log_filename 'C:\Documents and Settings\Firebird\My Documents\trace.log' # include_filter Database Stats What if the string contains

Re: [Firebird-devel] Quoting single/double quotes in Trace API

2012-11-23 Thread Vlad Khorsun
the fbtrace.conf for FB 2.5.2 states: # String values should be enclosed into (any kind of) quotes if contains # spaces embedded, for example: # log_filename 'C:\Documents and Settings\Firebird\My Documents\trace.log' # include_filter Database Stats What if the string contains

Re: [Firebird-devel] Quoting single/double quotes in Trace API

2012-11-23 Thread Jiri Cincura
On Fri, Nov 23, 2012 at 3:33 PM, Vlad Khorsun hv...@users.sourceforge.net wrote: Backslash should work for all kind of regexp's (include_filter, exclude_filter, database name pattern). Should the backslash already in RegEx be handled in a specific way? I.e. this is simple: .+' .* -- '.+\' .*'