----- Improved transaction support - can now use a context manager. Added ``Secret``, ``BigInt`` and ``SmallInt`` column types. Foreign keys can now reference the parent table.
----- Fixing bug when joining across several tables. Can pass values directly into the ``Table.update`` method. Added ``if_not_exists`` option when creating a table.