summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
| * fixing broken links (see #2625)Diana Clarke2012-12-051-2/+2
| * visit_DECIMAL should include precision and scale (when provided) just like vi...Diana Clarke2012-12-031-1/+9
| * - BinaryExpression now keeps track of "left" and "right" as passed in,Mike Bayer2012-12-021-3/+4
* | compiler: add support for multirow insertsIdan Kamara2012-12-061-4/+21
* | compiler: adjust _get_colparams to return the columns and parameters in separ...Idan Kamara2012-12-051-50/+49
* | updatebase: add support for multi parametersIdan Kamara2012-12-061-9/+22
|/
* just a pep8 pass of lib/sqlalchemy/sql/Diana Clarke2012-11-197-126/+322
* Fixed a gotcha where inadvertently calling list() on aMike Bayer2012-11-181-0/+5
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-0/+2
* Fixed bug whereby the ".key" of a Column wasn't beingMike Bayer2012-10-311-2/+4
* improve some autodoc linksMike Bayer2012-10-311-4/+4
* - remove remote_foreign annotationMike Bayer2012-10-281-5/+26
* - more docsMike Bayer2012-10-261-6/+10
* - add class_ to AliasedInspMike Bayer2012-10-261-0/+17
* Added :meth:`.ColumnOperators.notin_`,Mike Bayer2012-10-242-3/+51
* Fixed bug where keyword arguments passed toMike Bayer2012-10-241-3/+11
* The auto-correlation feature of :func:`.select`, andMike Bayer2012-10-221-1/+6
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-2/+2
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-5/+9
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-9/+20
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-081-3/+6
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-012-3/+7
* spacingMike Bayer2012-09-301-5/+5
* - [bug] Fixed bug in over() construct wherebyMike Bayer2012-09-301-11/+11
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-301-5/+11
* - [bug] Fixed the DropIndex construct to supportMike Bayer2012-09-241-7/+17
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-232-6/+6
* - [bug] A tweak to column precedence which moves theMike Bayer2012-09-221-15/+20
* - aaand actually get is/isnot to be usable with None/NULLMike Bayer2012-09-221-2/+5
* - [bug] Added missing operators is_(), isnot()Mike Bayer2012-09-222-0/+32
* - [bug] CompileError is raised when VARCHAR withMike Bayer2012-09-101-1/+1
* - [feature] The cast() and extract() constructsMike Bayer2012-09-102-11/+31
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-10/+23
* `lshift` (<<) and `rshift` (>>) are also supported as optional operators.Mike Bayer2012-09-042-1/+21
* - type expressions invoke in SQL, but are only for the benefit of columnsMike Bayer2012-09-031-8/+6
* - repair type expressions for columns when we aren't using select.apply_label...Mike Bayer2012-09-011-2/+5
* - [bug] Fixed a regression since 0.6 regardingMike Bayer2012-08-311-4/+7
* - [feature] Reworked the startswith(), endswith(),Mike Bayer2012-08-273-35/+57
* call this "_proxies" since it's not really a public consumption attributeMike Bayer2012-08-271-9/+9
* - [feature] The "required" flag is set toMike Bayer2012-08-271-2/+23
* - add "identifier", can differentiate between "name" rendered and "identifier...Mike Bayer2012-08-261-2/+20
* - tweak the GenericFunction constructor more so that it's action in parsing theMike Bayer2012-08-261-7/+6
* - more oracle tweaks for returning; the method here is still kind of brittle ...Mike Bayer2012-08-251-1/+3
* a few oracle fixesMike Bayer2012-08-251-2/+3
* - correct the argument signature for GenericFunction to be more predictableMike Bayer2012-08-241-13/+8
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-231-0/+7
* - [bug] Fixed bug whereby usage of a UNIONMike Bayer2012-08-221-7/+11
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-222-30/+37
* - [feature] Enhanced GenericFunction and func.*Mike Bayer2012-08-222-26/+126
* - MySQL's update does work. add some logic to compiler to convert from ORM c...Mike Bayer2012-08-201-3/+7