Skip to content

Conversation

@danielebriggi
Copy link
Member

@danielebriggi danielebriggi commented May 30, 2024

Issue #8

Description

  • Compatibility with Python DB-API 2.0
  • Aim for full compatibility with SQLite3 API
  • Non-linearizable is executed befor the auth command
  • Support to nonlinearizable alias

- Compatibility with Python DB-API 2.0
- Aim for full compatibility with SQLite3 API
@danielebriggi danielebriggi added the enhancement New feature or request label May 30, 2024
@danielebriggi danielebriggi self-assigned this May 30, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 30, 2024

Codecov Report

Attention: Patch coverage is 96.33550% with 45 lines in your changes are missing coverage. Please review.

Project coverage is 96.34%. Comparing base (fa792c9) to head (4b8f619).
Report is 1 commits behind head on main.

Files Patch % Lines
src/sqlitecloud/driver.py 85.09% 24 Missing ⚠️
src/tests/integration/test_sqlite3_parity.py 92.35% 12 Missing ⚠️
src/sqlitecloud/dbapi2.py 96.32% 5 Missing ⚠️
src/sqlitecloud/types.py 96.72% 2 Missing ⚠️
src/sqlitecloud/client.py 94.11% 1 Missing ⚠️
src/sqlitecloud/resultset.py 97.36% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   95.31%   96.34%   +1.03%     
==========================================
  Files          17       23       +6     
  Lines        1557     2434     +877     
==========================================
+ Hits         1484     2345     +861     
- Misses         73       89      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielebriggi danielebriggi force-pushed the #8-initial-compatibility-sqlite3-lib branch 2 times, most recently from 21d9160 to 17ffd27 Compare May 31, 2024 11:22
@danielebriggi danielebriggi force-pushed the #8-initial-compatibility-sqlite3-lib branch from 17ffd27 to f41245c Compare June 3, 2024 07:07
@danielebriggi danielebriggi merged commit 1cdd76f into main Jun 3, 2024
@danielebriggi danielebriggi deleted the #8-initial-compatibility-sqlite3-lib branch June 3, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants