summaryrefslogtreecommitdiff
path: root/test/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* more capability added to reduce_columnsMike Bayer2008-01-231-0/+19
* - some expression fixup:Mike Bayer2008-01-191-3/+1
* finally, a really straightforward reduce() method which reduces colsMike Bayer2008-01-151-0/+119
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-2/+2
* - Undeclared SAWarnings are now fatal to tests as well.Jason Kirtland2008-01-121-36/+36
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-181-0/+4
* - more query testsMike Bayer2007-12-101-1/+4
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-061-1/+1
* - oid_column proxies more intelligently off of Select, CompoundSelect - fixes...Mike Bayer2007-11-051-0/+17
* - rewrote and simplified the system used to "target" columns acrossMike Bayer2007-11-051-2/+2
* - eager loading with LIMIT/OFFSET applied no longer adds the primaryMike Bayer2007-11-031-1/+21
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-0/+33
* set svn:eol-style nativeJason Kirtland2007-10-131-235/+235
* [ticket:768] dont assume join criterion consists only of column objectsMike Bayer2007-09-081-0/+8
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-18/+14
* - improved ability to get the "correct" and most minimal set of primary keyMike Bayer2007-07-141-0/+55
* changed "_source_column" to simpler "_distance"Mike Bayer2007-07-101-0/+2
* more "column targeting" enhancements..columns have a "depth" from their ultim...Mike Bayer2007-07-101-2/+27
* extra test for corresponding column fixMike Bayer2007-06-071-0/+5
* - fixed bug where selectable.corresponding_column(selectable.c.col)Mike Bayer2007-06-061-0/+7
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-2/+1
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+138