]> git.joonet.de Git - adminer.git/commit
MySQL: Support CHECK constraint
authorJoe Koop <joe@joekoop.com>
Sat, 29 Oct 2022 01:05:58 +0000 (20:05 -0500)
committerJakub Vrana <jakub@vrana.cz>
Sat, 22 Feb 2025 19:37:59 +0000 (20:37 +0100)
commit550289de512ddc51a7f350aed5b08b2df4b236ab
treec9b67da1c994c5d2466174539a464351ee70f70c
parentf652ff807e72ea0ac021fcd86d61c8c311f7437f
MySQL: Support CHECK constraint

added list of check constraints to mysql table view

added create, alter, drop check constraints (mysql)

chore: use the correct function to sql-escape

fix: feature detection for check constraints (mysql)

fix: get check constraint info (mysql)

correct the capitalization of a section title

to be consistent with the other section titles

added a missing `</thead>`
adminer/check.inc.php [new file with mode: 0644]
adminer/drivers/mysql.inc.php
adminer/include/version.inc.php
adminer/index.php
adminer/lang/cs.inc.php
adminer/lang/xx.inc.php
adminer/table.inc.php
changes.txt
todo.txt