https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905
--- Comment #13 from David Cook <[email protected]> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #10) > It uses database triggers instead of CHECK constraints > because CHECK constraints with subqueries are not portable > between MySQL/MariaDB and PostgreSQL. I think that one of these days we need to admit that Koha will only ever work with MySQL/MariaDB. I think we still have quite a few MySQLisms and introduce new ones sometimes too. That said, just because MySQLisms exist doesn't mean that we have to add more. It's an interesting point avoiding CHECK with subqueries because of lack of portability... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
