Merge lp://staging/~jbaker/storm/oracle_support into lp://staging/storm
Proposed by
Jason Baker
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~jbaker/storm/oracle_support |
Merge into: | lp://staging/storm |
Diff against target: |
1573 lines (+1287/-39) 9 files modified
README (+38/-2) oracle_test_setup.sql (+13/-0) storm/databases/oracle.py (+590/-0) storm/expr.py (+1/-1) storm/variables.py (+2/-0) tests/databases/base.py (+32/-31) tests/databases/oracle.py (+372/-0) tests/store/base.py (+5/-5) tests/store/oracle.py (+234/-0) |
To merge this branch: | bzr merge lp://staging/~jbaker/storm/oracle_support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jamu Kakar (community) | Abstain | ||
Storm Developers | Pending | ||
Review via email: mp+15442@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 360. By Jason Baker
-
Making the oracle backend properly handle disconnection errors
- 359. By Jason Baker
-
Updating from trunk.
- 358. By Jason Baker
-
Merging some changes in from lp:~jkakar/storm/oracle-support-tweaks
- 357. By Jason Baker
-
Merging in changes from trunk.
- 356. By Jason Baker <jason@ubuntu>
-
Added instructions for getting started with Oracle.
- 355. By Jason Baker <jason@ubuntu>
-
Adding in a script to set up a test user in an oracle database.
- 354. By Jason Baker <jason@ubuntu>
-
Reverting the error handling back to the way it was for now. For whatever reason, this led to spurious error reports when running tests.
- 353. By Jason Baker <jason@ubuntu>
-
Temporarily commenting out the Disconnection tests until they can be fixed.
- 352. By Jason Baker <jason@ubuntu>
-
Adding an error description for cx_Oracle not being found
- 351. By Jason Baker <jason@ubuntu>
-
Merge from trunk.
This should be ready for merge. I've commented out the disconnection tests for now. Some parts of this are still somewhat ugly, but it's a good starting point.