Skip to content

2.10.2

Compare
Choose a tag to compare
@coleifer coleifer released this 08 Oct 16:32
· 1957 commits to master since this release
  • Update travis-ci build scripts to use Postgres 9.6 and test against Python
    3.6.
  • Added support for returning namedtuple objects when iterating over a
    cursor.
  • Added support for specifying the "object id" attribute used when declaring a
    foreign key. By default, it is foreign-key-name_id, but it can now be
    customized.
  • Fixed small bug in the calculation of search scores when using the SQLite C
    extension or the sqlite_ext module.
  • Support literal column names with the dataset module.

View commits