sq/libsq/ast
Neil O'Toole a8d36dd89c
go1.22 and friends (#410)
* go1.22 and friends

* golangci-lint version

* more CI fiddling

* CI: update goreleaser action

* Update jcolorenc to support \b and \f chars, per go1.22 changes to
stdlib.

See: https://go-review.googlesource.com/c/go/+/521675

* linting

* More json \b \f stuff
2024-03-05 20:19:19 -07:00
..
internal/slq Struct alignment (#369) 2024-01-27 00:11:24 -07:00
render Comments cleanup (#381) 2024-01-29 09:43:06 -07:00
alias.go Sort imports using goimports-reviser (#331) 2023-11-19 18:06:36 -07:00
arg.go Struct alignment (#369) 2024-01-27 00:11:24 -07:00
ast_test.go db tools preliminary work; --src.schema changes (#392) 2024-02-09 09:08:39 -07:00
ast.go db tools preliminary work; --src.schema changes (#392) 2024-02-09 09:08:39 -07:00
expr.go Struct alignment (#369) 2024-01-27 00:11:24 -07:00
func.go Struct alignment (#369) 2024-01-27 00:11:24 -07:00
groupby.go Implement SLQ having() (#339) 2023-11-22 10:56:19 -07:00
handle_test.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
handle.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
inspector_test.go #12: multiple joins (#280) 2023-07-03 09:34:19 -06:00
inspector.go go1.22 and friends (#410) 2024-03-05 20:19:19 -07:00
join.go go1.22 and friends (#410) 2024-03-05 20:19:19 -07:00
literal.go Struct alignment (#369) 2024-01-27 00:11:24 -07:00
node_test.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
node.go go1.22 and friends (#410) 2024-03-05 20:19:19 -07:00
operator.go #256: column-only queries (#257) 2023-06-17 19:28:11 -06:00
orderby.go Struct alignment (#369) 2024-01-27 00:11:24 -07:00
parser_test.go Linting (#373) 2024-01-27 06:43:17 -07:00
parser.go go1.22 and friends (#410) 2024-03-05 20:19:19 -07:00
process.go #12: multiple joins (#280) 2023-07-03 09:34:19 -06:00
range_test.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
range.go #256: column-only queries (#257) 2023-06-17 19:28:11 -06:00
segment_test.go #12: multiple joins (#280) 2023-07-03 09:34:19 -06:00
segment.go Implement SLQ having() (#339) 2023-11-22 10:56:19 -07:00
selector_test.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
selector.go Struct alignment (#369) 2024-01-27 00:11:24 -07:00
unique.go Implement unique / DISTINCT (#165) 2023-03-28 00:48:24 -06:00
walker_test.go #307: Ingest cache (#354) 2024-01-14 18:45:34 -07:00
walker.go SQL rownum() func (#332) 2023-11-19 23:44:36 -07:00
where.go #254: explicit where() clause (#255) 2023-06-16 22:54:25 -06:00