On Mon, Feb 25, 2013 at 9:27 AM, Mark A. Hershberger mah@everybody.org wrote:
How can we improve the support for databases like PostgreSQL, Oracle, DB2 and MS SQL?
The main issues arise from not keeping these other DBs in mind when writing the queries (and also not using the db layer).
Things like quoting timestamps, more strict adherence to the SQL spec(s), stricter data type checking, etc.