What's Changed
- Fix CamelCase fuzzy completions by @rolandwalker in #1455
- Bump actions/setup-python from 6.1.0 to 6.2.0 by @dependabot[bot] in #1463
- Add
--unbufferedmode by @rolandwalker in #1461 - Default to standards-compliant utf8mb4 character set by @rolandwalker in #935
- Put special commands first in the list of completion candidates by @rolandwalker in #1456
- Stream input from stdin, rather than reading the entire script into memory. by @rolandwalker in #1450
- Remove quoting on uppercase-identifier completions by @rolandwalker in #1458
- Allow table names to be completed with leading schema names by @rolandwalker in #1459
- Soft-deprecate the built-in SSH features by @rolandwalker in #1465
- Add true fuzzy-match completions with rapidfuzz by @rolandwalker in #1457
- Prepare for release v1.46.0 by @rolandwalker in #1467
Full Changelog: v1.45.0...v1.46.0