summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - More issues with [ticket:2932] first resolved in 0.9.2 whereMike Bayer2014-02-051-0/+12
* - Fixed regression in new "naming convention" feature where conventionsMike Bayer2014-02-051-0/+8
* - Fixed bug where so-called "literal render" of :func:`.bindparam`Mike Bayer2014-02-051-0/+8
* - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-031-0/+12
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-0/+13
* typorel_0_9_2Mike Bayer2014-02-021-1/+1
* 0.9.2Mike Bayer2014-02-022-2/+3
* - Added a tweak to the "history_meta" example where the check forMike Bayer2014-02-021-0/+7
* - add a few missing methods to the cymysql dialectMike Bayer2014-02-021-0/+9
* - lets intersphinx the new alembic article on constraint namesMike Bayer2014-02-022-0/+7
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-0/+28
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-0/+24
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-0/+13
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-012-0/+177
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-0/+10
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-312-0/+67
* - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-311-0/+20
* changelogMike Bayer2014-01-311-0/+9
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-0/+10
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-0/+12
* hypothetical "floaty thing" for navigation, doesn't really work yetMike Bayer2014-01-252-1/+21
* 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-234-49/+83
* typoMike Bayer2014-01-231-3/+5
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-0/+12
* used the wrong joinMike Bayer2014-01-221-5/+2
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-223-8/+187
* - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-221-0/+14
* - add redshift-sqlalchemy, essentially fixes [ticket:2727]Mike Bayer2014-01-211-0/+2
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-0/+13
* use new paramlinks 0.2.2, trying to fix param links for __init__ vs. classMike Bayer2014-01-201-1/+1
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-203-1/+54
* fix typoMike Bayer2014-01-191-1/+1
* Merge pull request #59 from wichert/doc-relationship-typomike bayer2014-01-191-1/+1
|\
| * Fix a typo in the relationship docspr/59Wichert Akkerman2014-01-161-1/+1
* | akiban-> foundationdbMike Bayer2014-01-181-3/+2
* | - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+24
* | credit to Derek HarlandMike Bayer2014-01-181-0/+1
* | - changelog for pullreq:11Mike Bayer2014-01-181-0/+16
* | - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-0/+37
|/
* even simplerMike Bayer2014-01-151-8/+4
* - should close the session before rolling back the transactionMike Bayer2014-01-151-3/+44
* - changelog + test for pullreq github 58Mike Bayer2014-01-141-0/+9
* - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-131-0/+14
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-0/+27
* update changelog from 0.3.2 to 0.3.4, re-patching the part of 2775c95b1ee3083...Mike Bayer2014-01-131-1/+1
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-131-1/+1
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-0/+25
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-122-1/+69