summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-3/+6
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-0/+3
* fix test ordering issuesMike Bayer2014-07-271-0/+2
* - remove print statementMike Bayer2014-07-271-3/+4
* - remove debugging assertionsMike Bayer2014-07-272-9/+5
* - add support for tags, including include/exclude support.Mike Bayer2014-07-276-37/+168
* - scale up for mysql, sqliteMike Bayer2014-07-264-42/+181
* Merge branch 'master' into xdist_pocMike Bayer2014-07-265-138/+209
|\
| * - rework the exclusions system to have much better support for compoundMike Bayer2014-07-265-138/+215
* | - use a template database for PG so extensions get created automaticallyMike Bayer2014-07-251-4/+7
* | Merge branch 'master' into xdist_pocMike Bayer2014-07-251-0/+1
|\ \ | |/
| * - restore non_updating_cascade to test_manytomany_nonpassive, but alsoMike Bayer2014-07-251-0/+1
* | - proof of concept for parallel testingMike Bayer2014-07-256-13/+102
|/
* - more pg8000 tests passingMike Bayer2014-07-252-1/+8
* Merge remote-tracking branch 'origin/pr/117' into pg8000Mike Bayer2014-07-251-0/+19
|\
| * Fix support for two phase commit in pg8000 dialectTony Locke2014-07-191-0/+19
* | Merge remote-tracking branch 'origin/pr/124' into issue3141Mike Bayer2014-07-251-1/+1
|\ \
| * | Fix argument to array() in array._bind_param()pr/124Andrew2014-07-241-1/+1
* | | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-253-4/+19
* | | - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-242-6/+50
|/ /
* | - update some SQL server tests, supportMike Bayer2014-07-221-1/+17
* | - allow 10 stray connections that need a gcMike Bayer2014-07-221-4/+7
* | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level featureMike Bayer2014-07-211-2/+6
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-20126-6655/+7470
|/
* - also add the alternate approach, name column distinctly from attribute name,Mike Bayer2014-07-161-0/+14
* - add a documentation section for naming conflicts, fixes #3129Mike Bayer2014-07-161-0/+44
* - reinstate E123, E125, E128Mike Bayer2014-07-161-103/+146
* - fully flake8 this fileMike Bayer2014-07-151-234/+233
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-151-11/+19
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-153-8/+12
* - wrestle with conv() and tests some moreMike Bayer2014-07-142-42/+53
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-143-14/+24
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-144-19/+49
* - Fixed a regression from 0.9.5 caused by :ticket:`3025` where theMike Bayer2014-07-141-0/+3
* - Added statement encoding to the "SET IDENTITY_INSERT"Mike Bayer2014-07-142-6/+13
* - In the SQL Server pyodbc dialect, repaired the implementationMike Bayer2014-07-141-1/+2
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-141-0/+1
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-141-7/+10
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-141-2/+4
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-143-2/+10
* Merge branch 'pep8'Mike Bayer2014-07-1336-851/+938
|\
| * PEP8 style fixesBrian Jarrett2014-07-1336-851/+938
* | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-132-8/+10
|/
* - The :meth:`.TypeEngine.with_variant` method will now accept aMike Bayer2014-07-101-1/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-09161-161/+322
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-15/+19
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-091-1/+3
* - Fixed bug where "python setup.py test" wasn't calling intoMike Bayer2014-07-091-0/+10
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-082-4/+15
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-083-8/+60