Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 36c903e

Browse files
committed
fix
1 parent a920790 commit 36c903e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

platform/model/expr_string_renderer.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ import (
77
"github.com/QuesmaOrg/quesma/platform/logger"
88
"github.com/QuesmaOrg/quesma/platform/types"
99
"github.com/QuesmaOrg/quesma/platform/util"
10-
"regexp"
1110
"sort"
1211
"strings"
1312
)
1413

15-
var identifierRegexp = regexp.MustCompile(`^([a-zA-Z_][a-zA-Z0-9_]*|".*")$`)
16-
1714
type renderer struct{}
1815

1916
// AsString renders the given expression to string which can be used to build SQL query

0 commit comments

Comments
 (0)