summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add new foreign key utility function to utilsoorgeron2017-09-221-5/+99
* Remove class InsertFromSelectzhangyangyang2017-09-041-44/+0
* Enable MySQL Storage Engine selectionoorgeron2017-06-261-0/+30
* Remove log translationschenlx2017-03-301-5/+5
* Explain paginate_query doesn't provide parameter offsetChangBo Guo(gcb)2017-02-061-0/+5
* Coerce booleans to integer values in paginate_queryKevin Benton2017-01-171-3/+8
* Modify word "whetever" to "whether"ahdj0072016-12-291-1/+1
* Merge "Strip prefix `migrate_` in parameter `migrate_engine`"Jenkins2016-12-071-63/+60
|\
| * Strip prefix `migrate_` in parameter `migrate_engine`int32bit2016-12-051-63/+60
* | Fix marker checking when value is Nonetengqm2016-12-061-13/+20
|/
* Check if an index on given columns existsint32bit2016-12-011-12/+33
* utils: deprecate InsertFromSelect properlyRoman Podoliaka2016-11-041-4/+6
* Add additional caution looking for table, infoMike Bayer2016-09-071-8/+13
* utils: fix get_unique_keys() when model has no table attached to itJulien Danjou2016-09-021-6/+25
* Correctly detect incomplete sort_keys passed to paginate_queryIhar Hrachyshka2016-08-311-5/+45
* Repair boolean CHECK constraint detectionMike Bayer2016-06-011-17/+14
* exceptions: enhance InvalidSortKey to carry the invalid keyJulien Danjou2016-02-021-1/+1
* pagination: enhance sorting of null valuesMehdi Abaakouk2015-08-061-10/+27
* Remove oslo namespace packageDoug Hellmann2015-06-211-3/+3
* Replace utils method with oslo.utils reflection provided one1.11.0Joshua Harlow2015-06-061-25/+0
* Sort model fields using getattr(), not inspect()Mike Bayer2015-05-051-1/+4
* Merge "Fixed bug in InsertFromSelect columns order"Jenkins2015-04-011-13/+32
|\
| * Fixed bug in InsertFromSelect columns orderTimofey Durakov2015-03-131-13/+32
* | Implement generic update-on-match featureMike Bayer2015-03-051-0/+12
|/
* Organize provisioning to use testresourcesMike Bayer2015-02-041-0/+124
* Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
* Make sure sort_key_attr is QueryableAttribute when queryEli Qiao2015-01-091-2/+4
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+1012