For a parameterised date, the value NOW() is not allowed (it gets turned into a literal string and makes postgres choke), however 'now'
is allowed as a parameter, and has the same effect.
For a parameterised date, the value NOW() is not allowed (it gets turned into a literal string and makes postgres choke), however 'now'
is allowed as a parameter, and has the same effect.