fffa633e8480a7b087b3189c866fd4faf22f6c30
The table update only allowed for "==" operator as in: UPDATE mytable SET foo = 'bar' WHERE id = 123; Now allows for "IN" operator as in: UPDATE mytable SET foo = 'bar' WHERE id IN (123, 876); This required changes to the "_args_to_clause" and "update" functions.
dataset: databases for lazy people
In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.
Description
Upgraded dataset version from https://github.com/pudo/dataset/. This one uses new SQLAlchemy2.
870 KiB
Languages
Python
99.5%
Makefile
0.5%