summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-232-4/+4
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-78/+276
* - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-211-0/+15
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-202-4/+33
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-203-39/+261
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-171-3/+24
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-0/+11
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-1215-94/+172
|\
| * PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-206-79/+160
| * PEP8 cleanup in /test/aaa_profilingEric Streeper2015-03-183-6/+9
| * PEP8 cleanup in /test/sqlEric Streeper2015-03-186-9/+3
* | - remove excess commentMike Bayer2015-04-121-2/+0
* | - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-121-2/+41
* | - 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
* | - ensure that the keys we put into the parameters dictionaryMike Bayer2015-04-081-1/+8
* | - add some teardown for connections that are held open after testsMike Bayer2015-04-081-6/+18
* | - Fixed the pathing used when tests run; for sqla_nose.py and py.test,Mike Bayer2015-04-041-4/+6
* | - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-10/+50
* | Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-032-0/+44
|\ \
| * | unit-test deterministic topological sortSebastian Bank2015-03-071-0/+29
| * | make sort_tables order deterministicSebastian Bank2015-03-071-0/+15
* | | Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-031-1/+13
|\ \ \
| * | | Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-201-1/+13
* | | | - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+28
* | | | - use odict here for test determinismMike Bayer2015-04-011-7/+9
* | | | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-012-44/+33
* | | | - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-012-1/+2
* | | | - The warning emitted by the unicode type for a non-unicode typeMike Bayer2015-03-311-1/+10
* | | | - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-311-0/+41
* | | | - use an ordered dict so that queries are deterministicMike Bayer2015-03-301-4/+4
* | | | - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-0/+252
|/ / /
* | | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-242-0/+132
* | | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-231-0/+9
* | | - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+1
* | | - totally skip on mysqlconnector for nowMike Bayer2015-03-211-0/+1
* | | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-211-0/+14
* | | - oursql is unsupported on thisMike Bayer2015-03-211-0/+1
* | | - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-201-0/+3
* | | - test fixMike Bayer2015-03-201-0/+1
* | | - add a test for #2771, fixes #2771Mike Bayer2015-03-201-0/+8
| |/ |/|
* | - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-0/+33
* | - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-172-0/+44
* | Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+9
* | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-113-2/+785
* | - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-12/+21
* | - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-112-1/+100
* | - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-101-1/+37
* | - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-102-12/+38