mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Update TDengine
This commit is contained in:
parent
68d8e8912d
commit
08fed0fda6
@ -13,7 +13,7 @@ namespace SqlSugar.TDengine
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "SELECT datname FROM pg_database";
|
return "show databases";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
protected override string GetColumnInfosByTableNameSql
|
protected override string GetColumnInfosByTableNameSql
|
||||||
|
Loading…
Reference in New Issue
Block a user