Skip to content

Commit 341c7ec

Browse files
committed
Update README with bisect results
1 parent 048e0f9 commit 341c7ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This is a minimal example of an issue I'm having with SQLx and Sqlite when using `ORDER BY` and `LIMIT`.
44
SQLx incorrectly decides that `NOT NULL` fields should map to `Option<T>`.
55

6+
Using git bisect, I found that this issue was introduced in commit [ed566225](https://github.com/launchbadge/sqlx/commit/ed56622526298cd1df52338892dd5c6c9553b6d2).
7+
68
## Run reproduction
79

810
```bash

0 commit comments

Comments
 (0)