index
:
delta/python-packages/alembic.git
batch_alter
cleanup
edit-latest
main
master
multi_branch
rel_0_1
rel_0_2
rel_0_6
rel_0_7
reproduce_pytest_196
ticket_301
ticket_302
ticket_306
ticket_318
tmp
upgrade_testing
github.com: sqlalchemy/alembic.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
zimports run
Mike Bayer
2019-01-06
1
-2
/
+0
*
- finish up
Mike Bayer
2014-09-13
1
-1
/
+1
*
- move towards sqlalchemy test base. autogenerate tests so far
Mike Bayer
2014-09-13
1
-479
/
+1
*
- finish flake8 on tests
Mike Bayer
2014-09-09
1
-3
/
+6
*
- do an autopep8 pass for just about everything other
Mike Bayer
2014-09-09
1
-9
/
+39
*
Support autogenerating migrations for tables with 255 or more columns
Ryan P. Kelly
2014-08-07
1
-2
/
+2
*
- Liberalized even more the check for MySQL indexes that shouldn't be
Mike Bayer
2014-06-05
1
-1
/
+1
*
- Added new feature :paramref:`.EnvironmentContext.configure.transaction_per_...
Mike Bayer
2014-05-02
1
-11
/
+11
*
use correct __mro__ for new mssql _Exec classes, fix #192
Mike Bayer
2014-03-28
1
-0
/
+1
*
- use compat version of mock for py3
Mike Bayer
2014-03-16
1
-0
/
+2
*
- Altered the support for "sourceless" migration files (e.g. only
Mike Bayer
2014-03-14
1
-3
/
+4
*
Extensive changes have been made to more fully support SQLAlchemy's new
Mike Bayer
2014-03-12
1
-3
/
+16
*
- add new tests to ensure the naming convention thing works on this end
Mike Bayer
2014-02-02
1
-0
/
+6
*
- more fixes for #163, make sure env.py load figures out to load env.pyc or
Mike Bayer
2013-12-31
1
-10
/
+28
*
- The :class:`.ScriptDirectory` system that loads migration files
Mike Bayer
2013-12-31
1
-1
/
+12
*
- clean out test_autogenerate
Mike Bayer
2013-12-27
1
-7
/
+8
*
- repair the autogen index test which apparently wasn't running for Postgresql
Mike Bayer
2013-12-20
1
-2
/
+2
*
- refactor autogeneration into its own package
Mike Bayer
2013-09-08
1
-1
/
+1
*
need to use SQLA's approach of calling mock from unittest for py3k
Mike Bayer
2013-08-23
1
-1
/
+12
*
- Ensured that strings going to stdout go through an encode/decode phase,
Mike Bayer
2013-08-23
1
-5
/
+5
*
- rework the -r flag on history to make use of existing walk_revisions();
Mike Bayer
2013-04-14
1
-3
/
+6
*
- will call this 0.6
Mike Bayer
2013-04-12
1
-24
/
+15
*
Introduce compatibility module
Hong Minhee
2013-04-13
1
-7
/
+5
*
Use io instead of codecs and StringIO
Hong Minhee
2013-04-13
1
-3
/
+7
*
Make print statements to look like function calls
Hong Minhee
2013-04-13
1
-1
/
+1
*
ConfigParser renamed to configparser since Python 3
Hong Minhee
2013-04-13
1
-2
/
+2
*
basestring and str are gone since Python 3
Hong Minhee
2013-04-13
1
-0
/
+5
*
Use `as` keyword instead of comma for exception catches
Hong Minhee
2013-04-13
1
-3
/
+3
*
Use relative imports
Hong Minhee
2013-04-11
1
-10
/
+20
*
Added ``output_encoding`` option to
Mike Bayer
2013-04-04
1
-1
/
+1
*
Remove unused imports
Hong Minhee
2013-03-31
1
-6
/
+3
*
remove this echo
Mike Bayer
2013-01-05
1
-1
/
+1
*
- add workaround to setup.py to avoid setuptools issue regarding multiprocessing
Mike Bayer
2013-01-05
1
-1
/
+7
*
- [feature] Support for tables in alternate schemas
Mike Bayer
2012-09-30
1
-1
/
+1
*
whitespace removal
Mike Bayer
2012-08-15
1
-3
/
+3
*
- [feature] New config argument
rel_0_3_3
Mike Bayer
2012-06-02
1
-2
/
+9
*
- [bug] bulk_insert() fixes:
rel_0_3_1
Mike Bayer
2012-04-07
1
-0
/
+2
*
- move to 0.3 as we are changing API
rel_0_3_0
Mike Bayer
2012-04-05
1
-4
/
+8
*
- add test coverage for standalone MigrationContext / Operations
Mike Bayer
2012-01-30
1
-0
/
+7
*
- [feature] The naming of revision files can
Mike Bayer
2012-01-24
1
-10
/
+32
*
this is all tests passing with the refactor, which IMHO is
Mike Bayer
2012-01-24
1
-7
/
+7
*
- rearrange the internals such that we no longer use global
Mike Bayer
2012-01-24
1
-7
/
+8
*
- Python 2.5 is supported, needs
Mike Bayer
2011-12-03
1
-0
/
+2
*
- Clean up file write operations so that
Mike Bayer
2011-12-03
1
-9
/
+11
*
switch to "from alembic import op" as its not
Mike Bayer
2011-11-30
1
-9
/
+9
*
- add mssql_batch_separator for offline mode
Mike Bayer
2011-11-29
1
-8
/
+9
*
- add begin_transaction() env.py helper. Emits the appropriate
Mike Bayer
2011-11-29
1
-5
/
+13
*
python 3 works ! near zero changes needed
Mike Bayer
2011-11-29
1
-1
/
+1
*
- add version check for at least 06, tests for 07 in selected
Mike Bayer
2011-11-28
1
-1
/
+11
*
- some test cleanup
Mike Bayer
2011-11-28
1
-9
/
+36
[next]