Commit Graph

71 Commits

Author SHA1 Message Date
Andrew Phillips (aider)
75ac080591 feat: add store_item_digest_value function to common.rs 2025-05-14 17:09:18 -03:00
Andrew Phillips
bbdfe19836 feat: add compression and digest support with database schema updates 2025-05-14 09:45:51 -03:00
Andrew Phillips
1aaf1e6221 feat: make digest_value optional and add digest display 2025-05-13 17:49:19 -03:00
Andrew Phillips
d9072d22d5 refactor: improve test structure and reliability 2025-05-12 13:07:33 -03:00
Andrew Phillips (aider)
825ff7a451 fix: remove unused import and method 2025-05-12 10:51:00 -03:00
Andrew Phillips (aider)
e0e00f13af fix: add missing ColumnType/TableFormat imports and re-export 2025-05-10 14:05:09 -03:00
Andrew Phillips (aider)
da47077b08 fix: add missing CompressionEngineProgram import and remove unused imports 2025-05-10 14:02:16 -03:00
Andrew Phillips (aider)
ae67e67921 fix: resolve unresolved types and type mismatches in list and common modules 2025-05-10 13:54:53 -03:00
Andrew Phillips (aider)
c2ace42c02 fix: Fix missing imports and type resolution issues 2025-05-10 13:51:11 -03:00
Andrew Phillips (aider)
0a8464bab3 fix: add error handling for unknown column types 2025-05-10 13:45:51 -03:00
Andrew Phillips (aider)
33fa31bbb6 feat: add ColumnType as_str method and improve error handling 2025-05-10 13:41:48 -03:00
Andrew Phillips (aider)
dbf3d70128 feat: Move ColumnType to common and update imports 2025-05-10 13:34:38 -03:00
Andrew Phillips
6bbc306c23 style: reorder imports and adjust formatting 2025-05-10 13:09:49 -03:00
Andrew Phillips (aider)
1ce5909f7b fix: Add missing TableFormat and function imports to resolve compilation errors 2025-05-10 12:51:53 -03:00
Andrew Phillips (aider)
bc85cdac6c fix: remove unused imports and non-const format builder 2025-05-10 12:45:14 -03:00
Andrew Phillips (aider)
a2104ff705 fix: remove extra closing brace in common.rs 2025-05-10 12:39:59 -03:00
Andrew Phillips (aider)
d1bdc3f187 fix: remove misplaced string_column call in common.rs 2025-05-10 12:38:57 -03:00
Andrew Phillips (aider)
33757dabee fix: move format constant to common and update stdout check 2025-05-10 12:37:08 -03:00
Andrew Phillips
9feec61759 style: reorder imports and reformat code for consistency 2025-05-10 10:06:33 -03:00
Andrew Phillips (aider)
a68be7905e refactor: remove unused imports in src/main.rs and src/modes/common.rs 2025-05-09 16:29:02 -03:00
Andrew Phillips (aider)
331a971d3d refactor: Move common utility functions to src/modes/common.rs and update module structure 2025-05-09 16:20:54 -03:00