summaryrefslogtreecommitdiff
path: root/test/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-526/+0
* - Fixed some deep "column correspondence" issues which couldMike Bayer2009-01-031-17/+33
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-14/+15
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-031-50/+79
* revert r5220 inadvertently committed to trunkMike Bayer2008-11-021-16/+1
* progress so farMike Bayer2008-11-021-1/+16
* - 0.5.0rc3, dohMike Bayer2008-10-181-20/+0
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-091-13/+33
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-6/+6
* - _Label adds itself to the proxy collection so that it works in correspoindi...Mike Bayer2008-05-061-0/+9
* - an unfortunate naming conflictMike Bayer2008-05-021-1/+1
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-0/+13
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-1/+1
* - fixed bug introduced in r4070 where union() and other compound selects woul...Mike Bayer2008-02-121-0/+10
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* 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