summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | Show the conflicting column in the warning!Chris Withers2013-05-261-2/+2
|/
* heh dont need that eitherMike Bayer2013-04-251-7/+1
* dont need thisMike Bayer2013-04-251-6/+0
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-252-3/+15
* Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-12/+34
* A major fix to the way in which a select() object producesMike Bayer2013-04-112-22/+58
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-1/+3
* merge plus fix the test spelling tooMike Bayer2013-03-181-1/+1
|\
| * Fix typo.Richard Mitchell2013-03-181-1/+1
* | no need to use getattr() hereMike Bayer2013-03-172-3/+5
|/
* doc updatesMike Bayer2013-03-111-29/+29
* - repair doctest for SQL expression tutorialMike Bayer2013-03-111-1/+35
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+3
* - since correlation is now always at least semi-automatic, remove theMike Bayer2013-03-091-28/+30
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-072-32/+36
* - A clear error message is emitted if an event handlerMike Bayer2013-02-251-1/+8
* Fixed the consideration of the ``between()`` operatorMike Bayer2013-02-021-1/+1
* Fixed a bug regarding column annotations which in particularMike Bayer2013-02-021-1/+1
* The :meth:`.ColumnOperators.in_` operator will now coerceMike Bayer2013-02-021-0/+2
* - 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