[web2py] Re: Using regular expressions in DAL queries

2012-02-24 Thread Omri Har-Shemesh
Hi Massimo, I already opened an issueat Google code, its link is in my second e-mail in this discussion. I will add there a link to this discussion. Best, Omri

[web2py] Re: Using regular expressions in DAL queries

2012-02-24 Thread Massimo Di Pierro
Thanks this helps and it should be easy to add this feature. Can you please open a ticket and add a link to your post? On Feb 24, 3:36 am, Omri Har-Shemesh wrote: > I do not know, but I did some internet research and found the following: > > *PostgreSQL*: supports POSIX style regexps, described t

[web2py] Re: Using regular expressions in DAL queries

2012-02-24 Thread Omri Har-Shemesh
I do not know, but I did some internet research and found the following: *PostgreSQL*: supports POSIX style regexps, described to great detail in: http://www.postgresql.org/docs/9.0/static/functions-matching.html *MySQL*: supports a style "which is aimed at conformance with POSIX 1003.2", descri

[web2py] Re: Using regular expressions in DAL queries

2012-02-23 Thread Massimo Di Pierro
Do you know if those engines that support it, have the same regex syntax? On Feb 23, 9:41 am, Omri Har-Shemesh wrote: > I opened an issue:http://code.google.com/p/web2py/issues/detail?id=678 > > Thanks for finding out how this should be done, I don't mind helping > nagging about it ;-) > > Best,

[web2py] Re: Using regular expressions in DAL queries

2012-02-23 Thread Omri Har-Shemesh
I opened an issue: http://code.google.com/p/web2py/issues/detail?id=678 Thanks for finding out how this should be done, I don't mind helping nagging about it ;-) Best, Omri

[web2py] Re: Using regular expressions in DAL queries

2012-02-23 Thread DenesL
My fault for not bugging Massimo about it ;) I suggest opening a ticket in google code referencing the original post, the patch is mostly there.