Commit 59162fa
docs: fix inaccurate UNIXTIME decode comment about Go behavior
The comment incorrectly said the raw int64 return matches "Go's
getInt64() behavior". Go's Rows.Next() actually converts UNIXTIME to
time.Time, not raw int64. The Python choice to return raw int64 is
correct for a wire protocol library, but the justification was wrong.
Closes #109
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4866040 commit 59162fa
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
286 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
287 | 290 | | |
288 | 291 | | |
289 | 292 | | |
| |||
0 commit comments