Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upThings that the initial SQLite PR will not handle but need to be fixed #134
Comments
This comment has been minimized.
|
Everything here has been done except #184 |
sgrif
closed this
Dec 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJan 24, 2016
•
edited
as_queryon a command is a syntax error, as SQLite has no returning clause. We need to makeAsQuerygeneric over the backend and not implement it for SQLite.#[cfg]attr for every third party crate that asks.#[cfg]attr for every third party crate that asks.Support for numericNumeric is not distinguishable from double on SQLite.eq(any(array)), this will cause unbounded growth of prepared statements so we need to be careful.