summaryrefslogtreecommitdiff
path: root/test/sql/select.py
Commit message (Expand)AuthorAgeFilesLines
* - version bumpMike Bayer2008-09-161-4/+13
* - 0.5.0rc1rel_0_5rc1Mike Bayer2008-09-111-3/+3
* - Bind params now subclass ColumnElement which allows them to beMike Bayer2008-09-091-0/+1
* - The exists() construct won't "export" its contained listMike Bayer2008-09-081-8/+29
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-47/+1
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-0/+49
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-161-1/+1
* - Fixed bug when calling select([literal('foo')])Mike Bayer2008-07-151-0/+3
* possible fix for MS-SQL version of match() test, but the real solution here m...Mike Bayer2008-07-141-1/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+10
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-25/+11
* fix order by for MySQL environmentMike Bayer2008-04-261-0/+2
* - improved behavior of text() expressions when used asMike Bayer2008-04-261-0/+11
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-161-0/+29
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-123/+125
* factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ...Mike Bayer2008-04-041-0/+3
* fixed union() bug whereby oid_column would not be available if no oid_column ...Mike Bayer2008-04-041-0/+7
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-301-7/+7
* - can now allow selects which correlate all FROM clausesMike Bayer2008-03-281-0/+9
* added escape kw arg to contains(), startswith(), endswith(), [ticket:791]Mike Bayer2008-03-191-1/+4
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-191-8/+17
* - can again create aliases of selects against textualMike Bayer2008-02-191-0/+5
* - 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