| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 1 | -2/+2 |
| | * | visit_DECIMAL should include precision and scale (when provided) just like vi... | Diana Clarke | 2012-12-03 | 1 | -1/+9 |
| | * | - BinaryExpression now keeps track of "left" and "right" as passed in, | Mike Bayer | 2012-12-02 | 1 | -3/+4 |
| * | | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -4/+21 |
| * | | compiler: adjust _get_colparams to return the columns and parameters in separ... | Idan Kamara | 2012-12-05 | 1 | -50/+49 |
| * | | updatebase: add support for multi parameters | Idan Kamara | 2012-12-06 | 1 | -9/+22 |
| |/ |
|
| * | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 7 | -126/+322 |
| * | Fixed a gotcha where inadvertently calling list() on a | Mike Bayer | 2012-11-18 | 1 | -0/+5 |
| * | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -0/+2 |
| * | Fixed bug whereby the ".key" of a Column wasn't being | Mike Bayer | 2012-10-31 | 1 | -2/+4 |
| * | improve some autodoc links | Mike Bayer | 2012-10-31 | 1 | -4/+4 |
| * | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 1 | -5/+26 |
| * | - more docs | Mike Bayer | 2012-10-26 | 1 | -6/+10 |
| * | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 1 | -0/+17 |
| * | Added :meth:`.ColumnOperators.notin_`, | Mike Bayer | 2012-10-24 | 2 | -3/+51 |
| * | Fixed bug where keyword arguments passed to | Mike Bayer | 2012-10-24 | 1 | -3/+11 |
| * | The auto-correlation feature of :func:`.select`, and | Mike Bayer | 2012-10-22 | 1 | -1/+6 |
| * | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 1 | -2/+2 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -5/+9 |
| * | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -9/+20 |
| * | - [feature] Various API tweaks to the "dialect" | Mike Bayer | 2012-10-08 | 1 | -3/+6 |
| * | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 2 | -3/+7 |
| * | spacing | Mike Bayer | 2012-09-30 | 1 | -5/+5 |
| * | - [bug] Fixed bug in over() construct whereby | Mike Bayer | 2012-09-30 | 1 | -11/+11 |
| * | - [bug] The CreateIndex construct in Oracle | Mike Bayer | 2012-09-30 | 1 | -5/+11 |
| * | - [bug] Fixed the DropIndex construct to support | Mike Bayer | 2012-09-24 | 1 | -7/+17 |
| * | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 2 | -6/+6 |
| * | - [bug] A tweak to column precedence which moves the | Mike Bayer | 2012-09-22 | 1 | -15/+20 |
| * | - aaand actually get is/isnot to be usable with None/NULL | Mike Bayer | 2012-09-22 | 1 | -2/+5 |
| * | - [bug] Added missing operators is_(), isnot() | Mike Bayer | 2012-09-22 | 2 | -0/+32 |
| * | - [bug] CompileError is raised when VARCHAR with | Mike Bayer | 2012-09-10 | 1 | -1/+1 |
| * | - [feature] The cast() and extract() constructs | Mike Bayer | 2012-09-10 | 2 | -11/+31 |
| * | - [feature] Added a hook to the system of rendering | Mike Bayer | 2012-09-09 | 1 | -10/+23 |
| * | `lshift` (<<) and `rshift` (>>) are also supported as optional operators. | Mike Bayer | 2012-09-04 | 2 | -1/+21 |
| * | - type expressions invoke in SQL, but are only for the benefit of columns | Mike Bayer | 2012-09-03 | 1 | -8/+6 |
| * | - repair type expressions for columns when we aren't using select.apply_label... | Mike Bayer | 2012-09-01 | 1 | -2/+5 |
| * | - [bug] Fixed a regression since 0.6 regarding | Mike Bayer | 2012-08-31 | 1 | -4/+7 |
| * | - [feature] Reworked the startswith(), endswith(), | Mike Bayer | 2012-08-27 | 3 | -35/+57 |
| * | call this "_proxies" since it's not really a public consumption attribute | Mike Bayer | 2012-08-27 | 1 | -9/+9 |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -2/+23 |
| * | - add "identifier", can differentiate between "name" rendered and "identifier... | Mike Bayer | 2012-08-26 | 1 | -2/+20 |
| * | - tweak the GenericFunction constructor more so that it's action in parsing the | Mike Bayer | 2012-08-26 | 1 | -7/+6 |
| * | - more oracle tweaks for returning; the method here is still kind of brittle ... | Mike Bayer | 2012-08-25 | 1 | -1/+3 |
| * | a few oracle fixes | Mike Bayer | 2012-08-25 | 1 | -2/+3 |
| * | - correct the argument signature for GenericFunction to be more predictable | Mike Bayer | 2012-08-24 | 1 | -13/+8 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 1 | -0/+7 |
| * | - [bug] Fixed bug whereby usage of a UNION | Mike Bayer | 2012-08-22 | 1 | -7/+11 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 2 | -30/+37 |
| * | - [feature] Enhanced GenericFunction and func.* | Mike Bayer | 2012-08-22 | 2 | -26/+126 |
| * | - MySQL's update does work. add some logic to compiler to convert from ORM c... | Mike Bayer | 2012-08-20 | 1 | -3/+7 |