summaryrefslogtreecommitdiff
path: root/test/base
Commit message (Expand)AuthorAgeFilesLines
* Merge "limit greenlet dependency to pypi-listed platforms"mike bayer2021-08-111-1/+3
|\
| * limit greenlet dependency to pypi-listed platformsMike Bayer2021-08-111-1/+3
* | Support generics in code to allow Column[int] etcFederico Caselli2021-07-271-0/+10
|/
* Replace all http:// links to https://Federico Caselli2021-07-041-9/+10
* ensure greenlet_spawn propagates BaseExceptionMike Bayer2021-06-181-0/+23
* Adjust create_proxy_methods() to use kw argumentsMike Bayer2021-06-031-0/+22
* Make other loop test compatible with py3.10Federico Caselli2021-05-271-11/+12
* get tests to pass on python 3.10Mike Bayer2021-05-271-4/+10
* Break up data.rst; add unions, literal_columnMike Bayer2021-04-221-0/+3
* Fixed ``scalar_one`` usage after ``unique``.Federico Caselli2021-04-171-7/+54
* Added back ``items`` and ``values`` to ``ColumnCollection`` class.Federico Caselli2021-03-171-1/+29
* Limit AsyncAdaptedQueue to Python 3.7Federico Caselli2021-01-241-0/+4
* Merge "Improve error message when await_ call errors"mike bayer2021-01-231-2/+2
|\
| * Improve error message when await_ call errorsFederico Caselli2021-01-211-2/+2
* | Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-0/+50
|/
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-133-14/+14
* Repair async test refactorMike Bayer2021-01-021-3/+4
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-1/+1
* Merge "Send deterministic ordering into unit of work topological"mike bayer2020-12-121-3/+1
|\
| * Send deterministic ordering into unit of work topologicalMike Bayer2020-12-111-3/+1
* | Merge "Implement `TypeEngine.as_generic`"mike bayer2020-12-091-0/+89
|\ \
| * | Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+89
* | | Merge "Detect non compatible execution in async mode"mike bayer2020-12-081-0/+13
|\ \ \ | |/ / |/| |
| * | Detect non compatible execution in async modeFederico Caselli2020-12-081-0/+13
| |/
* | Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-071-0/+27
|/
* ensure utf-8 used for opening tutorial filesMike Bayer2020-11-231-1/+1
* Support PEP-567 context variablesFantix King2020-11-191-0/+37
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-16/+35
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-0/+17
* Merge "Drop python 3.5 support"mike bayer2020-10-101-5/+1
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-5/+1
* | generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-102-142/+206
|/
* Use preloaded for sql.util import in excMike Bayer2020-10-061-1/+2
* Enable pypy tests on github workflowFederico Caselli2020-10-021-1/+2
* upgrade to black 20.8b1Mike Bayer2020-09-282-9/+44
* Raise if unique() not applied to 2.0 joined eager load resultsMike Bayer2020-09-211-0/+39
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-301-2/+2
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-2/+2
* | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-1/+1
|/
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+103
* Break scalars() and mappings() into separate objectsMike Bayer2020-08-121-18/+102
* Documentation updates for 1.4Mike Bayer2020-08-051-0/+9
* introduce deferred lambdasMike Bayer2020-07-031-0/+31
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Add version token to error URLMike Bayer2020-06-111-9/+28
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-1/+22
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-1/+27
* Convert execution to move through SessionMike Bayer2020-05-251-13/+40
* inline one_or_noneMike Bayer2020-05-241-0/+31
* Avoid proxy functions in row functionsFederico Caselli2020-05-231-0/+10