summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - native unicode expectations are too difficult to maintainMike Bayer2016-01-231-59/+0
* - move out match compiler test to test_compilerMike Bayer2016-01-232-21/+8
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-9/+24
* - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-10/+19
* - fix missing ANY symbolMike Bayer2015-08-181-1/+1
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-141-0/+37
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-1/+93
* - break out binary insert against None, disable for freetds for nowMike Bayer2015-05-243-13/+53
* - autopep8Mike Bayer2015-05-242-234/+271
* - liberalize list.remove() regexp as recent Pypy versionsMike Bayer2015-05-241-1/+1
* flake8 some testsMike Bayer2015-05-212-228/+312
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-0/+35
* - Repair _reinstall_default_lookups to also flip the _extended flagMike Bayer2015-05-011-149/+312
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-011-0/+19
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-0/+21
* - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-211-0/+15
* PEP8 cleanup in /test/aaa_profilingEric Streeper2015-04-121-11/+12
* PEP8 cleanup in /test/engineEric Streeper2015-04-126-79/+160
* PEP8 cleanup in /test/sqlEric Streeper2015-04-123-0/+3
* - adjust for "0"Mike Bayer2015-04-121-1/+3
* - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-101-0/+13
* - add test support for MySQLdb with use_unicode=1 or using mysqlclient on py3kMike Bayer2015-04-081-0/+6
* - add some teardown for connections that are held open after testsMike Bayer2015-04-081-6/+18
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-10/+50
* - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+28
* - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-012-45/+46
* - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+1
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-12/+21
* Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-03-101-0/+10
* Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-0/+16
* Test for partial index support in sqlite dialects.Kai Groner2015-03-101-1/+22
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-202-10/+155
* - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-201-0/+29
* - autopep8Mike Bayer2015-02-191-39/+43
* - flake8Mike Bayer2015-02-091-74/+99
* - test + changelogMike Bayer2015-02-081-0/+14
* - update test for newer API of _connection_for_bindMike Bayer2015-02-071-3/+3
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-042-0/+22
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-042-4/+52
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-022-3/+73
* - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-6/+28
* Add unit test for UUID arrays in PostgreSQL.Kevin Deldycke2015-02-011-0/+13
* - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-312-7/+26
* - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-0/+92
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-202-0/+43
* formattingMike Bayer2015-01-201-27/+30
* - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-0/+1
* - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-1/+53
* - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-131-2/+131
* Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-121-4/+7