Skip to content

Commit

Permalink
Schema incremental improve (k3s-io#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
solmyrcan committed Mar 25, 2023
1 parent 1f4497b commit 936a657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added kine
Binary file not shown.
4 changes: 2 additions & 2 deletions pkg/drivers/generic/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ func Open(ctx context.Context, driverName, dataSourceName string, paramCharacter
`, columns), paramCharacter, numbered),

DeleteSQL: q(`
DELETE FROM kine
WHERE id = ?`, paramCharacter, numbered),
DELETE FROM kine AS kv
WHERE kv.id = ?`, paramCharacter, numbered),

UpdateCompactSQL: q(`
UPDATE kine
Expand Down

0 comments on commit 936a657

Please sign in to comment.