summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-262-15/+24
* YEAR(2) emits a warning and oursql / mysqlconnector throw an exceptionMike Bayer2013-06-231-4/+2
* docsMike Bayer2013-06-233-9/+105
* doc fixesMike Bayer2013-06-231-5/+6
* 0.8 changelogMike Bayer2013-06-232-1/+10
* 0.9 changelogMike Bayer2013-06-231-0/+9
* - add a test for pullreq 8Mike Bayer2013-06-232-3/+29
* 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-232-14/+3
* | The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-236-147/+580
* | ticket #1443 is for unique constraint reflectionMike Bayer2013-06-231-0/+1
* | 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
* | | Merge pull request #10 from malor/fix_unicode_literalsmike bayer2013-06-232-9/+10
|\ \ \ | |/ / |/| |
| * | Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-232-9/+10
|/ /
* | 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