summaryrefslogtreecommitdiff
path: root/test/sql/select.py
Commit message (Expand)AuthorAgeFilesLines
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* - added generative where(<criterion>) method to delete()Mike Bayer2008-02-081-1/+4
* lock in replacing '%' with '%%'Mike Bayer2008-02-041-11/+11
* - some consolidation of tests in select.py, movedMike Bayer2008-02-011-175/+75
* - Workaround for datetime quirk, LHS comparisons to SA expressions now work.Jason Kirtland2008-01-311-1/+4
* - the startswith(), endswith(), and contains() operatorsMike Bayer2008-01-311-20/+28
* - some expression fixup:Mike Bayer2008-01-191-68/+100
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-3/+3
* fixed NOT ILIKEMike Bayer2008-01-111-1/+5
* - added "ilike()" operator to column operations.Mike Bayer2008-01-111-0/+7
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-5/+4
* test suite deprecation rampageJason Kirtland2008-01-091-13/+17
* - fixed bug in union() so that select() statements which don't deriveMike Bayer2008-01-081-0/+9
* - fixed an attribute history bug whereby assigning a new collectionMike Bayer2008-01-071-0/+22
* fix select tests for labeled functionsMike Bayer2008-01-041-12/+12
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-181-1/+14
* - Query.select_from() now replaces all existing FROM criterion withMike Bayer2007-12-091-0/+15
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-081-36/+41
* fix to unique bind params, you *can* use the same unique bindparam multiple t...Mike Bayer2007-12-071-1/+9
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-061-104/+120
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-54/+54
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-12/+12
* - mysql float types now do an end run around the base class and respect preci...Jason Kirtland2007-11-091-134/+140
* - identified some cases where Alias needs to be cloned; but still cant cloneMike Bayer2007-11-081-0/+26
* - fixed remainder of [ticket:853]Mike Bayer2007-11-071-2/+3
* - func. objects can be pickled/unpickled [ticket:844]Mike Bayer2007-11-041-0/+3
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-7/+9
* - Added contains operator (which generate a "LIKE %<other>%" clause).Gaƫtan de Menten2007-10-191-0/+12
* 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