SQLAlchemy weekly dev meetings: https://docs.google.com/document/d/1WuzZwV_aIV_ltDR3cJ-bXxXMZ9zCfr5pFSXZGZOSSQw/edit?usp=sharing
sqlalchemy-bot on rel_1_3
Remove passive_deletes warning … (compare)
sqlalchemy-bot on master
Remove passive_deletes warning … (compare)
sqlalchemy-bot on master
add missing copyright to asynci… (compare)
sqlalchemy-bot on master
convert AsyncSession.delete int… (compare)
@zzzeek - More on that RemovedIn20Warning: https://stackoverflow.com/a/64932061/2144390
nvm, it's also at sqlalchemy/sqlalchemy#5717
Column('foo', Integer, Identity())
this renders the default, but when reflecting I get back Identity(start=1, increment=1, minvalue=1, maxvalue=2147483647, cycle=False, cache=1)