sqlalchemy-alembic
Thread
Date
Later messages
Messages by Date
2014/06/11
Re: Implicit schema name from MetaData
Mike Bayer
2014/06/11
Implicit schema name from MetaData
Stefan Urbanek
2014/06/10
Re: Would be nice if Alembic exposed friendly Python interfaces
Mike Bayer
2014/06/10
Would be nice if Alembic exposed friendly Python interfaces
Jon Rosebaugh
2014/06/10
Re: how to handle exceptions in alembic migrations?
Michael Bayer
2014/06/09
Re: how to handle exceptions in alembic migrations?
Ofir Herzas
2014/06/09
Re: how to handle exceptions in alembic migrations?
Michael Bayer
2014/06/09
Re: how to handle exceptions in alembic migrations?
Ofir Herzas
2014/06/08
Re: how to handle exceptions in alembic migrations?
Michael Bayer
2014/06/08
Re: how to handle exceptions in alembic migrations?
Ofir Herzas
2014/06/08
Re: how to handle exceptions in alembic migrations?
Michael Bayer
2014/06/08
how to handle exceptions in alembic migrations?
Ofir Herzas
2014/06/05
Re: Alembic crashes on wide-tables
Michael Bayer
2014/06/04
Re: Alembic crashes on wide-tables
Ryan Kelly
2014/06/04
Re: Alembic crashes on wide-tables
Michael Bayer
2014/06/04
Alembic crashes on wide-tables
Ryan Kelly
2014/06/04
Re: fix & pull request for fk constraint rendering with metadata schema
Michael Bayer
2014/06/04
Re: How to determine whether Alembic is active
Michael Bayer
2014/06/04
fix & pull request for fk constraint rendering with metadata schema
Andreas Zeidler
2014/06/03
Re: How to determine whether Alembic is active
gbr
2014/06/03
Re: How to determine whether Alembic is active
Michael Bayer
2014/06/03
Re: patterns for using alembic in tests
Michael Bayer
2014/06/03
Re: How to determine whether Alembic is active
gbr
2014/06/03
Re: DBSession.add() has no effect in tweepy callback in pyramid 1.5
Michael
2014/06/03
patterns for using alembic in tests
Ali-Akber Saifee
2014/06/02
Re: Index DDL not emitted
Michael Bayer
2014/06/02
Index DDL not emitted
YKdvd
2014/06/01
Re: DBSession.add() has no effect in tweepy callback in pyramid 1.5
Michael Merickel
2014/06/01
DBSession.add() has no effect in tweepy callback in pyramid 1.5
Michael
2014/05/16
Re: How to determine whether Alembic is active
gbr
2014/05/13
Re: How to determine whether Alembic is active
Michael Bayer
2014/05/13
Re: How to configure multiple databases
Charles Reese
2014/05/13
How to determine whether Alembic is active
gbr
2014/05/12
Re: How to configure multiple databases
Michael Bayer
2014/05/12
How to configure multiple databases
Charles Reese
2014/05/11
Re: Using alembic in a plugin pattern
Michael Bayer
2014/05/11
Using alembic in a plugin pattern
Steeve C
2014/05/06
Re: Using alembic with the Declarative Enum recipe.
Michael Bayer
2014/05/05
Re: Using alembic with the Declarative Enum recipe.
Darin Gordon
2014/05/03
Alembic 0.6.5 Released
Michael Bayer
2014/04/21
Re: how to import local module to upgrade module?
Michael Bayer
2014/04/21
Re: how to import local module to upgrade module?
Maxime Lévesque
2014/03/29
Re: Init alembic at specific revision
gbr
2014/03/29
Re: Init alembic at specific revision
Felix Schwarz
2014/03/29
Init alembic at specific revision
gbr
2014/03/28
Alembic 0.6.4 released
Michael Bayer
2014/03/28
SQLAlchemy 0.9.4 released
Michael Bayer
2014/03/28
SQLAlchemy 0.8.6 released
Michael Bayer
2014/03/17
Re: Delete class in model and downgrade, bulk_insert
Tom Haulitschke
2014/03/16
Re: Delete class in model and downgrade, bulk_insert
Michael Bayer
2014/03/15
Delete class in model and downgrade, bulk_insert
Tom Haulitschke
2014/03/14
Re: pyc files left in version folder create ghost history
Michael Bayer
2014/03/13
pyc files left in version folder create ghost history
Marco Falcioni
2014/02/19
SQLAlchemy 0.8.5 Released
Michael Bayer
2014/02/19
SQLAlchemy 0.9.3 Released
Michael Bayer
2014/02/04
Re: Enum name gets lost.
Michael Mulqueen
2014/02/04
Re: Enum name gets lost.
Michael Bayer
2014/02/04
Re: Enum name gets lost.
Michael Mulqueen
2014/02/04
Enum name gets lost.
Michael Mulqueen
2014/02/02
Alembic 0.6.3 released
Michael Bayer
2014/02/02
SQLAlchemy 0.9.2 Released
Michael Bayer
2014/02/01
Re: Hacky fix I had to put in to get Alembic to work with custom type decorators
Michael Bayer
2014/01/31
Re: Alembic with create_all
Michael Bayer
2014/01/31
Re: Alembic with create_all
Ryan Eberhardt
2014/01/30
Re: Hacky fix I had to put in to get Alembic to work with custom type decorators
Michael Bayer
2014/01/30
Re: BigSerial + Alembic
Michael Bayer
2014/01/30
Hacky fix I had to put in to get Alembic to work with custom type decorators
jason . clark
2014/01/30
BigSerial + Alembic
jason . clark
2014/01/29
Re: Alembic + custom postgresql types
jason . clark
2014/01/29
Re: Alembic + custom postgresql types
Michael Bayer
2014/01/29
Alembic + custom postgresql types
jason . clark
2014/01/27
Re: Alembic with create_all
Ryan Eberhardt
2014/01/27
Re: Alembic with create_all
Michael Bayer
2014/01/26
Alembic with create_all
Ryan Eberhardt
2014/01/23
Re: While fixing a 'could not locate a bind configured ..' error got a 'could not locate database' error
Michael
2014/01/22
Re: While fixing a 'could not locate a bind configured ..' error got a 'could not locate database' error
Michael Bayer
2014/01/21
While fixing a 'could not locate a bind configured ..' error got a 'could not locate database' error
Michael
2014/01/21
Re: How to write alembic migration script in order to deal with complex ForeignKeyConstraint?
Michael Bayer
2014/01/21
How to write alembic migration script in order to deal with complex ForeignKeyConstraint?
claude . huchet
2014/01/15
Re: Updating multiple Postgres schema objects from single SQL Alchemy model
Michael Bayer
2014/01/15
Re: Updating multiple Postgres schema objects from single SQL Alchemy model
Dimitris Theodorou
2014/01/14
Re: Updating multiple Postgres schema objects from single SQL Alchemy model
Michael Bayer
2014/01/14
Re: Updating multiple Postgres schema objects from single SQL Alchemy model
Dimitris Theodorou
2014/01/14
Re: Updating multiple Postgres schema objects from single SQL Alchemy model
Michael Bayer
2014/01/14
Re: Updating multiple Postgres schema objects from single SQL Alchemy model
Dimitris Theodorou
2014/01/14
Updating multiple Postgres schema objects from single SQL Alchemy model
Dimitris Theodorou
2014/01/06
Re: [sqlalchemy] SQLAlchemy 0.9.1 released
Michael Bayer
2014/01/05
SQLAlchemy 0.9.1 released
Michael Bayer
2013/12/30
SQLAlchemy 0.9.0 Released
Michael Bayer
2013/12/29
Re: NotImplementedError: No generic 'DROP CONSTRAINT' in MySQL
Michael Bayer
2013/12/29
NotImplementedError: No generic 'DROP CONSTRAINT' in MySQL
Wesley
2013/12/29
NotImplementedError: No generic 'DROP CONSTRAINT' in MySQL
Wesley
2013/12/29
Re: 0.6.1 -- automigration not detecting new table
Michael
2013/12/29
Re: 0.6.1 -- automigration not detecting new table
Michael Bayer
2013/12/29
0.6.1 -- automigration not detecting new table
Michael
2013/12/27
Re: suspected bug in script.get_base()
Michal Nowikowski
2013/12/27
alembic 0.6.2 released
Michael Bayer
2013/12/27
Re: suspected bug in script.get_base()
Michael Bayer
2013/12/27
suspected bug in script.get_base()
Michal Nowikowski
Later messages