summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - more foreign key stuffrel_0_4_0Mike Bayer2012-10-012-7/+74
* - add schema here to the FKMike Bayer2012-10-011-2/+7
* - for 0.4, we'll remove the "upgrading" 0.1,0.2,0.3 sections, these were very...Mike Bayer2012-09-301-62/+2
* - [feature] Support for tables in alternate schemasMike Bayer2012-09-306-80/+247
* - merge againMike Bayer2012-09-306-157/+667
|\
| * Merged in bbinet/alembic (pull request #23)Mike Bayer2012-09-306-157/+667
| |\
| | * add support of schemas for autogenerateBruno Binet2012-09-272-73/+328
| | * do not fail when compare_server_default compares None valuesBruno Binet2012-09-271-0/+3
| | * import sqlalchemy.schema as sa_schema: s/schema/sa_schema/Bruno Binet2012-09-271-9/+9
| | * always pass schema name as a separate parameterBruno Binet2012-09-252-35/+42
| | * add schema support for add/drop constraints and indexesBruno Binet2012-09-252-34/+109
| | * add schema support for add_column, drop_column, alter_column, drop_table oper...Bruno Binet2012-09-253-14/+184
| | * import sqlalchemy.schema as sa_schema: s/schema/sa_schema/Bruno Binet2012-09-221-30/+30
* | | - test fix here to limit table names locatedMike Bayer2012-09-301-0/+1
|/ /
* | - [feature] Added "stdout" option to Config, providesMike Bayer2012-09-303-28/+44
* | - [bug] Fixed the "multidb" template which was badly outMike Bayer2012-09-304-4/+14
* | Merged in BryceLohr/alembic (pull request #14)Mike Bayer2012-09-304-24/+47
|\ \
| * \ Merged revision 6ed983fc075450d874557e81feb0237d7a28a222 from upstream defaul...Bryce Lohr2012-05-074-24/+47
| |\ \
| | * | Updated multidb env.py to use standard logger instead of direct stderr output...Bryce Lohr2012-04-271-3/+6
| | * | Updated the 'revision' command to pass the current Alembic config to the scri...Bryce Lohr2012-04-272-7/+15
| | * | Fixed engine name arg names as used in script template.Bryce Lohr2012-04-271-4/+4
| | * | Fixed kwarg passed in to multidb version scripts to reflect that it's the nam...Bryce Lohr2012-04-252-4/+4
| | * | Added missing 'execution_options' kwarg that only appeared to be used from th...Bryce Lohr2012-04-251-2/+2
| | * | Updated multidb template's env.py to be closer to generic's. Fixed invalid re...Bryce Lohr2012-04-251-6/+18
* | | | - [bug] Fixed the regexp that was checking for .py filesMike Bayer2012-09-303-12/+20
* | | | - call it 0.4.0Mike Bayer2012-09-303-81/+98
| |_|/ |/| |
* | | - changelog + support for remove autoincMike Bayer2012-08-223-1/+14
* | | - tests for pull request #21Mike Bayer2012-08-223-13/+36
* | | Merged in moriyoshi/alembic/bugfix/autoincrement_for_mysql_alter_column (pull...Mike Bayer2012-08-224-8/+28
|\ \ \
| * | | Support autoincrement and existing_autoincrement in alter_column for MySQL di...Moriyoshi Koizumi2012-07-254-8/+28
* | | | - add a test for #15Mike Bayer2012-08-221-1/+15
* | | | - [bug] Fixed MySQL rendering for server_default whichMike Bayer2012-08-223-2/+19
* | | | Merged in moriyoshi/alembic/bugfix/typed_default_value (pull request #20)Mike Bayer2012-08-221-2/+8
|\ \ \ \ | |/ / /
| * | | Render the default value in the way it correctly reflects the type of the ori...Moriyoshi Koizumi2012-07-251-2/+8
* | | | Added tag rel_0_3_6 for changeset c972e816befb38466196d89eead2e2bc55f1afaeMike Bayer2012-08-151-0/+1
* | | | - [feature] Added include_symbol option torel_0_3_6Mike Bayer2012-08-154-12/+66
* | | | whitespace removalMike Bayer2012-08-1517-259/+259
* | | | - add a test for Enum repr() - requires SQLA 0.7.9 or 0.8Mike Bayer2012-08-081-1/+17
* | | | - [bug] Improved error message when specifiyingMike Bayer2012-08-085-6/+32
* | | | - [bug] Repaired create_foreign_key() forMike Bayer2012-08-043-3/+20
* | | | the name shouldn't be needed hereMike Bayer2012-07-281-2/+2
* | | | - [bug] Fixes made to the constraints created/droppedMike Bayer2012-07-284-16/+58
* | | | - [bug] 'alembic' command reports an informativeMike Bayer2012-07-283-4/+20
* | | | - [feature] Added --sql argument to the "revision" command,Mike Bayer2012-07-283-11/+17
|/ / /
* | | changed config.main to accept prog as argumentEdward Stone2012-07-181-27/+27
* | | - sublime blowing away trailing spaceMike Bayer2012-07-173-104/+111
* | | added drop primary key constraintergo2012-07-182-1/+9
* | | - Added year, month, day, hour, minute, secondMike Bayer2012-07-114-89/+138
* | | more editsMike Bayer2012-07-081-7/+10
* | | revise the readme re: sqliteMike Bayer2012-07-081-13/+16