summaryrefslogtreecommitdiff
path: root/oslo/db
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add a check for SQLite transactional state"1.0.00.5.0Jenkins2014-09-151-2/+11
|\
| * Add a check for SQLite transactional stateMike Bayer2014-09-091-2/+11
* | Merge "Clean up documentation"Jenkins2014-09-131-13/+13
|\ \
| * | Clean up documentationDoug Hellmann2014-09-041-13/+13
* | | Merge "Fix DBReferenceError on MySQL and SQLite"Jenkins2014-09-111-6/+6
|\ \ \
| * | | Fix DBReferenceError on MySQL and SQLiteJulien Danjou2014-09-051-6/+6
| |/ /
* | | Merge "Use single quotes for db schema sanity check"Jenkins2014-09-111-1/+1
|\ \ \ | |_|/ |/| |
| * | Use single quotes for db schema sanity checkHuai Jiang2014-09-041-1/+1
* | | Merge "Renaming in WalkVersionsMixin"Jenkins2014-09-091-11/+35
|\ \ \
| * | | Renaming in WalkVersionsMixinOleksii Chuprykov2014-09-051-11/+35
| |/ /
* | | Let oslotest manage the six.move setting for moxDoug Hellmann2014-09-071-5/+0
| |/ |/|
* | ModelsMigrationsSync:Override compare_server_defaultAnn Kamyshnikova2014-09-031-4/+20
|/
* Merge "Use oslo.i18n"Jenkins2014-09-0211-458/+44
|\
| * Use oslo.i18nAndrey Kurilin2014-09-0111-458/+44
* | Repair pysqlite transaction supportMike Bayer2014-08-281-0/+12
|/
* Extract logging setup into a separate functionRoman Vasilets2014-08-261-9/+20
* Merge "Consolidate sqlite and mysql event listeners"Jenkins2014-08-231-94/+46
|\
| * Consolidate sqlite and mysql event listenersMike Bayer2014-08-211-94/+46
* | Merge "Added check to see whether oslotest is installed"Jenkins2014-08-221-1/+7
|\ \ | |/ |/|
| * Added check to see whether oslotest is installedOleksii Chuprykov2014-08-201-1/+7
* | Use dialect dispatch for engine initiailization.Mike Bayer2014-08-211-37/+79
* | Add get_non_innodb_tables() to utilsVlad Okhrimenko2014-08-211-0/+33
* | Implement a dialect-level function dispatch systemMike Bayer2014-08-121-0/+206
|/
* Merge "Move to oslo.utils"Jenkins2014-08-116-289/+9
|\
| * Move to oslo.utilsAndrey Kurilin2014-08-116-289/+9
* | Restore correct source file encodingsMike Bayer2014-08-071-0/+2
* | Merge "Fixed DeprecationWarning in exc_filters"Jenkins2014-08-061-1/+1
|\ \
| * | Fixed DeprecationWarning in exc_filtersAlexei Kornienko2014-08-011-1/+1
* | | Fixes comments to pass E265 check.Petr Blaho2014-08-033-4/+4
* | | Fixes indentations to pass E128 check.Petr Blaho2014-08-034-24/+27
* | | Uses keyword params for i18n string to pass H703Petr Blaho2014-08-032-3/+4
| |/ |/|
* | Adds empty line to multilines docs to pass H405Petr Blaho2014-08-032-12/+18
* | Updates one line docstring with dot to pass H402Petr Blaho2014-08-031-1/+1
|/
* oslo.db.exceptions module documentationIlya Pekelny2014-07-301-7/+96
* Merge "remove definitions of Python Source Code Encoding"Jenkins2014-07-301-2/+0
|\
| * remove definitions of Python Source Code EncodingChristian Berendt2014-05-251-2/+0
* | Merge "Specify raise_on_warnings=False for mysqlconnector"Jenkins2014-07-291-0/+5
|\ \
| * | Specify raise_on_warnings=False for mysqlconnectorAngus Lees2014-07-221-0/+5
* | | Merge "oslo.db.api module documentation"Jenkins2014-07-291-26/+62
|\ \ \
| * | | oslo.db.api module documentationIlya Pekelny2014-07-281-26/+62
* | | | Merge "oslo.db.options module documentation"Jenkins2014-07-281-1/+47
|\ \ \ \
| * | | | oslo.db.options module documentationIlya Pekelny2014-07-281-1/+47
| |/ / /
* | | | Merge "Extension of DBDuplicateEntry exception"Jenkins2014-07-282-8/+16
|\ \ \ \
| * | | | Extension of DBDuplicateEntry exceptionpkholkin2014-07-282-8/+16
| |/ / /
* | | | Merge "Allow tox tests with complex OS_TEST_DBAPI_CONNECTION URLs"Jenkins2014-07-281-21/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Allow tox tests with complex OS_TEST_DBAPI_CONNECTION URLsAngus Lees2014-07-221-21/+23
| |/ /
* | | Merge "Raise DBReferenceError on foreign key violation"Jenkins2014-07-252-0/+48
|\ \ \
| * | | Raise DBReferenceError on foreign key violationJulien Danjou2014-07-212-0/+48
| |/ /
* | | Merge "Use SQLAlchemy cursor execute events for tracing"Jenkins2014-07-251-40/+41
|\ \ \
| * | | Use SQLAlchemy cursor execute events for tracingMike Bayer2014-07-241-38/+39