I have an ADO.NET program that uses the MSSQL getdate function. I can reconfigure this application to use arbitrary ADO.NET providers, but for nontechnical reasons I can't easily change its code to eliminate use of this function. I'd like to test the program against SQLite, but without getdate...