summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - the startswith(), endswith(), and contains() operatorsMike Bayer2008-01-311-33/+33
* - query.join() can also accept tuples of attributeMike Bayer2008-01-231-0/+3
* 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
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-191-3/+10
* - some expression fixup:Mike Bayer2008-01-192-22/+46
* 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-152-54/+35
* - select_table mapper turns straight join into aliased select + custom PK, to...Mike Bayer2008-01-152-1/+37
* - query.join() can now accept class-mapped attributesMike Bayer2008-01-141-2/+2
* - applying some refined versions of the ideas in the smarter_polymorphicMike Bayer2008-01-141-0/+19
* fixed NOT ILIKEMike Bayer2008-01-111-1/+1
* - added "ilike()" operator to column operations.Mike Bayer2008-01-112-1/+5
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-4/+4
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* - fixed bug in union() so that select() statements which don't deriveMike Bayer2008-01-081-1/+2
* - fixed an attribute history bug whereby assigning a new collectionMike Bayer2008-01-071-2/+2
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-052-17/+2
* Experimental: modestly more informative repr() for some expressions (using .d...Jason Kirtland2008-01-051-0/+8
* Migrated a few in-function 'from x import y' to the 'global x; if x is None' ...Jason Kirtland2008-01-051-160/+168
* add anonymous labels to function callsMike Bayer2008-01-041-1/+1
* - further fix to new TypeDecorator, so that subclasses of TypeDecorators work...Mike Bayer2008-01-021-2/+2
* happy new yearMike Bayer2008-01-012-2/+2
* - reworked all lazy/deferred/expired callables to beMike Bayer2007-12-211-2/+3
* introductory docstring bonanzaMike Bayer2007-12-181-1/+13
* a little pre-lunch decrufting and cleanupMike Bayer2007-12-182-61/+71
* get most oracle tests in sql working again....Mike Bayer2007-12-182-1/+5
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-182-101/+97
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-181-7/+11
* - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads,Mike Bayer2007-12-163-52/+48
* moved hide_froms and aggregate_hide_froms to be only on FromClauseMike Bayer2007-12-161-28/+19
* - more query testsMike Bayer2007-12-101-7/+33
* - Query.select_from() now replaces all existing FROM criterion withMike Bayer2007-12-092-6/+12
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-082-16/+14
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-082-6/+7
* a little refinement to topological options, more to comeMike Bayer2007-12-071-1/+1
* fix to unique bind params, you *can* use the same unique bindparam multiple t...Mike Bayer2007-12-071-1/+1
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-062-25/+27
* some more omit schemas for [ticket:890]Mike Bayer2007-12-051-2/+2
* - tables with schemas can still be used in sqlite, firebird,Mike Bayer2007-12-051-1/+1
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-053-32/+135
* - relaxed rules on column_property() expressions having labels; anyMike Bayer2007-12-041-1/+1
* - several ORM attributes have been removed or made private:Mike Bayer2007-12-011-2/+3
* OrderedSet to appease the unit tests....need to find a way to get rid of thisMike Bayer2007-11-252-2/+2
* - named_with_column becomes an attributeMike Bayer2007-11-252-84/+51
* - 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-244-87/+111
* - added op() operator to instrumented attributes; i.e.Mike Bayer2007-11-182-1/+9
* some wide zoomark ranges...Mike Bayer2007-11-181-2/+2
* cut down a good deal of Join construction overheadMike Bayer2007-11-181-35/+33