| Commit message (Expand) | Author | Age | Files | Lines |
* | - more foreign key stuffrel_0_4_0 | Mike Bayer | 2012-10-01 | 2 | -7/+74 |
* | - add schema here to the FK | Mike Bayer | 2012-10-01 | 1 | -2/+7 |
* | - for 0.4, we'll remove the "upgrading" 0.1,0.2,0.3 sections, these were very... | Mike Bayer | 2012-09-30 | 1 | -62/+2 |
* | - [feature] Support for tables in alternate schemas | Mike Bayer | 2012-09-30 | 6 | -80/+247 |
* | - merge again | Mike Bayer | 2012-09-30 | 6 | -157/+667 |
|\ |
|
| * | Merged in bbinet/alembic (pull request #23) | Mike Bayer | 2012-09-30 | 6 | -157/+667 |
| |\ |
|
| | * | add support of schemas for autogenerate | Bruno Binet | 2012-09-27 | 2 | -73/+328 |
| | * | do not fail when compare_server_default compares None values | Bruno Binet | 2012-09-27 | 1 | -0/+3 |
| | * | import sqlalchemy.schema as sa_schema: s/schema/sa_schema/ | Bruno Binet | 2012-09-27 | 1 | -9/+9 |
| | * | always pass schema name as a separate parameter | Bruno Binet | 2012-09-25 | 2 | -35/+42 |
| | * | add schema support for add/drop constraints and indexes | Bruno Binet | 2012-09-25 | 2 | -34/+109 |
| | * | add schema support for add_column, drop_column, alter_column, drop_table oper... | Bruno Binet | 2012-09-25 | 3 | -14/+184 |
| | * | import sqlalchemy.schema as sa_schema: s/schema/sa_schema/ | Bruno Binet | 2012-09-22 | 1 | -30/+30 |
* | | | - test fix here to limit table names located | Mike Bayer | 2012-09-30 | 1 | -0/+1 |
|/ / |
|
* | | - [feature] Added "stdout" option to Config, provides | Mike Bayer | 2012-09-30 | 3 | -28/+44 |
* | | - [bug] Fixed the "multidb" template which was badly out | Mike Bayer | 2012-09-30 | 4 | -4/+14 |
* | | Merged in BryceLohr/alembic (pull request #14) | Mike Bayer | 2012-09-30 | 4 | -24/+47 |
|\ \ |
|
| * \ | Merged revision 6ed983fc075450d874557e81feb0237d7a28a222 from upstream defaul... | Bryce Lohr | 2012-05-07 | 4 | -24/+47 |
| |\ \ |
|
| | * | | Updated multidb env.py to use standard logger instead of direct stderr output... | Bryce Lohr | 2012-04-27 | 1 | -3/+6 |
| | * | | Updated the 'revision' command to pass the current Alembic config to the scri... | Bryce Lohr | 2012-04-27 | 2 | -7/+15 |
| | * | | Fixed engine name arg names as used in script template. | Bryce Lohr | 2012-04-27 | 1 | -4/+4 |
| | * | | Fixed kwarg passed in to multidb version scripts to reflect that it's the nam... | Bryce Lohr | 2012-04-25 | 2 | -4/+4 |
| | * | | Added missing 'execution_options' kwarg that only appeared to be used from th... | Bryce Lohr | 2012-04-25 | 1 | -2/+2 |
| | * | | Updated multidb template's env.py to be closer to generic's. Fixed invalid re... | Bryce Lohr | 2012-04-25 | 1 | -6/+18 |
* | | | | - [bug] Fixed the regexp that was checking for .py files | Mike Bayer | 2012-09-30 | 3 | -12/+20 |
* | | | | - call it 0.4.0 | Mike Bayer | 2012-09-30 | 3 | -81/+98 |
| |_|/
|/| | |
|
* | | | - changelog + support for remove autoinc | Mike Bayer | 2012-08-22 | 3 | -1/+14 |
* | | | - tests for pull request #21 | Mike Bayer | 2012-08-22 | 3 | -13/+36 |
* | | | Merged in moriyoshi/alembic/bugfix/autoincrement_for_mysql_alter_column (pull... | Mike Bayer | 2012-08-22 | 4 | -8/+28 |
|\ \ \ |
|
| * | | | Support autoincrement and existing_autoincrement in alter_column for MySQL di... | Moriyoshi Koizumi | 2012-07-25 | 4 | -8/+28 |
* | | | | - add a test for #15 | Mike Bayer | 2012-08-22 | 1 | -1/+15 |
* | | | | - [bug] Fixed MySQL rendering for server_default which | Mike Bayer | 2012-08-22 | 3 | -2/+19 |
* | | | | Merged in moriyoshi/alembic/bugfix/typed_default_value (pull request #20) | Mike Bayer | 2012-08-22 | 1 | -2/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Render the default value in the way it correctly reflects the type of the ori... | Moriyoshi Koizumi | 2012-07-25 | 1 | -2/+8 |
* | | | | Added tag rel_0_3_6 for changeset c972e816befb38466196d89eead2e2bc55f1afae | Mike Bayer | 2012-08-15 | 1 | -0/+1 |
* | | | | - [feature] Added include_symbol option torel_0_3_6 | Mike Bayer | 2012-08-15 | 4 | -12/+66 |
* | | | | whitespace removal | Mike Bayer | 2012-08-15 | 17 | -259/+259 |
* | | | | - add a test for Enum repr() - requires SQLA 0.7.9 or 0.8 | Mike Bayer | 2012-08-08 | 1 | -1/+17 |
* | | | | - [bug] Improved error message when specifiying | Mike Bayer | 2012-08-08 | 5 | -6/+32 |
* | | | | - [bug] Repaired create_foreign_key() for | Mike Bayer | 2012-08-04 | 3 | -3/+20 |
* | | | | the name shouldn't be needed here | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
* | | | | - [bug] Fixes made to the constraints created/dropped | Mike Bayer | 2012-07-28 | 4 | -16/+58 |
* | | | | - [bug] 'alembic' command reports an informative | Mike Bayer | 2012-07-28 | 3 | -4/+20 |
* | | | | - [feature] Added --sql argument to the "revision" command, | Mike Bayer | 2012-07-28 | 3 | -11/+17 |
|/ / / |
|
* | | | changed config.main to accept prog as argument | Edward Stone | 2012-07-18 | 1 | -27/+27 |
* | | | - sublime blowing away trailing space | Mike Bayer | 2012-07-17 | 3 | -104/+111 |
* | | | added drop primary key constraint | ergo | 2012-07-18 | 2 | -1/+9 |
* | | | - Added year, month, day, hour, minute, second | Mike Bayer | 2012-07-11 | 4 | -89/+138 |
* | | | more edits | Mike Bayer | 2012-07-08 | 1 | -7/+10 |
* | | | revise the readme re: sqlite | Mike Bayer | 2012-07-08 | 1 | -13/+16 |