mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 13:20:59 +00:00
* Reproduce github issue#1249: Left joins in sqlite can break the query macros * Fix panic caused by unknown cursor columns when executing NullRow command. Fixes #1249