Fixed Bug #1388106: using the IN operator when selecting data
authormr-russ <mr-russ>
Thu, 5 Apr 2007 11:30:03 +0000 (11:30 +0000)
committermr-russ <mr-russ>
Thu, 5 Apr 2007 11:30:03 +0000 (11:30 +0000)
commit822237893a09eae67a679ae94ccc1df874f9f1fa
tree3f3a42ce2cb78021d86dcb28543539353cf7c32f
parent1abb8fc4837cf63451cceede1d323f9da4258a33
Fixed Bug #1388106: using the IN operator when selecting data

Fix IN/NOT IN to accept text input lists 'a','b'.
Escaping of the input value is not done when you use IN, it's expected that you complete that.
HISTORY
classes/database/Postgres.php