summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/langhelpers.py
Commit message (Expand)AuthorAgeFilesLines
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Propagate asyncio flag from the dialect to selected pool classesFederico Caselli2021-06-081-1/+0
* Adjust create_proxy_methods() to use kw argumentsMike Bayer2021-06-031-2/+18
* Improve cascade backrefs warning and add `code` to deprecation warningsStephen Rosen2021-05-101-3/+3
* calculate warnings stacklevels dynamicallyMike Bayer2021-05-101-5/+38
* Expand sibling tests for overlaps warningMike Bayer2021-03-311-1/+4
* Adapt for importlib_metadata changesMike Bayer2021-03-291-3/+1
* Minor optimization to the codeFederico Caselli2021-02-181-0/+11
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* happy new yearMike Bayer2021-01-041-1/+1
* Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+15
* revert the code change part of the previous commitMike Bayer2020-11-071-10/+6
* improve verbiage a bit for the public_factoryMike Bayer2020-11-071-11/+24
* Reduce import time overheadMike Bayer2020-11-031-14/+29
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-8/+147
* Use preloaded for sql.util import in excMike Bayer2020-10-061-47/+0
* Enable pypy tests on github workflowFederico Caselli2020-10-021-2/+2
* upgrade to black 20.8b1Mike Bayer2020-09-281-9/+8
* error message for LookupRamonWill2020-08-171-0/+14
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-131-6/+4
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-2/+2
* Rename Table.tometadata to to_metadataGord Thompson2020-06-291-3/+28
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-1/+10
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-1/+8
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-1/+3
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-21/+50
* import the module as passed before we look in sys.modulesMike Bayer2020-03-171-4/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-121/+40
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-2/+4
* Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-4/+30
* Merge "Use context managers for threading.Lock()"mike bayer2020-01-031-8/+2
|\
| * Use context managers for threading.Lock()Heckad2020-01-031-8/+2
* | happy new yearMike Bayer2020-01-011-1/+1
|/
* Support SQLite URIsMike Bayer2019-09-211-3/+6
* Add new "exec_once_unless_exception" system; apply to dialect.initializeMike Bayer2019-08-181-2/+7
* Rewrite pool reset_on_return parsing using a util functionMike Bayer2019-08-111-0/+35
* Strong reference listen function wrapped by "once"Mike Bayer2019-08-041-0/+3
* Enable F841Mike Bayer2019-06-201-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-0/+10
* Add _cache_key implementation.Mike Bayer2019-04-291-0/+11
* run a black runMike Bayer2019-03-051-1/+3
* - repair param inject to work around code examples to some degreeMike Bayer2019-03-051-0/+6
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+80
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-0/+6
* Fix many spell glitchesLele Gaifax2019-01-251-2/+2
* move to inspect_getfullargspecMike Bayer2019-01-151-64/+73
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-9/+14
* Run black -l 79 against all source filesMike Bayer2019-01-061-170/+253
* Prep for flake8 refactoringMike Bayer2019-01-031-1/+3