Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
7389e6afc44e7fc9b3f695bea86cf6e3b2f57cfa
/
database
/
migrate_unittest.py
d03e6b5
[autotest] change python shebang to python2
by Mike Frysinger
· 5 years ago
6631273
Make a bunch of stuff executable
by mbligh
· 15 years ago
7c8ea99
Not all distros put a symlink in for the python version. However
by mbligh
· 15 years ago
eca1f21
Make migration manager support migration modules with just strings "UP_SQL" and/or "DOWN_SQL". It seems to be a very common case that we just write SQL strings for up and down and then have some boilerplate migrate_up() and migrate_down() methods. Now we won't need those methods in that case. Of course, if you include those methods, they'll still get called instead.
by showard
· 15 years ago
8bcd23a
Move all MySQLdb imports after the 'import common' so that a MySQLdb
by mbligh
· 16 years ago
442e71e
Move migration system into database/ directory.
by showard
· 16 years ago
[Renamed (97%) from migrate/migrate_unittest.py]
0e73c85
Add a generic database wrapper, supporting different database backends, to be used by migrate, scheduler, parser (eventually), and maybe others. This will consolidate the multiple database wrappers we have throughout the code and allow us to swap in SQLite for MySQL for unit testing purposes.
by showard
· 16 years ago
0afbb63
Convert all python code to use four-space indents instead of eight-space tabs.
by jadmanski
· 16 years ago
9b907d6
Some small change to global_config.py and migrate.py as well as
by mbligh
· 16 years ago
1bcdd5e
rename migrate/migrate_test.py to migrate/migrate_unittest.py
by mbligh
· 17 years ago
[Renamed from migrate/migrate_test.py]
f208abc
forgot to svn add this file
by showard
· 17 years ago