You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-118469: Document sqlite3.Binary in module constants
Add documentation for sqlite3.Binary, which is an alias for memoryview
used for handling BLOB (Binary Large Object) data according to the
DB-API 2.0 specification.
The documentation explains:
- Binary is an alias for memoryview
- It's used for SQL BLOB values per DB-API 2.0 spec
- Binary data can also be handled directly with bytes objects
- Includes proper cross-references to related types
Fixesgh-118469
0 commit comments