| Commit message (Expand) | Author | Age | Files | Lines |
| * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 10 | -87/+40 |
| * | - sql | Mike Bayer | 2012-04-01 | 3 | -4/+35 |
| * | - [bug] Fixed bug which would prevent | Mike Bayer | 2012-04-01 | 1 | -0/+14 |
| * | - [bug] Fixed bug in expression annotation | Mike Bayer | 2012-03-31 | 1 | -9/+21 |
| * | - [bug] Fixed bug whereby polymorphic_on | Mike Bayer | 2012-03-31 | 1 | -4/+5 |
| * | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 3 | -7/+26 |
| * | - 0.7.7 | Mike Bayer | 2012-03-20 | 2 | -2/+32 |
| * | I'm pretty sure this should be entities | Diana Clarke | 2012-03-18 | 1 | -1/+1 |
| * | typos in lib/sqlalchemy/sql | Diana Clarke | 2012-03-17 | 2 | -15/+15 |
| * | typos in lib/sqlalchemy/orm | Diana Clarke | 2012-03-17 | 2 | -8/+8 |
| * | typos in lib/sqlalchemy/ext | Diana Clarke | 2012-03-17 | 4 | -5/+5 |
| * | typos in lib/sqlalchemy/engine | Diana Clarke | 2012-03-17 | 3 | -13/+13 |
| * | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 7 | -21/+21 |
| * | typo | Diana Clarke | 2012-03-16 | 1 | -1/+1 |
| * | - [bug] Fixed issue whereby attribute-based | Mike Bayer | 2012-03-14 | 2 | -2/+10 |
| * | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 2 | -22/+69 |
| * | - [bug] Added 'LEVEL' to the list of reserved | Mike Bayer | 2012-03-14 | 1 | -1/+1 |
| * | fix up docs a bit here, not sure if some enhancements had already | Mike Bayer | 2012-03-13 | 1 | -30/+35 |
| * | revert this, the instrumentation here is conditional | Mike Bayer | 2012-03-13 | 1 | -2/+2 |
| * | add most of Brad Allen's doc updates, [ticket:2434] | Mike Bayer | 2012-03-13 | 2 | -18/+85 |
| |\ |
|
| | * | Tiny wording fix in a comment | Brad Allen | 2011-03-16 | 1 | -2/+2 |
| | * | Slight sanity/clarity improvement to the way VisitableType binds the | Brad Allen | 2011-03-16 | 1 | -9/+30 |
| | * | Docstring for TypeDecorator.__init__ | Brad Allen | 2011-03-15 | 1 | -1/+11 |
| | * | Added TypeDecorator documentation to the Sphinx page, as well | Brad Allen | 2011-03-14 | 1 | -2/+100 |
| * | | - [bug] Fixed bug in C extensions whereby | Mike Bayer | 2012-03-13 | 1 | -15/+10 |
| * | | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 4 | -7/+103 |
| * | | - [bug] Fixed bug whereby a primaryjoin | Mike Bayer | 2012-03-12 | 1 | -1/+2 |
| * | | - add __table_cls__ option to declarative, not publicized yet, is for the moment | Mike Bayer | 2012-03-12 | 2 | -13/+15 |
| * | | - [bug] Fixed memory leak in core which would | Mike Bayer | 2012-03-10 | 1 | -0/+6 |
| * | | - [bug] Fixed event registration bug | Mike Bayer | 2012-03-07 | 2 | -10/+27 |
| * | | - [bug] Fixed bug whereby objects using | Mike Bayer | 2012-03-05 | 1 | -15/+38 |
| * | | fix typos, SQL server also needs union all | Mike Bayer | 2012-03-03 | 2 | -6/+6 |
| * | | merge this | Mike Bayer | 2012-03-03 | 1 | -1/+1 |
| |\ \ |
|
| | * | | this is 0.7.6.. | Mike Bayer | 2012-02-29 | 1 | -1/+1 |
| * | | | - [feature] Added cte() method to Query, | Mike Bayer | 2012-03-03 | 4 | -0/+281 |
| |/ / |
|
| * | | - [bug] Fixed the repr() for CascadeOptions to | Mike Bayer | 2012-02-29 | 1 | -25/+40 |
| * | | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 2 | -4/+20 |
| * | | remove check_columns here so warning not emitted with update from | Mike Bayer | 2012-02-26 | 1 | -1/+1 |
| * | | plus add it to the scoping namespace | Mike Bayer | 2012-02-25 | 1 | -5/+7 |
| * | | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 3 | -1/+35 |
| * | | - [bug] A warning is emitted when a not-present | Mike Bayer | 2012-02-21 | 1 | -2/+12 |
| * | | document with_lockmode(), [ticket:2412] | Mike Bayer | 2012-02-20 | 1 | -1/+16 |
| * | | break up _join_left_to_right to call upon _prepare_right_side and _join_to_left. | Mike Bayer | 2012-02-16 | 1 | -13/+28 |
| * | | - fix some unclear phrases in query regarding polymorphic, | Mike Bayer | 2012-02-16 | 1 | -18/+16 |
| * | | - [bug] Added execution_options() call to | Mike Bayer | 2012-02-13 | 1 | -0/+3 |
| * | | - [feature] Added "no_parameters=True" execution | Mike Bayer | 2012-02-13 | 2 | -5/+39 |
| * | | revert this, bad idea | Mike Bayer | 2012-02-13 | 1 | -1/+0 |
| * | | - [bug] Fixed the "render literal bind" function, | Mike Bayer | 2012-02-13 | 1 | -0/+1 |
| * | | - [bug] Fixed bug whereby MappedCollection | Mike Bayer | 2012-02-13 | 1 | -0/+11 |
| * | | - break out sample URLs into individual, per-database sections each with a link | Mike Bayer | 2012-02-12 | 1 | -0/+20 |