fixes: - hotfix for previous release; actually handle all instances of misordered fields
1.2.5
fixes: - handle out-of-order fields in postgres docker image
1.2.4
fixes: - handle case where CRS is not given in a geometry table (default to WGS84 4326)
1.2.3
fixes: - added `BOOLEAN`, `DATE`, and `DATETIME` types to SQLite table interface (these types are [stored as primitives in the backend](https://www.sqlite.org/draft/datatype3.html))
1.2.2
README updates
1.2.1
features: - added `.__iter__()` to table - updated README to include SQLite example