summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Update base.pypr/168effem-git2015-04-231-2/+2
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-224-18/+50
* - add a warning to SingletonThreadPool that it isn't for general useMike Bayer2015-04-211-0/+13
* - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-211-1/+5
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-203-12/+36
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-206-25/+48
* 1.0.1Mike Bayer2015-04-171-1/+1
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-173-1/+5
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-1/+7
* - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-121-0/+9
* - Fixed issue where a :class:`.MetaData` object that used a namingMike Bayer2015-04-101-1/+4
* - ensure that the keys we put into the parameters dictionaryMike Bayer2015-04-081-2/+4
* - Fixed a regression where the "last inserted id" mechanics wouldMike Bayer2015-04-081-12/+20
* - pymssql has PEP249 Binary contructor since 2.1.1pr/166Ramiro Morales2015-04-051-4/+5
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-042-2/+2
* Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-033-10/+15
|\
| * make sort_tables order deterministicSebastian Bank2015-03-073-10/+15
* | - next will be 1.0.0Mike Bayer2015-04-031-1/+1
* | - changelog + docstring for pullreq github:164Mike Bayer2015-04-031-0/+7
* | Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-032-6/+9
|\ \
| * | Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-202-6/+9
* | | - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+1
* | | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-012-26/+46
* | | - Added a list() call around a weak dictionary used within theMike Bayer2015-04-011-1/+1
* | | - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-31/+53
* | | - The warning emitted by the unicode type for a non-unicode typeMike Bayer2015-03-311-3/+6
* | | - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-312-22/+53
* | | - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-22/+70
* | | call this 1.0.0b5 for the momentMike Bayer2015-03-301-1/+1
* | | Fix typospr/165Ernest Walzel2015-03-261-1/+1
|/ /
* | - fix this for pg8000 of all backends...Mike Bayer2015-03-241-1/+1
* | - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-243-0/+5
* | - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-242-0/+10
* | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-17/+37
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-232-2/+3
* | - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+5
* | - more updates to the unicode mess to frame this inMike Bayer2015-03-225-75/+63
* | some doc defensesMike Bayer2015-03-213-2/+10
* | - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-212-2/+3
* | - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-202-2/+2
* | Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48Mike Bayer2015-03-201-0/+9
|\ \
| * | Add mention about mysqlclientINADA Naoki2015-03-141-2/+4
* | | - add a note that we aren't really doing zxjdbc right now even thoughMike Bayer2015-03-202-0/+5
* | | - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-208-21/+79
* | | Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla...Mike Bayer2015-03-202-1/+21
|\ \ \
| * | | add utf8mb4 recommendationThomas Grainger2015-03-181-0/+12
| * | | map MySQL encodings to python encodings fixes #2771Thomas Grainger2015-03-181-1/+9
* | | | Merge remote-tracking branch 'origin/pr/158' into pr158Mike Bayer2015-03-201-1/+3
|\ \ \ \
| * | | | fix Python 2-specific byte conversionpr/158David Marin2015-02-051-1/+3
* | | | | - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-9/+6
| |/ / / |/| | |