Version 0.9.2 of ade has been released!
https://git.sr.ht/~savoy/ade/refs/0.9.2
This release mostly consists of a patch to allow SQLAlchemy to work
within the PyInstaller executable. The two additional features include
small library changes that have yet to be implemented into ade and as
such didn't warrant a minor upgrade.
---
Bug fixes:
- SQLAlchemy works within PyInstaller executables.
New features:
- util.sql.split_parameter_list() now has a variable chunk size as an
argument.
- remote.{customer_search,location_search}() have a flag for globs
to specify "=" vs "LIKE" in SQL query.