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

Fixed bug where number type is too small for unix epoch in some SQL variants #42

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

thehenrytsai
Copy link
Collaborator

@thehenrytsai thehenrytsai commented Jul 1, 2024

  • Fixed bug where number type is too small for unix epoch in some SQL variants
  • Fixed bug where only SQLite was tested against dwn-sdk-js test suite for ReumsableTaskStore (the reason why the bug was not caught)
  • Special handling for PostgreSQL on bigint

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.45%. Comparing base (5b7468b) to head (ba7122b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   87.36%   87.45%   +0.08%     
==========================================
  Files          12       12              
  Lines        1504     1514      +10     
  Branches      219      221       +2     
==========================================
+ Hits         1314     1324      +10     
  Misses        190      190              

@thehenrytsai thehenrytsai changed the title Fixed bug where type is too small for unix epoch in some SQL variants Fixed bug where number type is too small for unix epoch in some SQL variants Jul 1, 2024
@thehenrytsai thehenrytsai merged commit 5d1759b into main Jul 1, 2024
4 checks passed
@thehenrytsai thehenrytsai deleted the henrytsai/epoch-big-int branch July 1, 2024 21:24
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