[kernel 0000571]: REGEX \A doesn't work

jda jda at his.com
Sun Mar 20 10:11:37 CST 2005


This note is correct -- escaping \A works.

BUT, when I try all the other REGEX commnds, like \Z or \b, they work 
with whether or not they are escaped!

So it seems like this is a bug with \A. No?

Jon


>A NOTE has been added to this issue.
>======================================================================
><http://paradigma.ukrcom.kherson.ua/bt/view.php?id=571>
>======================================================================
>Reported By:                Jon Ashwell
>Assigned To:                Serge
>======================================================================
>Project:                    kernel
>Issue ID:                   571
>Category:                   SQL Parser
>Reproducibility:            always
>Severity:                   minor
>Priority:                   normal
>Status:                     assigned
>======================================================================
>Date Submitted:             03-20-2005 00:35 EET
>Last Modified:              03-20-2005 10:03 EET
>======================================================================
>Summary:                    REGEX \A doesn't work
>Description:
>I have a field containg 'abc'
>
>This search works:
>
>SELECT * FROM thereferences WHERE user1 REGEX 'abc'
>
>but this fails:
>
>SELECT * FROM thereferences WHERE user1 REGEX '\Aabc'
>
>This worked in V1 (and I believe earlier in the V2 betas). File sent to
>Ruslan.
>
>======================================================================
>
>----------------------------------------------------------------------
>  Serge - 03-20-05 10:03
>----------------------------------------------------------------------
>You should call Valentina.EscapeString() for string '\Aabc'.
>
>Issue History
>Date Modified  Username       Field                    Change             
>======================================================================
>03-20-05 00:35 Jon Ashwell    New Issue                                   
>03-20-05 10:03 Serge          Note Added: 0000377                         
>======================================================================



More information about the Valentina-beta mailing list