CVSROOT:        /cvs/gnome
Module name:    ooo-build
Changes by:     tml     06/02/07 08:31:06

Modified files:
        .              : ChangeLog 
Added files:
        patches/evo2   : evo2-like-except.diff 

Log message:
2006-02-07  Tor Lillqvist  <[EMAIL PROTECTED]>

* patches/evo2/evo2-like-except.diff: Fix two minor problems in
the evoab2 connectivity:

A WHERE expressions of the form
field   like 'foo%'
was translated into the Evolution addressbook sexp
(endswith field "foo")
while it should be translated into
(beginswith field "foo")
and correspondingly for '%foo'.

The handling of LIKE patterns that can't be handled by the
evoab2 driver (a wildcard in the middle of the pattern, or
several wildcards) was wrong.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=ooo-build&who=tml&date=explicit&mindate=2006-02-07%2008:30&maxdate=2006-02-07%2008:32

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to