d07cc90345ee45919f122bcb1f89cdfc79532ea1
The problem occurs in the following scenario: * an instance of a Table, obtained through Database.get_table, is used to insert some data * a different instance of Table, obtained through Database.get_table call after the data has been inserted, uses a Table instance that is not up-to-date The result is that, e.g. the keys created with the first Table object aren't accessible via the second object. This fixes the problem by updating the table cache in Database.update_table.
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%