newtdb / db

Newt DB is a Python object-oriented database with JSONB-based access and search in PostgreSQL
http://www.newtdb.org
MIT License
144 stars 15 forks source link

- Fixed: When arguments are omitted, there were errors because #18

Closed jimfulton closed 7 years ago

jimfulton commented 7 years ago

psycopg2 was trying to do substitutions anyway and choking on % characters in like queries.