summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-0210-87/+40
* - sqlMike Bayer2012-04-013-4/+35
* - [bug] Fixed bug which would preventMike Bayer2012-04-011-0/+14
* - [bug] Fixed bug in expression annotationMike Bayer2012-03-311-9/+21
* - [bug] Fixed bug whereby polymorphic_onMike Bayer2012-03-311-4/+5
* - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-213-7/+26
* - 0.7.7Mike Bayer2012-03-202-2/+32
* I'm pretty sure this should be entitiesDiana Clarke2012-03-181-1/+1
* typos in lib/sqlalchemy/sqlDiana Clarke2012-03-172-15/+15
* typos in lib/sqlalchemy/ormDiana Clarke2012-03-172-8/+8
* typos in lib/sqlalchemy/extDiana Clarke2012-03-174-5/+5
* typos in lib/sqlalchemy/engineDiana Clarke2012-03-173-13/+13
* typoes in lib/sqlalchemy/dialectsDiana Clarke2012-03-177-21/+21
* typoDiana Clarke2012-03-161-1/+1
* - [bug] Fixed issue whereby attribute-basedMike Bayer2012-03-142-2/+10
* - [feature] Added support for MySQL index andMike Bayer2012-03-142-22/+69
* - [bug] Added 'LEVEL' to the list of reservedMike Bayer2012-03-141-1/+1
* fix up docs a bit here, not sure if some enhancements had alreadyMike Bayer2012-03-131-30/+35
* revert this, the instrumentation here is conditionalMike Bayer2012-03-131-2/+2
* add most of Brad Allen's doc updates, [ticket:2434]Mike Bayer2012-03-132-18/+85
|\
| * Tiny wording fix in a commentBrad Allen2011-03-161-2/+2
| * Slight sanity/clarity improvement to the way VisitableType binds theBrad Allen2011-03-161-9/+30
| * Docstring for TypeDecorator.__init__Brad Allen2011-03-151-1/+11
| * Added TypeDecorator documentation to the Sphinx page, as wellBrad Allen2011-03-141-2/+100
* | - [bug] Fixed bug in C extensions wherebyMike Bayer2012-03-131-15/+10
* | - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-134-7/+103
* | - [bug] Fixed bug whereby a primaryjoinMike Bayer2012-03-121-1/+2
* | - add __table_cls__ option to declarative, not publicized yet, is for the momentMike Bayer2012-03-122-13/+15
* | - [bug] Fixed memory leak in core which wouldMike Bayer2012-03-101-0/+6
* | - [bug] Fixed event registration bugMike Bayer2012-03-072-10/+27
* | - [bug] Fixed bug whereby objects usingMike Bayer2012-03-051-15/+38
* | fix typos, SQL server also needs union allMike Bayer2012-03-032-6/+6
* | merge thisMike Bayer2012-03-031-1/+1
|\ \
| * | this is 0.7.6..Mike Bayer2012-02-291-1/+1
* | | - [feature] Added cte() method to Query,Mike Bayer2012-03-034-0/+281
|/ /
* | - [bug] Fixed the repr() for CascadeOptions toMike Bayer2012-02-291-25/+40
* | - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-292-4/+20
* | remove check_columns here so warning not emitted with update fromMike Bayer2012-02-261-1/+1
* | plus add it to the scoping namespaceMike Bayer2012-02-251-5/+7
* | - [feature] Added "no_autoflush" contextMike Bayer2012-02-253-1/+35
* | - [bug] A warning is emitted when a not-presentMike Bayer2012-02-211-2/+12
* | document with_lockmode(), [ticket:2412]Mike Bayer2012-02-201-1/+16
* | break up _join_left_to_right to call upon _prepare_right_side and _join_to_left.Mike Bayer2012-02-161-13/+28
* | - fix some unclear phrases in query regarding polymorphic,Mike Bayer2012-02-161-18/+16
* | - [bug] Added execution_options() call toMike Bayer2012-02-131-0/+3
* | - [feature] Added "no_parameters=True" executionMike Bayer2012-02-132-5/+39
* | revert this, bad ideaMike Bayer2012-02-131-1/+0
* | - [bug] Fixed the "render literal bind" function,Mike Bayer2012-02-131-0/+1
* | - [bug] Fixed bug whereby MappedCollectionMike Bayer2012-02-131-0/+11
* | - break out sample URLs into individual, per-database sections each with a linkMike Bayer2012-02-121-0/+20