summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/langhelpers.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-0/+45
* Modernize cx_Oracle parametersMike Bayer2018-11-151-1/+3
* Fix dependency_for final argumentJoe Urciuoli2018-10-011-1/+1
* Vendor python3 formatargspecMike Bayer2018-06-281-11/+11
* happy new yearMike Bayer2018-01-121-1/+1
* PG dialect test fixesMike Bayer2017-10-021-0/+3
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-271-1/+7
* New features from python 2.7Катаев Денис2017-03-171-1/+1
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-071-3/+7
* Support python3.6Mike Bayer2017-01-131-2/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-141-1/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-0/+7
* Merge remote-tracking branch 'origin/pr/210'Mike Bayer2015-11-301-4/+4
|\
| * Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-4/+4
* | - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-11/+7
* | - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-151-0/+26
|/