summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-10/+12
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-303-45/+80
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-304-1/+20
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-1/+2
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-302-2/+36
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-22/+0
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-282-2/+32
* improve the close handling here so that we don't double-close a connection;Mike Bayer2013-06-281-5/+8
* Type lookup when reflecting the Firebird types LONG andMike Bayer2013-06-281-7/+6
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-3/+3
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-263-71/+191
* need the defaultdict import hereMike Bayer2013-06-261-0/+1
* Merge pull request #13 from malor/fix_indexes_reflectionmike bayer2013-06-262-15/+24
* Merge branch 'master' of https://github.com/asldevi/sqlalchemy into some_branchMike Bayer2013-06-231-1/+2
* 2.5ismMike Bayer2013-06-231-7/+7
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-222-3/+39
* versionaddsMike Bayer2013-06-221-6/+33
* - 0.8 changelogMike Bayer2013-06-221-11/+11
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-224-2/+246
* fix up the isolation level docs which were a messMike Bayer2013-06-172-25/+58
* - changelogMike Bayer2013-06-152-3/+8
* Merge pull request #7 from malor/psycopg2_execution_optionsmike bayer2013-06-151-0/+1
* Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-5/+10
* Merge pull request #6 from eevee/propagate-reset-on-returnmike bayer2013-06-101-0/+3
* Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-101-1/+1
* 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