summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-1/+1
| * | | - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-143-8/+63
* | | | Remove relkind from construct arguments.Rodrigo Menezes2014-08-261-2/+1
* | | | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-29/+9
* | | | Add a view synonym too for consistency.Rodrigo Menezes2014-08-141-1/+2
* | | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-1415-103/+227
|\ \ \ \ | |/ / /
| * | | - repair against use hereMike Bayer2014-08-141-2/+3
| * | | - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-133-10/+67
| * | | - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-132-22/+26
| * | | - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-139-26/+26
| * | | flake8 cleanupMike Bayer2014-08-132-24/+28
| * | | Merge branch 'pr126'Mike Bayer2014-08-133-24/+82
| |\ \ \
| | * | | - public method name is get_enums()Mike Bayer2014-08-132-27/+76
| | * | | Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-2/+10
| | * | | DropEnumType class available from postgres dialectIlya Pekelny2014-08-081-2/+3
* | | | | Added support for postgres_relkind.Rodrigo Menezes2014-08-142-15/+33
|/ / / /
* | | | - rework documentation for reflection flags; also includeMike Bayer2014-08-091-42/+99
* | | | Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-2/+2
* | | | - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-094-50/+172
* | | | - use configured test_schema hereMike Bayer2014-08-081-12/+14
* | | | - have python setup.py test use xdist with -qMike Bayer2014-08-081-1/+1
|/ / /
* | | -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-0/+29
* | | - add some docs to try to explain the behavior with MySQL / TIMESTAMP.Mike Bayer2014-08-041-0/+91
* | | - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-1/+1
|/ /
* | - workaround removal of nested() in py3kMike Bayer2014-07-302-1/+35
* | - repair test finding to not skip the test_suite testsMike Bayer2014-07-302-2/+1
* | - 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
|/