small fixes

This commit is contained in:
2026-07-10 17:07:54 +01:00
parent 260506352f
commit 2a04163d6e
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"regexp"
)
var columnRegexp = regexp.MustCompile("^([^ ]+)( as ([^ ]+))?$")
var columnRegexp = regexp.MustCompile("^(.+)( as ([A-Za-z0-9_]+))?$")
type Column string