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

Respect move and drop column support

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1518 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2010-05-05 16:27:39 +00:00
parent 7ee5992648
commit da8a1b66b9
6 changed files with 18 additions and 21 deletions

View File

@@ -490,7 +490,7 @@ WHERE sys1.xtype = 'TR' AND sys2.name = " . $connection->quote($table)
}
function support($feature) {
return ereg('^(trigger)$', $feature); //! view|routine|
return ereg('^(trigger|drop_col)$', $feature); //! view|routine|
}
$driver = "mssql";