summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-304-1/+19
* - 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-1/+35
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-22/+0
* improve the close handling here so that we don't double-close a connection;Mike Bayer2013-06-281-3/+5
* 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
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-271-1/+1
* Merge branch 'ticket_2746'Mike Bayer2013-06-263-66/+186
|\
| * - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-263-66/+186
* | Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-262-15/+24
|/
* docsMike Bayer2013-06-232-9/+20
* doc fixesMike Bayer2013-06-231-5/+6
* - add a test for pullreq 8Mike Bayer2013-06-231-3/+3
* Merge branch 'master' of https://github.com/asldevi/sqlalchemy into some_branchMike Bayer2013-06-231-1/+2
|\
| * make tests passpr/8Devi2013-06-201-1/+1
| * check if compostite_class is of class typeDevi2013-06-191-1/+2
* | sort here so that exception messages are testableMike Bayer2013-06-231-1/+1
* | tweak this for now, would need a testMike Bayer2013-06-231-3/+3
* | The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-232-111/+237
* | Merge pull request #11 from malor/fix_uc_reflectionmike bayer2013-06-233-13/+26
|\ \
| * | Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-232-11/+18
| * | Fix unique constraints reflection in SQLiteRoman Podolyaka2013-06-232-1/+6
| * | Improve _test_get_unique_constraints()Roman Podolyaka2013-06-231-1/+2
* | | Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-231-1/+2
|/ /
* | 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
|\ \ | |/ |/|
| * Documentation for the new range type support.pr/5Chris Withers2013-06-103-6/+19
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-103-0/+90
| * add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-6/+75
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-103-1/+73
* | fix up the isolation level docs which were a messMike Bayer2013-06-172-25/+58
* | remove double methodsMike Bayer2013-06-171-19/+0
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-176-121/+138
* | - changelogMike Bayer2013-06-152-3/+8
* | Merge pull request #7 from malor/psycopg2_execution_optionsmike bayer2013-06-151-0/+1
|\ \
| * | Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+1
* | | Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-5/+10
|/ /
* | Preserve reset_on_return when recreating a Pool.pr/6Eevee2013-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
|/
* this comment is ancientMike Bayer2013-06-091-5/+0
* these notes about **kw are incorrect, we are talking about the return value hereMike Bayer2013-06-091-8/+0
* - get_unique_constraints() pull requestMike Bayer2013-06-094-1/+53
* Merge pull request #4 from malor/reflect_constraintsmike bayer2013-06-095-0/+104
|\
| * Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-095-0/+104
* | Added pool logging for "rollback-on-return" and the less usedMike Bayer2013-06-091-6/+13
|/
* cleanupMike Bayer2013-06-082-15/+6