Enable simplified json in SQL queries
This commit is contained in:
parent
a941987349
commit
1901f6fd8c
1 changed files with 2 additions and 1 deletions
|
@ -15,11 +15,12 @@
|
|||
package sql
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"regexp"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
json "github.com/hjson/hjson-go"
|
||||
)
|
||||
|
||||
func (p *parser) in(token Token, tokens []Token) bool {
|
||||
|
|
Loading…
Reference in a new issue