sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

SQLite ROW_NUMBER incorrect type inference in explain

Open rongcuid opened this issue 3 years ago • 0 comments

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.

rongcuid avatar Jul 18 '22 13:07 rongcuid