summaryrefslogtreecommitdiff
path: root/test/sql/test_roles.py
Commit message (Expand)AuthorAgeFilesLines
* Implement ScalarValueFederico Caselli2022-11-261-0/+17
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-8/+6
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* dont assume ClauseElement in attributes, coercionsMike Bayer2021-04-231-0/+17
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-18/+6
* Ensure Grouping._with_binary_element_type() maintains classMike Bayer2021-04-021-0/+14
* Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-031-0/+20
|\
| * Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+20
* | Add coercions to literal()Mike Bayer2021-02-031-0/+13
|/
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-20/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+20
* Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-5/+8
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+4
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-36/+33
* Refine IN and scalar subquery coercionsMike Bayer2020-06-011-20/+184
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-0/+15
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+34
* Use roles for ORM alias() conversionMike Bayer2019-05-271-0/+33
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-0/+218