1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

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>`
This commit is contained in:
Joe Koop
2022-10-28 20:05:58 -05:00
committed by Jakub Vrana
parent f652ff807e
commit 550289de51
9 changed files with 89 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.16.1-dev";
$VERSION = "4.17.0-dev";