Add LOCK table support.

This commit is contained in:
zer0sub 2019-05-07 13:44:30 +02:00
parent dd9b815dbb
commit c9561ecc37
8 changed files with 142 additions and 116 deletions

View file

@ -29,11 +29,6 @@ func newInsertStatement(t WritableTable, columns ...Column) InsertStatement {
}
}
type columnAssignment struct {
col Column
expr Expression
}
type insertStatementImpl struct {
table WritableTable
columns []Column