summaryrefslogtreecommitdiff
path: root/test/orm/test_lockmode.py
Commit message (Expand)AuthorAgeFilesLines
* remove more bound metadataMike Bayer2021-01-051-25/+25
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-1/+1
* Change Oracle max_identifier_length to 128Mike Bayer2019-10-021-1/+1
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-1/+1
* Generate Oracle ROWNUM scheme using named subqueriesMike Bayer2019-06-131-2/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-48/+0
* Post black reformattingMike Bayer2019-01-061-6/+6
* Run black -l 79 against all source filesMike Bayer2019-01-061-55/+61
* Render FOR UPDATE on the inner subquery as well as the outerMike Bayer2018-05-011-2/+139
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-27/+40
* Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-2/+25
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-0/+18
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-98/+118
* - fix up rendering of "of"Mike Bayer2013-11-281-4/+4
* added ORM supportMario Lassnig2013-11-141-2/+51
* add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+16
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-0/+114