Grzegorz Niewisiewicz d07cc90345 Update the table cache in update_table (fixes 67)
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.
2014-01-17 14:54:46 +01:00
2013-11-12 14:14:53 +00:00
2014-01-05 18:36:11 +01:00
2013-04-30 16:38:01 +02:00
2014-01-05 18:43:25 +01:00
2013-04-01 22:39:04 +02:00
2013-04-03 01:56:57 +02:00
2014-01-05 18:43:25 +01:00

dataset: databases for lazy people

In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.

Read the docs

S
Description
Upgraded dataset version from https://github.com/pudo/dataset/. This one uses new SQLAlchemy2.
Readme
870 KiB
Languages
Python 99.5%
Makefile 0.5%