Hacker News new | ask | show | jobs
by cmdkeen 3976 days ago
No. It's perfectly possible to create queries via an ORM which work with one database engine but fail in another - whilst not SQLite and Postgres I've managed to do this several times with Entity Framework and Oracle trying to use CROSS APPLY thinking it is connecting to MS SQL Server.
1 comments

Its perfectly possible to create queries that work with configuration of the same database and fail in the other.