mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 20:49:31 +08:00
Update DuckDb
This commit is contained in:
parent
b4f5310db8
commit
4876fc8f9d
@ -9,6 +9,10 @@ namespace SqlSugar.DuckDB
|
||||
{
|
||||
base.DbMehtods = new DuckDBMethod();
|
||||
}
|
||||
public override string GetLimit()
|
||||
{
|
||||
return " LIMIT 1 OFFSET 0 ";
|
||||
}
|
||||
public override string SqlTranslationLeft
|
||||
{
|
||||
get
|
||||
|
Loading…
Reference in New Issue
Block a user