summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - add full docs for like()/ilike()Mike Bayer2013-01-281-0/+28
* #2629Mike Bayer2013-01-251-0/+5
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-15/+26
* Tweaked the "REQUIRED" symbol used by the compiler to identifyMike Bayer2013-01-081-5/+14
* happy new year (see #2645)Diana Clarke2013-01-017-7/+7
* Fixed bug whereby using a label_length on dialect that was smallerMike Bayer2012-12-081-6/+11
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-082-125/+238
* merge latest defaultMike Bayer2012-12-082-6/+15
|\
| * 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