Skip to content

Commit

Permalink
Add note for already closed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jun 27, 2024
1 parent 41d920d commit e6fd593
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/changes/changes_1.0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This release fixes an issue when calling `rows.Scan(&result)` with an int value.
sql: Scan error on column index 0, name "100000000": converting driver.Value type float64 ("1e+08") to a int64: invalid syntax
```

The release also now returns the correct error from `rows.Err()`. Before, this only returned `driver.ErrBadConn`.

## Bugfixes

* #113: Fixed `Scan()` with large integer numbers
* #111: Return correct error from `rows.Err()`

0 comments on commit e6fd593

Please sign in to comment.