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