Is there an in memory database that supports the DATE function?

Posted by Chris J on Stack Overflow See other posts from Stack Overflow or by Chris J
Published on 2010-05-02T14:50:04Z Indexed on 2010/05/02 14:58 UTC
Read the original article Hit count: 156

Filed under:
|

Hi,

I am doing some unit testing for a DAO that works with postgresql. Some of the SQL queries that my DAO uses involve the DATE function. Is there an in-memory database that supports functions similar to the ones that postgresql does?

Currently I am looking for support for the DATE function however, I obviously can see myself using other functions in the future.

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about unit-testing