summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | - [feature] Added new connection eventMike Bayer2012-04-102-0/+39
* | | | | - adjust mysql patch a bit so that we useMike Bayer2012-04-081-2/+6
* | | | | Fix innodb autoinc constraint (double)quotingJeff Dairiki2012-04-061-1/+1
* | | | | - [bug] Repaired the use_scope_identityMike Bayer2012-04-052-11/+17
| |_|/ / |/| | |
* | | | Merged in _diana_/sqlalchemy-2385 (pull request #4)Mike Bayer2012-04-034-191/+106
|\ \ \ \
| * | | | most of the drizzle docs are copy/pasta, let's just point users to the mysql ...Diana Clarke2012-04-024-191/+106
| | |/ / | |/| |
* | | | - reopened #2453, needed to put in the original patch as well to cover the caseMike Bayer2012-04-031-0/+9
|/ / /
* | | - 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