Postgres linter errors.
This commit is contained in:
parent
46a3dc7dfb
commit
ab6d85f886
20 changed files with 310 additions and 29 deletions
|
|
@ -5,9 +5,10 @@ import (
|
|||
"strconv"
|
||||
)
|
||||
|
||||
var Dialect = NewDialect()
|
||||
// Dialect is implementation of postgres dialect for SQL Builder serialisation.
|
||||
var Dialect = newDialect()
|
||||
|
||||
func NewDialect() jet.Dialect {
|
||||
func newDialect() jet.Dialect {
|
||||
|
||||
operatorSerializeOverrides := map[string]jet.SerializeOverride{}
|
||||
operatorSerializeOverrides[jet.StringRegexpLikeOperator] = postgres_REGEXP_LIKE_operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue