featurebase/pql
Seebs ab543adbe3 drop invalid UTF8 encoding from encoding tests
Testing unicode is great, but we appear to have had a couple
of cases where we were using strings that weren't valid UTF8.

Weirdly, other instances of these strings work -- I think because
they're in raw quotes (backticks) rather than strings. Anyway,
this is what SonarCloud fusses about.
2022-11-16 15:31:06 -06:00
..
ast.go WIP: Sort extract columns by a field (#2193) 2022-08-19 13:29:17 -05:00
ast_test.go Revert "FB-1491: Revert pql.Decimal commit for the 4.8.5 release (#2117)" 2022-06-17 14:58:30 -05:00
decimal.go Test expression eval for tuple values in inserts (fb-1555) (#2270) 2022-11-01 20:46:34 -05:00
decimal_internal_test.go make Decimal proto definition backwards compatible 2022-06-17 14:58:30 -05:00
decimal_test.go Revert "FB-1491: Revert pql.Decimal commit for the 4.8.5 release (#2117)" 2022-06-17 14:58:30 -05:00
doc.go add copyright notice back in 2021-12-10 11:01:04 -06:00
parser.go drop ioutil 2022-09-23 16:56:27 -05:00
parser_test.go staticcheck fixes (#2278) 2022-11-07 10:51:55 -06:00
pql.peg messing with parser, Rows call 2022-02-07 16:21:35 -06:00
pql.peg.go messing with parser, Rows call 2022-02-07 16:21:35 -06:00
pqlpeg_test.go drop invalid UTF8 encoding from encoding tests 2022-11-16 15:31:06 -06:00
token.go add copyright notice back in 2021-12-10 11:01:04 -06:00