This commit is contained in:
2024-12-12 12:10:19 +08:00
parent 7ca732f153
commit f084c171ff
3 changed files with 1023 additions and 957 deletions
+9
View File
@@ -190,6 +190,15 @@ class ActiveQuery extends QueryTrait implements ISqlBuilder
}
/**
* @return string
*/
public function toSql(): string
{
return $this->builder->get();
}
/**
* @return int
* @throws