SqExpress icon indicating copy to clipboard operation
SqExpress copied to clipboard

SqExpress is a sql query builder which allows creating SQL expressions directly in C# code with strong typing and intellisense.

Results 1 SqExpress issues
Sort by recently updated
recently updated
newest added

データベースのDEFAULT_CHARACTER_SET_NAME = utf8mb4で作成。 CreateFixedSizeStringColumn(isUnicode = false) で作成した実際の列はutf8mb4になるが、 database.GetTables()で取得したテーブルのcol.SqlTypeはutf8、IsUnicode == true となる