MySQL: Check for case-sensitivity

This commit is contained in:
Sebastiaan Janssen
2013-02-25 13:14:26 -01:00
parent 7498b2f994
commit f3621aa743
5 changed files with 45 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ namespace Umbraco.Core.Persistence.SqlSyntax
string FormatTableRename(string oldName, string newName);
bool SupportsClustered();
bool SupportsIdentityInsert();
bool? SupportsCaseInsensitiveQueries(Database db);
IEnumerable<string> GetTablesInSchema(Database db);
IEnumerable<ColumnInfo> GetColumnsInSchema(Database db);
IEnumerable<Tuple<string, string>> GetConstraintsPerTable(Database db);