| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| App-Sqitch-v1.6.0.tar.gz | 2025-10-06 | 686.2 kB | |
| README.md | 2025-10-06 | 659 Bytes | |
| Release v1.6.0 source code.tar.gz | 2025-10-06 | 696.8 kB | |
| Release v1.6.0 source code.zip | 2025-10-06 | 926.5 kB | |
| Totals: 4 Items | 2.3 MB | 0 | |
Changes for v1.6.0
- Refactored the parsing of arrays for engines that don't support arrays (e.g., SQLite & Firebird). A new method in DBIEngine,
_parse_array, replaces inline uses ofsplit. This allows the tests to more consistently compare arrays as arrays, thoughsearch_eventsmust now always parsetags,requires, andconflicts. - Added support for ClickHouse. It relies on the
clickhouse(orclickhouse-client) CLI and ODBC driver. Like MySQL, it uses a database for the registry schema, where the tables use theMergeTreeengine. It supports client certificate authentication and the ClickHouse client configuration file format.