Audit with AI

This commit is contained in:
2025-11-16 11:37:02 +05:30
parent 551e2123bc
commit 29cddb6389
24 changed files with 1286 additions and 79 deletions

View File

@@ -75,7 +75,7 @@ func (t *Table) Update() UpdateClause {
return qb
}
// Detlete table statement
// Delete table statement
func (t *Table) Delete() DeleteCluase {
qb := &deleteQry{
debug: t.debug,