summaryrefslogtreecommitdiff
path: root/test/base
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-172-0/+81
* adapt pytest plugin to support pytest v7Federico Caselli2021-11-291-1/+0
* Clean up most py3k compatFederico Caselli2021-11-245-119/+30
* Remove object in class definitionFederico Caselli2021-11-224-80/+80
* Merge "ensure soft_close occurs for fetchmany with server side cursor" into mainmike bayer2021-11-021-2/+12
|\
| * ensure soft_close occurs for fetchmany with server side cursorMike Bayer2021-11-021-2/+12
* | First round of removal of python 2Federico Caselli2021-11-014-109/+6
|/
* initial 2.0 setupMike Bayer2021-10-301-8/+0
* deprecation warnings: with_parent, aliased, from_joinpointMike Bayer2021-10-271-0/+2
* Ensure all SQLAlchemy exception can be properly pickledFederico Caselli2021-10-011-0/+133
* Relax the Python version check for `__class_getitem__` testslayday2021-09-191-1/+1
* 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
|/