Merge lp://staging/~bloodearnest/lazr-postgresql/schema into lp://staging/lazr-postgresql
Proposed by
Simon Davy
Status: | Merged |
---|---|
Merged at revision: | 25 |
Proposed branch: | lp://staging/~bloodearnest/lazr-postgresql/schema |
Merge into: | lp://staging/lazr-postgresql |
Diff against target: |
268 lines (+61/-33) 4 files modified
src/lazr/postgresql/migrate.py (+11/-2) src/lazr/postgresql/tests/test_migrate.py (+17/-3) src/lazr/postgresql/tests/test_upgrade.py (+17/-17) src/lazr/postgresql/upgrade.py (+16/-11) |
To merge this branch: | bzr merge lp://staging/~bloodearnest/lazr-postgresql/schema |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+328173@code.staging.launchpad.net |
Commit message
Add support for specifying a schema to apply migrations to
Description of the change
Add support for explicit schemas
To post a comment you must log in.
Looks OK - just the SQL injection issue jumps out (see inline)