]> git.joonet.de Git - adminer.git/commit
Fixes foreign key pattern in MySQL
authorJared Brandt <jrdbrndt@gmail.com>
Thu, 17 May 2018 11:56:35 +0000 (05:56 -0600)
committerJakub Vrana <jakub@vrana.cz>
Sun, 15 Jul 2018 18:51:09 +0000 (20:51 +0200)
commite959e46fa50e08550d1ce0c6cd33e780d602dc17
tree8f30a589a937ca836dde7048dbf651f680ed0b5f
parentbb3d2957e1227fc8ea484e2af1a5a2a7471b73c5
Fixes foreign key pattern in MySQL

Foreign keys are not displaying in MySQL when ANSI_QUOTES is enabled because the preg_match_all() is looking specifically for backticks. This fix allows for double quotes as well, so foreign keys are recognized even when ANSI_QUOTES is enabled.
adminer/drivers/mysql.inc.php
changes.txt