bottle-sqlite
bottle-sqlite copied to clipboard
Changes to allow use of detect_types parameter
This PR address #26 by adding support for the sqlite3.connect()
detect_types
parameter. It uses the same default as the module (0
) if a value is not supplied to allow for backward compatibility.