summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Support generics in code to allow Column[int] etcFederico Caselli2021-07-271-0/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Add asyncio.TimeoutError as an exit exceptionMike Bayer2021-06-071-0/+1
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-161/+161
* Minor optimization to the codeFederico Caselli2021-02-181-0/+1
* Fill-out dataclass-related attr resolutionMike Bayer2021-01-251-0/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Allow Declarative to extract class attr from fieldMike Bayer2020-12-191-0/+1
* Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+1
* Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-071-0/+1
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+1
* Reduce import time overheadMike Bayer2020-11-031-0/+1
* Merge "Drop python 3.5 support"mike bayer2020-10-101-1/+0
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-1/+0
* | generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-0/+1
|/
* Revert "Use monotonic time for pool age measurement"Mike Bayer2020-10-071-1/+0
* Use monotonic time for pool age measurementMike Bayer2020-10-071-0/+1
* Use preloaded for sql.util import in excMike Bayer2020-10-061-2/+2
* Enable pypy tests on github workflowFederico Caselli2020-10-021-0/+1
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-0/+1
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+4
* Add complete platform data to profiling dataFederico Caselli2020-08-071-0/+1
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-0/+2
* Make call-count profiling tests on osx have their own platform keyFederico Caselli2020-07-111-0/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-3/+1
* Use time.perf_counter() for cache time measurementMike Bayer2020-06-241-0/+1
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+1
* Add immutabledict C codeMike Bayer2020-05-231-0/+1
* Performance fixes for new result setMike Bayer2020-05-211-2/+1
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-2/+2
* Remove support for python 3.4Federico Caselli2020-03-301-2/+0
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-1/+2
* Merge "Ensure all nested exception throws have a cause"mike bayer2020-03-021-0/+1
|\
| * Ensure all nested exception throws have a causeMike Bayer2020-03-021-0/+1
* | Remove obsolete util.compat.nestedGord Thompson2020-03-021-1/+0
|/
* Result initial introductionMike Bayer2020-02-211-2/+0
* Deprecate connection branchingMike Bayer2020-02-211-0/+1
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-2/+2
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-2/+1
* Enable F821Mike Bayer2020-01-041-0/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-1/+1
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-0/+1
* Add _cache_key implementation.Mike Bayer2019-04-291-0/+1
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+1
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-0/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+2
* move to inspect_getfullargspecMike Bayer2019-01-151-1/+1