summaryrefslogtreecommitdiff
path: root/test/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in resultproxy.c and test compatibility with python 3.5Federico Caselli2020-03-281-0/+2
* Improve the method ``__str__`` of :class:`ColumnCollection`Federico Caselli2020-03-241-0/+11
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-0/+33
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-10/+18
* Result initial introductionMike Bayer2020-02-211-18/+34
* Query linter optionAlessio Bogon2020-01-221-0/+2
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-12/+5
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-13/+0
* Fix WeakSequence circular referenceCarson Ip2019-12-271-0/+13
* Skip sub-minute timezone tests for Python 3 < 3.7Mike Bayer2019-12-021-1/+6
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+62
* pass executemany context to _repr_paramsMike Bayer2019-10-111-0/+2
* Add new "exec_once_unless_exception" system; apply to dialect.initializeMike Bayer2019-08-181-0/+136
* Rewrite pool reset_on_return parsing using a util functionMike Bayer2019-08-111-0/+63
* Strong reference listen function wrapped by "once"Mike Bayer2019-08-041-0/+27
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-112/+447
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+24
* Enable F841Mike Bayer2019-06-202-3/+3
* Add test to as_interface when no cls or methodsToni Karppi2019-02-211-0/+4
* Include newlines in StatementError formattingNate Clark2019-02-201-29/+51
* move to inspect_getfullargspecMike Bayer2019-01-151-31/+132
* Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-0/+46
* Post black reformattingMike Bayer2019-01-066-35/+55
* Run black -l 79 against all source filesMike Bayer2019-01-066-930/+1042
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-0/+119
* Mention Properties keys in __dir__Korn, Uwe2018-08-011-1/+7