summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-225-4/+95
* versionaddsMike Bayer2013-06-221-6/+33
* 0.9 changelogMike Bayer2013-06-221-0/+8
* - 0.8 changelogMike Bayer2013-06-222-11/+19
* this locale is not needed. maybe it is somewhere but the locale I have ("C"...Mike Bayer2013-06-222-18/+9
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-227-4/+640
|\
| * Documentation for the new range type support.pr/5Chris Withers2013-06-104-7/+69
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-104-1/+139
| * add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-102-7/+234
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-105-2/+211
* | Merged in goodscloud/sqlalchemy (pull request #3) Mike Bayer2013-06-181-0/+3
|\ \
| * | Forgot final check that a delete in a backref also doesn't create a new versionMatt Chisholm2013-06-171-0/+3
* | | fix up the isolation level docs which were a messMike Bayer2013-06-172-25/+58
* | | remove double methodsMike Bayer2013-06-171-19/+0
* | | turn this requirement back down as the simpler serialize works better nowMike Bayer2013-06-172-8/+1
* | | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-177-122/+139
* | | migration for [ticket:2751]Mike Bayer2013-06-172-1/+98
* | | changelog for 0.8Mike Bayer2013-06-171-0/+8
* | | changelogMike Bayer2013-06-171-0/+8
* | | Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemyMike Bayer2013-06-172-3/+42
|\ \ \ | |/ /
| * | Merged in goodscloud/sqlalchemy (pull request #2) Mike Bayer2013-06-172-3/+42
| |\ \
| | * | don't create a history entry when an object in a backref has changedMatt Chisholm2013-06-152-3/+42
* | | | can remove this, issue is fixedMike Bayer2013-06-171-10/+1
|/ / /
* | | - clean up this test (really we don't even need this, it's not testing much)Mike Bayer2013-06-161-13/+20
* | | - changelogMike Bayer2013-06-154-3/+25
* | | Merge pull request #7 from malor/psycopg2_execution_optionsmike bayer2013-06-152-0/+11
|\ \ \
| * | | Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-152-0/+11
| |/ /
* | | Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-154-6/+119
|/ /
* | - skip this test for py3k. serializer kind of a bustMike Bayer2013-06-142-1/+9
* | changelog for thisMike Bayer2013-06-101-1/+36
* | changelogMike Bayer2013-06-102-0/+16
* | Merge pull request #6 from eevee/propagate-reset-on-returnmike bayer2013-06-102-1/+5
|\ \
| * | Preserve reset_on_return when recreating a Pool.pr/6Eevee2013-06-102-1/+5
|/ /
* | Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-104-2/+42
* | Fixed the interaction between composite attributes andMike Bayer2013-06-105-19/+78
|/
* 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-097-35/+68
* Merge pull request #4 from malor/reflect_constraintsmike bayer2013-06-096-0/+141
|\
| * Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-096-0/+141
* | Added pool logging for "rollback-on-return" and the less usedMike Bayer2013-06-092-6/+21
|/
* ...and...its a behavioral improvementMike Bayer2013-06-081-92/+88
* fix this exampleMike Bayer2013-06-081-2/+2
* mention right joins, make it clear we're talking about left outer join as the...Mike Bayer2013-06-081-5/+13
* oracle 9 does support this, oracle 8 is a special case.Mike Bayer2013-06-081-5/+6
* cleanupMike Bayer2013-06-082-15/+6
* get nested joins to render on oracle 8Mike Bayer2013-06-082-3/+43