Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync dev -> main #1716

Merged
merged 16 commits into from
Oct 4, 2023
Merged

sync dev -> main #1716

merged 16 commits into from
Oct 4, 2023

Conversation

ValueRaider
Copy link
Collaborator

ValueRaider and others added 16 commits September 22, 2023 14:52
…ents

Fix merging pre-market events with intraday prices
Hopefully fix TZ cache exception blocking import. Also:
- relocate cache init lock
- add test for setTzCacheLocation()
Fix TZ cache exception blocking import
The initial singleton design pattern for database access meant that lazy-loading was broken,
due to structure of '_KV' class. So errors were blocking import.
Fix = use 'peewee' proxy database and initialise when needed.
Test Fix: Check for type and expect exceptions in tests
@ValueRaider ValueRaider merged commit f6beadf into main Oct 4, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants