Commit d6dd7bf
Document cross-version NULL semantics shift in driver READMEs
Upstream commit f30fc99 (2026-01-25) fixed a long-standing C-server
bug where NULL cells in columns declared BOOLEAN / DATE / DATETIME /
TIMESTAMP were emitted with the column's coerced type (BOOLEAN(0)
indistinguishable from FALSE; ISO8601("") indistinguishable from
empty string). The Python codec is correct on both sides — it
faithfully decodes whatever the server emits — but a user upgrading
their cluster across f30fc99 sees the data type of those NULL cells
flip from bool/str to NoneType with no driver-side warning.
Add a Cross-version semantic shift section to the client README so
operators and library users know to audit their `is None` checks
when upgrading.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 61a4778 commit d6dd7bf
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
81 | 102 | | |
82 | 103 | | |
83 | 104 | | |
| |||
0 commit comments