Welcome Guest, Not a member yet? Register   Sign In
Active Record removes REGEXP conditions in query
#1

[eluser]Unknown[/eluser]
im trying to execute this condition but codeigniter removes '|' character

field1 REGEXP 'a|b' OR field2 REGEXP 'c|d'

codeigniter changes it to


field1 REGEXP 'a b' OR field2 REGEXP 'c d'




Theme © iAndrew 2016 - Forum software by © MyBB