sqlx
sqlx copied to clipboard
SQLite ROW_NUMBER incorrect type inference in explain
As #1979. The problem is that explain() does not handle ROW_NUMBER() right. I made a temporary patch for my particular use, but I can see that there might be other window functions not supported, like rank, dense_rank, etc. I might make separate PR's for those.