summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/util.py
Commit message (Expand)AuthorAgeFilesLines
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-6/+2
* commentMike Bayer2008-08-081-1/+5
* - Dropped `reversed` emulationJason Kirtland2008-07-151-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-6/+6
* - PropertyLoader.foreign_keys becomes privateMike Bayer2008-05-241-1/+1
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-091-1/+6
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-112/+171
* - an unfortunate naming conflictMike Bayer2008-05-021-3/+3
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-1/+57
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-0/+36
* - merged sync_simplify branchMike Bayer2008-04-041-2/+40
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-39/+44
* removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau...Mike Bayer2008-03-241-101/+14
* - fixed bug which was preventing UNIONS from being cloneable,Mike Bayer2008-03-041-0/+6
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-40/+38
* more capability added to reduce_columnsMike Bayer2008-01-231-3/+7
* factor create_row_adapter into sql.util.row_adapterMike Bayer2008-01-201-0/+41
* maintain the ordering of the given collection of columns when reducing so tha...Mike Bayer2008-01-151-1/+1
* finally, a really straightforward reduce() method which reduces colsMike Bayer2008-01-151-12/+24
* - select_table mapper turns straight join into aliased select + custom PK, to...Mike Bayer2008-01-151-1/+29
* - applying some refined versions of the ideas in the smarter_polymorphicMike Bayer2008-01-141-0/+19
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-181-2/+2
* - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads,Mike Bayer2007-12-161-7/+10
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-1/+1
* a little refinement to topological options, more to comeMike Bayer2007-12-071-1/+1
* - several ORM attributes have been removed or made private:Mike Bayer2007-12-011-2/+3
* - decruftify old visitors used by orm, convert to functions thatMike Bayer2007-11-241-99/+44
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-0/+2
* - DeferredColumnLoader checks row for column, if present sends it toMike Bayer2007-11-141-0/+5
* more changes to traverse-and-clone; a particular element will only be cloned ...Mike Bayer2007-11-081-8/+15
* - base_columns on ColumnElement becomes a list; as usual, because columns in ...Mike Bayer2007-11-051-2/+2
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-73/+68
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-101/+0
* Inlined ClauseParameters.set_parameter (simple assignment) in construct_paramsJason Kirtland2007-08-211-17/+23
* - implemented __len__() accessor on RowProxyMike Bayer2007-08-211-21/+14
* A couple critical path optimizationsJason Kirtland2007-08-211-3/+14
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-0/+342