prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

Sqlite: SMALLINTEGER #305

Open irbian opened 3 years ago

irbian commented 3 years ago

Don´t know why, but the type of my smallintegers is called SMALLINTEGER, and so is not supported here https://github.com/prisma/quaint/blob/fd9282727ee1daa0b42d500d7c623bc4d1e73e26/src/connector/sqlite/conversion.rs#L36

irbian commented 3 years ago

Actually, it was smallINTEGER, I think it was some kind of massive parse of the sql before loading into the sqlite