| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed bug whereby using a label_length on dialect that was smaller | Mike Bayer | 2012-12-08 | 1 | -2/+4 |
* | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 1 | -12/+11 |
* | just a pep8 pass of lib/sqlalchemy/ | Diana Clarke | 2012-11-19 | 1 | -71/+120 |
* | The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect` | Mike Bayer | 2012-11-14 | 1 | -18/+10 |
* | Fixed :meth:`.MetaData.reflect` to correctly use | Mike Bayer | 2012-11-14 | 1 | -8/+17 |
* | add docs regarding fetchedvalue with primary keys, [ticket:2598] | Mike Bayer | 2012-11-12 | 1 | -0/+4 |
* | Fixed bug whereby the ".key" of a Column wasn't being | Mike Bayer | 2012-10-31 | 1 | -1/+1 |
* | - [feature] Added TIME type to mysql dialect, | Mike Bayer | 2012-10-10 | 1 | -8/+10 |
* | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -2/+22 |
* | - [bug] When the primary key column of a Table | Mike Bayer | 2012-09-23 | 1 | -11/+13 |
* | - [feature] An explicit error is raised when | Mike Bayer | 2012-09-23 | 1 | -3/+21 |
* | - [feature] Added a hook to the system of rendering | Mike Bayer | 2012-09-09 | 1 | -0/+88 |
* | fix | Mike Bayer | 2012-09-09 | 1 | -2/+0 |
* | almost obliterate the concept of "implicit execution" from the docs, move it ... | Mike Bayer | 2012-09-09 | 1 | -4/+13 |
* | call this "_proxies" since it's not really a public consumption attribute | Mike Bayer | 2012-08-27 | 1 | -1/+1 |
* | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -14/+12 |
* | - [bug] Fixes to the interpretation of the | Mike Bayer | 2012-08-20 | 1 | -8/+44 |
* | - modernize most of the postgis example. would like to do [ticket:1534] also. | Mike Bayer | 2012-08-16 | 1 | -0/+10 |
* | move the whole thing to TypeEngine. the feature is pretty much for free like... | Mike Bayer | 2012-08-13 | 1 | -11/+1 |
* | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 1 | -1/+11 |
* | - rework some more __clause_element__ methods to use inspection, but theres a... | Mike Bayer | 2012-07-23 | 1 | -163/+167 |
* | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -1/+1 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -4/+2 |
* | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -5/+19 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -26/+40 |
* | - [bug] All of UniqueConstraint, ForeignKeyConstraint, | Mike Bayer | 2012-04-24 | 1 | -0/+13 |
* | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
* | - sql | Mike Bayer | 2012-04-01 | 1 | -2/+0 |
* | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 1 | -9/+20 |
* | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -0/+2 |
* | - [bug] Index will raise when arguments passed | Mike Bayer | 2012-02-12 | 1 | -3/+7 |
* | - [bug] Fixed bug in new "autoload_replace" flag | Mike Bayer | 2012-02-12 | 1 | -3/+6 |
* | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -2/+2 |
* | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 1 | -51/+71 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - doc updates per [ticket:2251] | Mike Bayer | 2011-12-06 | 1 | -2/+9 |
* | - reflection process always resets the primary key constraint | Mike Bayer | 2011-12-04 | 1 | -0/+3 |
* | - [feature] The "extend_existing" flag on Table | Mike Bayer | 2011-12-04 | 1 | -18/+45 |
* | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -4/+83 |
* | Backed out changeset 8ef278ec7557a5b3446807e9bc16624630ffd034 | Mike Bayer | 2011-10-23 | 1 | -22/+16 |
* | fix the 2to3 here | Mike Bayer | 2011-10-23 | 1 | -16/+22 |
* | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -0/+2 |
* | - Modified Column.copy() to use _constructor(), | Mike Bayer | 2011-09-23 | 1 | -1/+1 |
* | - Added a slightly nicer __repr__() to SchemaItem | Mike Bayer | 2011-08-14 | 1 | -18/+10 |
* | some core cross linkage | Mike Bayer | 2011-08-07 | 1 | -5/+16 |
* | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -1/+7 |
* | - Added new "postgresql_ops" argument to | Mike Bayer | 2011-07-20 | 1 | -1/+7 |
* | - Fixed bug where "autoincrement" detection on | Mike Bayer | 2011-06-30 | 1 | -0/+1 |
* | - Fixed bug whereby adaptation of old append_ddl_listener() | Mike Bayer | 2011-06-30 | 1 | -2/+3 |
* | - Deprecate schema/SQL-oriented methods on | Mike Bayer | 2011-06-02 | 1 | -17/+57 |