Domingo Alvarez Duarte wrote:
> This assumption is a bit naive :
>
>> In SQLite, this cannot happen because queries execute infinitely fast
>> (as far as the built-in date/time functions are concerned).

Nonetheless it's true.

<http://www.sqlite.org/releaselog/3_8_1.html> says:
| the current time (ex: julianday('now')) is always the same for multiple
| function invocations within the same sqlite3_step() call.


Regards,
Clemens

Reply via email to