summaryrefslogtreecommitdiff
path: root/test/base/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Adjust create_proxy_methods() to use kw argumentsMike Bayer2021-06-031-0/+22
* Added back ``items`` and ``values`` to ``ColumnCollection`` class.Federico Caselli2021-03-171-1/+29
* Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+89
* Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-071-0/+27
* 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-101-93/+129
|/
* Use preloaded for sql.util import in excMike Bayer2020-10-061-1/+2
* Enable pypy tests on github workflowFederico Caselli2020-10-021-1/+2
* Documentation updates for 1.4Mike Bayer2020-08-051-0/+9
* Add immutabledict C codeMike Bayer2020-05-231-2/+91
* Don't apply sets or similar to objects in IdentitySetMike Bayer2020-05-031-4/+23
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-139/+0
* 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
* 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
* Rewrite pool reset_on_return parsing using a util functionMike Bayer2019-08-111-0/+63
* 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-201-2/+2
* Add test to as_interface when no cls or methodsToni Karppi2019-02-211-0/+4
* 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-061-12/+26
* Run black -l 79 against all source filesMike Bayer2019-01-061-491/+537
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-0/+119
* Mention Properties keys in __dir__Korn, Uwe2018-08-011-1/+7
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-1/+36
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-92/+120
* Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-141-0/+13
* Repair pickling for Properties objectPieter Mulder2016-06-291-0/+35
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-211-1/+15
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-1/+33
* - Fixed bug where some exception re-raise scenarios would attachMike Bayer2016-01-181-0/+59
* Fix _assert_unorderable_types on py36.pr/218Iuri de Silvio2015-11-301-1/+4
* - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-0/+69
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-1/+29
* - Fixed an internal "memoization" routine for method types suchMike Bayer2015-06-081-1/+2
* - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-241-0/+30
* - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-141-1/+38
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-281-25/+39
* put fails for these various things that don't work on pypy, not sure what app...Mike Bayer2014-03-081-1/+7