Hacker News new | ask | show | jobs
by jacques_chester 5413 days ago
IMO the short answer is: no.

Most opensource software that uses MySQL is riddled with MySQLisms.

1 comments

Many forks exists to deal with this situation http://en.wikipedia.org/wiki/MySQL#Forks
You don't need fork for that — just enable ANSI mode.

The problem is that MySQL-based software doesn't do that and relies on the default "quirks" mode.