summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-0/+12
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-0/+9
* - Adjusted ``setup.py`` file to support the possible futureMike Bayer2014-03-222-15/+41
* - reword the paragraph which talks about web framework integration for sessions:Mike Bayer2014-03-201-10/+7
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+9
* 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-171-0/+10
* typoMike Bayer2014-03-161-1/+1
* - fairly epic rework of the cascade documentationMike Bayer2014-03-154-112/+323
* Merge pull request #79 from nibrahim/mastermike bayer2014-03-111-1/+1
* - Fixed bug in :func:`.tuple_` construct where the "type" of essentiallyMike Bayer2014-02-271-0/+14
* - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` andMike Bayer2014-02-261-0/+12
* 0.8.5rel_0_8_5Mike Bayer2014-02-192-2/+3
* 2014Mike Bayer2014-02-192-3/+3
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+9
* - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-191-0/+15
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-0/+11
* changelog for pullreq 12Mike Bayer2014-02-191-0/+11
* - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-191-0/+9
* - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-191-0/+10
* - changelog for pullreq github:72.Mike Bayer2014-02-161-0/+9
* - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-165-132/+169
* - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-162-9/+10
* - Revised this very old issue where the Postgresql "get primary key"Mike Bayer2014-02-141-0/+10
* - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-0/+10
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-0/+10
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-0/+13
* - add a few missing methods to the cymysql dialectMike Bayer2014-02-021-0/+9
* changelogMike Bayer2014-01-311-0/+9
* docsMike Bayer2014-01-262-10/+4
* seealsos in the tutorialMike Bayer2014-01-251-7/+50
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-252-0/+8
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-233-48/+82
* fix typoMike Bayer2014-01-191-1/+1
* Fix a typo in the relationship docsWichert Akkerman2014-01-191-1/+1
* atticMike Bayer2014-01-181-1/+12
* akiban-> foundationdbMike Bayer2014-01-181-2/+4
* - changelog + test for pullreq github 58Mike Bayer2014-01-141-0/+9
* - add paramlinks and external changelog ext to 0.8Mike Bayer2014-01-113-355/+4
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-3/+3
* session docs: Change `object` to `someobject`Ben Alpert2013-12-281-1/+1
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+8
* - Fixed bug in Firebird index reflection where the columns within theMike Bayer2013-12-271-0/+8
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-0/+8
* changelog, will merge to 0.8Mike Bayer2013-12-271-0/+9
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-0/+13
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-0/+12
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-0/+8
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-0/+11
* - fix up the FAQ regarding the "foo_id" issueMike Bayer2013-12-162-18/+528