Commit 5abaa38
committed
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
Fixes gh-1184691 parent 180b3eb commit 5abaa38
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
501 | 515 | | |
502 | 516 | | |
503 | 517 | | |
| |||
0 commit comments