Which may be useful in conjunction with WAIT_UNTIL. The time will be that on the machine on which execsql will be executing.
Alternatively, a view could be created that returns a row if the server's clock time is past the specified time, and no row is returned otherwise; then the HASROWS() conditional can be used to equivalent effect.
Which may be useful in conjunction with WAIT_UNTIL. The time will be that on the machine on which execsql will be executing.
Alternatively, a view could be created that returns a row if the server's clock time is past the specified time, and no row is returned otherwise; then the HASROWS() conditional can be used to equivalent effect.