summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added missing text_type requirement to TextTestpr/82Stefan Reich2014-03-261-0/+2
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+4
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-1/+8
* - Fixed bug in mutable extension as well asMike Bayer2014-03-193-3/+6
* - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+6
* - fairly epic rework of the cascade documentationMike Bayer2014-03-151-60/+14
* merge new links to rel_0_8Mike Bayer2014-03-091-12/+5
* cut out the BS as far as MySQLdb urls, put the one url everyone should be usingMike Bayer2014-03-041-22/+14
* - Fixed bug in :func:`.tuple_` construct where the "type" of essentiallyMike Bayer2014-02-271-5/+27
* 0.8.6Mike Bayer2014-02-261-1/+1
* - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` andMike Bayer2014-02-261-4/+4
* 0.8.5rel_0_8_5Mike Bayer2014-02-191-1/+1
* 2014Mike Bayer2014-02-19131-131/+131
* - isolate this failure as only on 0.8, only in py3.3, just comment it out,Mike Bayer2014-02-191-1/+9
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+1
* - add a topological rule here to place PARTITIONS after PARTITION_BY,Mike Bayer2014-02-191-1/+2
* restore check ahead of the lock to avoid locking when not neededMike Bayer2014-02-191-6/+7
* - add improved support here for string parsing of predicates, backportMike Bayer2014-02-191-1/+8
* - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-191-22/+27
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-17/+73
* Fixes MySQL dialect partitioningMarcus McCurdy2014-02-191-2/+2
* - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-191-0/+1
* - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-191-3/+13
* - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* Merge branch 'fix_sqlite_uc_reflection' of https://github.com/malor/sqlalchem...Mike Bayer2014-02-162-1/+5
|\
| * Fix unique constraints reflection in SQLitepr/72Roman Podoliaka2014-02-142-1/+5
* | - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-163-102/+259
* | - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-161-4/+12
* | - add documentation regarding native hstore flag, psycopg2Mike Bayer2014-02-161-4/+31
* | - expand docs on MySQL table arguments beyond just storage enginesMike Bayer2014-02-151-30/+63
* | - Revised this very old issue where the Postgresql "get primary key"Mike Bayer2014-02-141-1/+15
|/
* - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-2/+6
* this example doesn't work, we don't really have a solution for this as far as...Mike Bayer2014-02-101-31/+0
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-4/+11
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-032-31/+13
* - add a few missing methods to the cymysql dialectMike Bayer2014-02-021-0/+8
* - don't duplicate docs for Pool within QueuePoolMike Bayer2014-01-311-70/+68
* no Binary here if we are running a test with no DBAPIMike Bayer2014-01-311-0/+2
* expose `binary_type` in `util` modulepr/63Andreas Zeidler2014-01-311-1/+1
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-281-1/+1
* docsMike Bayer2014-01-261-35/+131
* updatesMike Bayer2014-01-261-63/+92
* tweak textMike Bayer2014-01-251-4/+10
* importsMike Bayer2014-01-251-0/+4
* caseMike Bayer2014-01-251-44/+136
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-252-107/+457
* docuemnt joinMike Bayer2014-01-241-16/+87
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-231-11/+20
* Remove uneeded import from code exampleWichert Akkerman2014-01-231-1/+0
* Fix TypeError for class_mapper called w/ iterableKyle Stark2014-01-141-1/+1