SQLAlchemy 1.0.17 Released

2017-01-18 Thread mike bayer
SQLAlchemy release 1.0.17 is now available. The 1.0.x series is well into maintenance mode and most fixes and enhancements are targeted only at the 1.1.x series. This release includes only one ORM related fix as well as repairs to deprecation warnings that are more prevalent with the Python

Re: adding an auto increment column to an existing table

2017-01-18 Thread Chris Withers
On 17/01/2017 15:07, mike bayer wrote: Because there's no data in a brand new table, the server default isn't needed to create the not-null column. No needed, but it is created, isn't that the point of autoincrement=True? for postgresql, autoincrement=True means that if the column is