Commit Graph

5 Commits

Author SHA1 Message Date
fea4271a39 test: add empty-args guard in update and extend type-preservation test for bytes column 2025-07-24 02:12:13 +00:00
1e754efa12 fix: add updated_at timestamp on upsert and fix test setup for AsyncDataSet
- Add automatic `updated_at` timestamp to args in `upsert` method
- Add missing `asyncio.sleep(2)` in `test_upsert_update` to ensure timestamp difference
- Implement `asyncSetUp` and `asyncTearDown` for proper test database lifecycle
- Add comprehensive test methods for insert, get, update, and upsert operations
- Import missing type annotations for better code clarity
2025-07-24 02:05:38 +00:00
58186ccbcd chore: rename AsyncDataSetConnector class to AsyncDataSet across source and tests 2025-07-04 18:07:58 +00:00
5ba92cccbb style: normalize whitespace and formatting in ads.py insert/delete/test calls 2025-07-04 18:07:14 +00:00
cbb9a0c0e8 feat: add ads.py module with AsyncDataSetConnector for SQLite-backed advertisement placement management 2025-07-04 18:05:26 +00:00