sqlite: Can I mock the current time `now()` for testing? -


i build test suite program runs lot of sql statements now() against sqlite data base. mock sqlite clock --- test behaviour designed take several days within 1 second. not want touch system clock.

is possible sqlite?

sqlite's built-in functions can redefined sqlite3_create_function.

[edit yaakov belch --- additional information:]


Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -