summaryrefslogtreecommitdiff
path: root/test/sql/select.py
Commit message (Expand)AuthorAgeFilesLines
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-27/+42
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-041-28/+0
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-021-0/+28
* - adjusted operator precedence of NOT to match '==' and others, so thatMike Bayer2007-09-081-1/+9
* added assertion case for [ticket:764]Mike Bayer2007-09-081-0/+3
* - column defaults and onupdates, executing inline, will add parenthesisMike Bayer2007-09-061-0/+26
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-13/+5
* - merged inline inserts branchMike Bayer2007-09-011-1/+8
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-1/+1
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-211-0/+1
* - modified SQL operator functions to be module-level operators, allowingMike Bayer2007-08-181-0/+5
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-3/+3
* - generalized a SQLCompileTest out of select.py, installedMike Bayer2007-08-131-214/+179
* - decoupled all ColumnElements from also being Selectables. this meansMike Bayer2007-08-091-6/+31
* - migrated 'desc', 'asc', and 'distinct' to be in the Operators frameworkMike Bayer2007-08-071-0/+8
* - added desc() and asc() directly to CompareMixinMike Bayer2007-08-061-0/+6
* - docsMike Bayer2007-08-061-1/+28
* - editsMike Bayer2007-08-061-1/+1
* - draft sqlexpression tutorialMike Bayer2007-08-061-0/+22
* added values() generative method to Insert/UpdateMike Bayer2007-08-021-0/+6
* fixed pydoc bug in [ticket:564]Mike Bayer2007-07-291-0/+8
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-58/+130
* add missing grouping for compound selects. fixes ticket #623Ants Aasma2007-06-261-0/+27
* fix precedence of between (ticket #621)Ants Aasma2007-06-251-0/+4
* - fixed precedence of operators so that parenthesis are correctly appliedMike Bayer2007-06-251-6/+30
* added test for correlation of scalar subqueries to a JOIN objectMike Bayer2007-06-241-0/+7
* - fixed "where"/"from" criterion of select() to accept a unicode stringMike Bayer2007-06-231-0/+9
* - added standalone distinct() function in addition to column.distinct()Mike Bayer2007-06-211-0/+9
* CompoundSelect (i.e. UNION etc.) needed self_group() to provide parenthesisMike Bayer2007-05-231-0/+10
* - removed "no group by's in a select thats part of a UNION"Mike Bayer2007-05-181-0/+11
* restored outerjoin testMike Bayer2007-05-151-10/+8
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-141-13/+17
* - _Label propigates "_hide_froms()" so that scalar selectsMike Bayer2007-05-111-1/+5
* - _Label class overrides compare_self to return its ultimate object.Mike Bayer2007-05-031-1/+5
* - merged in the combined patch for #474, #475, #476 (attached to #476) and a ...Jason Kirtland2007-04-191-1/+93
* - the "where" criterion of an update() and delete() now correlatesMike Bayer2007-04-181-1/+6
* - small fix to allow successive compiles of the same SELECT objectMike Bayer2007-04-131-1/+3
* - the "mini" column labels generated when using subqueries, whichMike Bayer2007-04-111-11/+19
* - sending None as an argument to func.<something> will produceMike Bayer2007-03-281-1/+4
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-24/+24
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-271-0/+1
* - slightly better support for bind params as column clauses, eitherMike Bayer2007-03-211-0/+7
* - bindparam() names are now repeatable! specify twoMike Bayer2007-03-031-13/+75
* - use_labels flag on select() wont auto-create labels for literal textMike Bayer2007-03-011-0/+20
* fix typoMike Bayer2007-02-251-4/+4
* - correlated subqueries work inside of ORDER BY, GROUP BYMike Bayer2007-02-241-6/+19
* - exists() becomes useable as a standalone selectable, not just in aMike Bayer2007-02-231-0/+3
* - another fix to subquery correlation so that a subquery which has only one FROMMike Bayer2007-01-191-1/+4
* - the "op()" function is now treated as an "operation", rather than a "compar...Mike Bayer2007-01-081-0/+6
* - fix to correlation of subqueries when the column list of the select statementMike Bayer2006-12-281-0/+8