summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the interaction between composite attributes andMike Bayer2013-06-102-15/+24
* Merge pull request #3 from bslatkin/mastermike bayer2013-06-081-7/+16
* - changelog for [ticket:2704]Mike Bayer2013-06-081-9/+13
* Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-7/+25
* When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-061-2/+16
* The ``deferrable`` keyword argument on :class:`.ForeignKey` andMike Bayer2013-06-031-0/+2
* Fixed bug where :class:`.MutableDict` didn't report a change eventMike Bayer2013-06-031-0/+4
* Fixed bug whereby joining a select() of a table "A" with multipleMike Bayer2013-06-031-1/+2
* Fixed bug whereby using :meth:`.MetaData.reflect` across a remoteMike Bayer2013-06-031-4/+13
* - remove the ``__iter__()`` with notimplemented since it interferesMike Bayer2013-06-031-5/+0
* Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+6
* restore functionality hereMike Bayer2013-05-301-0/+1
* Added a new method :meth:`.Query.select_entity_from` whichMike Bayer2013-05-302-10/+137
* add the py2k symbol from the 0.9 branch to support the hstore changeMike Bayer2013-05-293-1/+3
* - repair for py3kMike Bayer2013-05-291-1/+6
* Unicode support for psycopg2 native hstore implementationDmitry Mugtasimov2013-05-291-1/+2
* hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-10/+26
* - move an import stuck in the middle here...Mike Bayer2013-05-281-1/+1
* fix this testMike Bayer2013-05-261-1/+1
* Merge pull request #1 from cjw296/small-fixesmike bayer2013-05-262-3/+3
|\
| * Show the conflicting column in the warning!Chris Withers2013-05-261-2/+2
| * fix incorrect method nameChris Withers2013-05-261-1/+1
* | - fixing AbstractConcreteBase import in docstring, [ticket:2717]Diana Clarke2013-05-261-1/+1
|/
* Fixed a bug where the routine to detect the correct kwargsMike Bayer2013-05-231-24/+22
* Regression from this ticket caused the unsupported keywordMike Bayer2013-05-151-0/+6
* Fixed a regression from 0.7 caused by this ticket, whichMike Bayer2013-05-131-1/+8
* - moderinzed the docs for the foreign_keys parameter a bit,Mike Bayer2013-05-101-20/+53
* - Fixed a regression from 0.7 where the contextmanager featureMike Bayer2013-04-301-3/+4
* bumpMike Bayer2013-04-291-1/+1
* Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-1/+2
* - fix long-outdated documentation for sql_mode/ansiquotes,Mike Bayer2013-04-291-26/+15
* - add documentation note for [ticket:1841]Mike Bayer2013-04-271-1/+3
* oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goesMike Bayer2013-04-261-0/+6
* need to test for (list, tuple) here and not hasattr("__iter__")Mike Bayer2013-04-261-1/+4
* fix here, was only failing in the py3k versionMike Bayer2013-04-261-1/+1
* Fixes to the ``sqlalchemy.ext.serializer`` extension, includingMike Bayer2013-04-262-4/+16
* - further cleanup. in particular, the left clause is never None. But we stillMike Bayer2013-04-251-24/+12
* we can always adapt to right also. suppose if rightMike Bayer2013-04-251-5/+1
* heh dont need that eitherMike Bayer2013-04-251-7/+1
* dont need thisMike Bayer2013-04-251-6/+0
* cleanupMike Bayer2013-04-252-58/+15
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-253-60/+84
* - attempt to replace the whole idea of "join_to_left" with a moreMike Bayer2013-04-242-36/+24
* - merge exists() patch + changelogMike Bayer2013-04-231-0/+20
|\
| * adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+20
* | Added a conditional to the unpickling process for ORMMike Bayer2013-04-231-1/+2
* | - only search in the exception before the first newline, to avoidMike Bayer2013-04-231-2/+3
* | Opened up the checking for "disconnect" with psycopg2/libpqMike Bayer2013-04-221-18/+21
* | Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-12/+34
* | tweak this some more to handle the array being empty againMike Bayer2013-04-221-5/+3