Changed
- Documented AWS IAM-style wildcard support for the
--catalog-access
catalogfield (*matches any sequence,?matches one character),
matching the GizmoSQL Enterprise server's pattern matching. No code change
is required — patterns were already written into thecatalog_accessclaim
verbatim; this clarifies the--catalog-accesshelp text and README and
adds a regression test asserting wildcard patterns pass through unmodified.
What's Changed
- docs: document AWS IAM-style wildcard catalog patterns for --catalog-access by @prmoore77 in #5
Full Changelog: v1.0.1...v1.1.0