madcorp / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

SqlExp problems with quote in postgresql #873

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I post a issue : Follow to the issue 
http://code.google.com/p/zfdatagrid/issues/detail?id=697

By default search value give > 'value'

You add a possibility for SQL EXP to make searchSqlQuote=>false to desactivate 
the quotes but when we activate it, it done :
> ''
instead
> value
So every search is empty

I think you've made a mistake, just deleting the value instead of the quotes 
could you correct for next version ?

THANKS

Original issue reported on code.google.com by sebastie...@gmail.com on 24 Jul 2012 at 2:14