Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
Normal
Description
insert into some_table (id,time) values (?,now())
On the example above now() will always have the same value, it should probably be evaluated at "query" time and not at prepare time.