summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branchoracleOlly Cope2018-06-080-0/+0
* Override quote_identifier for MySQLOlly Cope2018-01-301-14/+6
* Push identifier quoting down into function that can be overridden per-backendOlly Cope2018-01-301-25/+38
* Tidy up whitespaceOlly Cope2018-01-301-1/+0
* Remove redundant calls to _with_placeholdersOlly Cope2018-01-291-4/+4
* Backout double quoting in test modulesOlly Cope2018-01-295-74/+75
* mergeOlly Cope2018-01-2913-78/+245
|\
| * Merged in Artimi/yoyo (pull request #10)Olly Cope2018-01-2913-108/+246
| |\
| | * mergeOlly Cope2018-01-291-1/+1
| | |\
| | | * Bump version numberOlly Cope2018-01-291-1/+1
| | * | tests: fix mysql backend returning stale dataOlly Cope2018-01-291-0/+1
| | * | tests: refactor assertion for clarityOlly Cope2018-01-291-1/+2
| | * | tests: skip concurrency tests on sqliteOlly Cope2018-01-292-0/+10
| | * | Fix error trying to save database urls in the config that contain percentsOlly Cope2018-01-291-1/+2
| | * | Factor DatabaseBackend.lock into smaller functionsOlly Cope2018-01-291-10/+18
| | * | Improve LockException message wordingOlly Cope2018-01-291-3/+2
| | * | tests: fix for mysql not liking double quotes around table namesOlly Cope2018-01-291-1/+1
| | * | lint whitespaceOlly Cope2018-01-291-1/+0
| | * | Add note to readme about backend.lockOlly Cope2018-01-291-2/+4
| | * | rewrite locking mechanism to use a lock table and pollingOlly Cope2018-01-295-43/+153
| | * | postgresql: connect using keyword arguments in preference to a dsnOlly Cope2018-01-292-9/+8
| | * | tests: always teardown any _yoyo prefixed tables at end of test runOlly Cope2018-01-291-0/+9
| | * | tests: dry up pytest 'backend' fixtureOlly Cope2018-01-293-35/+26
| | * | add DatabaseURI.__str__ methodOlly Cope2018-01-291-2/+5
| | * | Move lock acquisition up to script entrypoint levelOlly Cope2018-01-182-17/+21
| | * | Improve thread logic in lock_migration_table testsOlly Cope2017-09-141-2/+4
| | * | Fix transactional rollback logicOlly Cope2017-09-141-2/+2
| | * | Fix PEP8 violationsOlly Cope2017-03-192-8/+7
| | * | Add test for lock_migration_tablePetr ?ebek2017-02-061-2/+18
| * | | Add test for lock_migration_tablePetr ?ebek2017-02-061-1/+17
| |/ /
| * | Postgresql lock migration tablePetr ?ebek2017-02-031-5/+18
| |/
* | Refine oracle list_tables_sql to ignore tables owned by other users.Donald Sarratt2017-11-091-1/+1
* | Exclude the CREATE DATABASE test from Oracle.Donald Sarratt2017-11-081-2/+2
* | Enable support for ANSI quoting in MySQL.Donald Sarratt2017-11-081-2/+8
* | Need to double-escape the strings in with_migrations() decorators.Donald Sarratt2017-11-082-32/+32
* | Add Oracle backend.Donald Sarratt2017-11-082-0/+33
* | Add support for Oracle's named paramstyle.Donald Sarratt2017-11-081-0/+1
* | Double-quote table names to support Oracle's quoted identifiers format.Donald Sarratt2017-11-085-72/+72
* | Created new branch oracleDonald Sarratt2017-11-080-0/+0
|/
* Bumped version number for devOlly Cope2017-01-121-1/+1
* Added tag v5.0.5-release for changeset 330ac94a3b23Olly Cope2017-01-120-0/+0
* Bumped version number for release v5.0.5-releasev5.0.5-releaseOlly Cope2017-01-121-1/+1
* Mark changelog with release date for v5.0.5Olly Cope2017-01-121-2/+2
* Update changelogOlly Cope2017-01-121-0/+9
* tests: change deprecated method nameOlly Cope2017-01-121-1/+1
* apply linter suggestionsOlly Cope2017-01-122-2/+3
* tox: add py36 and remove test support for py33, py34Olly Cope2017-01-121-1/+1
* Add a __transactional__ flag for migration filesOlly Cope2017-01-125-44/+158
* backends: allow mysql connection to use a unix socketOlly Cope2017-01-122-1/+3
* Bumped version number for devOlly Cope2016-09-041-1/+1