sapiens/SqlFu

Adding support for date-related sql functions

Closed this issue · 2 comments

Currently we are migrating some queries from Entity Framework and among other things we need, is support for functions like dateadd, diffyears, diffdays. Do you have any plans on implementing these?

Not in the near future (too busy).

I've written a tutorial on how to implement builder support for any sql function you want