summaryrefslogtreecommitdiff
path: root/test/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add immutabledict C codeMike Bayer2020-05-231-2/+91
* Performance fixes for new result setMike Bayer2020-05-211-0/+101
* Disable "check unicode returns" under Python 3Mike Bayer2020-05-191-0/+2
* Ensure order in doctest of core/tutorial.rstFederico Caselli2020-05-111-0/+3
* Merge "Add warn_deprecated_limited feature"mike bayer2020-05-061-0/+36
|\
| * Add warn_deprecated_limited featureGord Thompson2020-05-011-0/+36
* | Don't apply sets or similar to objects in IdentitySetMike Bayer2020-05-031-4/+23
* | Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-012-139/+790
|/
* Rename py.test to pytestGord Thompson2020-04-161-1/+1
* Create initial 2.0 engine implementationMike Bayer2020-04-162-6/+44