summaryrefslogtreecommitdiff
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-253-2/+17
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-223-1/+28
* - Adjusted ``setup.py`` file to support the possible futureMike Bayer2014-03-223-22/+74
* - reword the paragraph which talks about web framework integration for sessions:Mike Bayer2014-03-201-10/+7
* fix assertionMike Bayer2014-03-191-1/+1
* - Fixed bug in mutable extension as well asMike Bayer2014-03-196-3/+43
* Add is_ and isnot filter to the tutorialCharles-Axel Dein2014-03-171-0/+6
* - Improved an error message which would occur if a query() were madeMike Bayer2014-03-173-0/+29
* typoMike Bayer2014-03-161-1/+1
* - fairly epic rework of the cascade documentationMike Bayer2014-03-155-172/+337
* Merge pull request #79 from nibrahim/mastermike bayer2014-03-111-1/+1
* 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-273-6/+62
* 0.8.6Mike Bayer2014-02-261-1/+1
* - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` andMike Bayer2014-02-262-4/+16
* 0.8.5rel_0_8_5Mike Bayer2014-02-193-3/+4
* 2014Mike Bayer2014-02-19134-135/+135
* - 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-192-0/+10
* - 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-196-29/+54
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-193-20/+108
* changelog for pullreq 12Mike Bayer2014-02-191-0/+11
* Fixes MySQL dialect partitioningMarcus McCurdy2014-02-192-2/+32
* - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-193-0/+33
* - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-193-3/+61
* - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* - changelog for pullreq github:72.Mike Bayer2014-02-161-0/+9
* 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-168-234/+428
* | - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-163-13/+22
* | - 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-142-1/+25
|/
* - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-133-2/+49
* this example doesn't work, we don't really have a solution for this as far as...Mike Bayer2014-02-101-31/+0
* - dont need these extra conditions from the previous testMike Bayer2014-02-101-5/+0
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-103-4/+39
* - this seems to be the best string for pymysqlMike Bayer2014-02-031-1/+1
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-034-32/+29
* - add a few missing methods to the cymysql dialectMike Bayer2014-02-022-0/+17
* - don't duplicate docs for Pool within QueuePoolMike Bayer2014-01-311-70/+68
* changelogMike Bayer2014-01-311-0/+9
* no Binary here if we are running a test with no DBAPIMike Bayer2014-01-311-0/+2
* Merge branch 'fix-convenience-import' of github.com:witsch/sqlalchemy into tMike Bayer2014-01-311-1/+1
|\