Update Gbase

This commit is contained in:
sunkaixuan
2022-08-27 17:49:11 +08:00
parent 295e2b4ba6
commit 17ec5dba52
7 changed files with 251 additions and 15 deletions

View File

@@ -377,6 +377,10 @@ where a.tabtype in ('V') and not (a.tabname like 'sys%') AND a.tabname <>'dual'
public override bool CreateDatabase(string databaseName, string databaseDirectory = null)
{
throw new NotSupportedException();
}
public override void AddDefaultValue(EntityInfo entityInfo)
{
}
public override bool CreateTable(string tableName, List<DbColumnInfo> columns, bool isCreatePrimaryKey = true)
{