aptly/query
Andrey Smirnov 50035d5bc4 Allow uppercase package name in package query expressions
Fixes: #636

Before this fix, aptly was always treating strings starting with
uppercase letter as field name, which was breaking package queries
like `VMware-Horizon-Client_4.5.0_all`.

Now aptly accepts only fields which don't contain underscore, and
everything else would be parsed as package reference.
2017-09-18 21:36:06 +03:00
..
lex.go Support for quoted string arguments. 2014-07-14 23:20:31 +04:00
lex_test.go Style fixups 2017-07-05 00:36:48 +03:00
query.go Fix bug with special chars handling in strings, detect package key queries, 2014-07-12 00:14:49 +04:00
query_test.go gofmt -s 2015-02-22 14:29:09 +03:00
syntax.go Allow uppercase package name in package query expressions 2017-09-18 21:36:06 +03:00
syntax_test.go Allow uppercase package name in package query expressions 2017-09-18 21:36:06 +03:00