Rewrite ANSI function names to MSSQL variants

Issue #479 resolved
paj created an issue

MSSQL does not use the ANSI names for some functions (e.g. current_date, length) and this causes some unit tests to fail. Here is a patch that makes it rewrite some of these.

Comments (4)

  1. Log in to comment