summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* pep-484: session, instancestate, etcMike Bayer2022-04-121-0/+1
* pep484 - sql.selectableMike Bayer2022-04-041-2/+3
* pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-2/+5
* pep484 - SQL internalsMike Bayer2022-03-241-0/+2
* pep-484 - SQL column operationsMike Bayer2022-03-151-0/+2
* pep-484 for engineMike Bayer2022-03-011-1/+0
* pep-484 for poolMike Bayer2022-02-171-0/+4
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-127/+131
* mypy: sqlalchemy.utilMike Bayer2022-01-241-1/+0
* Initial ORM typing layoutMike Bayer2022-01-141-1/+2
* remove internal use of metaclassesMike Bayer2022-01-111-1/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-4/+1
* Replace raise_ with raise fromFederico Caselli2021-12-271-3/+0
* Clean up most py3k compatFederico Caselli2021-11-241-31/+0
* use tuple expansion if type._is_tuple, test for Sequence if no typeMike Bayer2021-11-051-0/+1
* First round of removal of python 2Federico Caselli2021-11-011-1/+0
* 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