I build a test suite for a program that runs a lot of SQL statements with now()
against a sqlite data base. I would like to mock the sqlite clock --- to test behaviour that is designed to take several days within one second. I do not want to touch the system clock.
Is this possible with sqlite?