- Removed INSERT, transaction, ignored block features; may add them back later
- New list format for
sq
objects - Delay binding of values to parameters until query is sent via
sq_send()
IN()
flags values for use in anIN
clause; long arguments (>1k elements) are split into chunks and whensq_send()
is called multiple queries are sent and then conbined.LIKE()
wraps values in a wildcard character when binding to a parameter used with a SQLLIKE
expression- Add tests
- Update README.md