Rename of types and errors.
This commit is contained in:
parent
18bbf1b5fb
commit
63f2d04651
30 changed files with 142 additions and 238 deletions
|
|
@ -46,7 +46,7 @@ func (e *expressionTableImpl) AllColumns() ProjectionList {
|
|||
|
||||
func (e *expressionTableImpl) serialize(statement statementType, out *sqlBuilder, options ...serializeOption) error {
|
||||
if e == nil {
|
||||
return errors.New("Expression table is nil. ")
|
||||
return errors.New("jet: Expression table is nil. ")
|
||||
}
|
||||
|
||||
err := e.expression.serialize(statement, out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue