summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* logging fixesMike Bayer2007-11-181-6/+15
* - DeferredColumnLoader checks row for column, if present sends it toMike Bayer2007-11-141-0/+5
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-102-29/+38
* more changes to traverse-and-clone; a particular element will only be cloned ...Mike Bayer2007-11-083-25/+52
* - identified some cases where Alias needs to be cloned; but still cant cloneMike Bayer2007-11-081-4/+13
* - fixed remainder of [ticket:853]Mike Bayer2007-11-072-23/+14
* - <Engine|Connection>._execute_clauseelement becomes a public methodMike Bayer2007-11-071-1/+1
* - fix to compiled bind parameters to not mistakenly populate NoneMike Bayer2007-11-071-3/+7
* - adjustments to oracle ROWID logic...recent oid changes mean we have toMike Bayer2007-11-051-14/+16
* - oid_column proxies more intelligently off of Select, CompoundSelect - fixes...Mike Bayer2007-11-051-18/+73
* - base_columns on ColumnElement becomes a list; as usual, because columns in ...Mike Bayer2007-11-052-32/+22
* - rewrote and simplified the system used to "target" columns acrossMike Bayer2007-11-051-112/+75
* - func. objects can be pickled/unpickled [ticket:844]Mike Bayer2007-11-041-0/+8
* - eager loading with LIMIT/OFFSET applied no longer adds the primaryMike Bayer2007-11-031-0/+8
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-034-144/+136
* - removed "name" attribute from FromClause, Join, Select, CompoundSelect. it...Mike Bayer2007-11-031-10/+9
* - merged factor_down_bindparams branch.Mike Bayer2007-11-012-120/+10
* - fixed INSERT statements w.r.t. primary key columns that have SQL-expressionMike Bayer2007-10-281-5/+8
* - fixed expression translation of text() clauses; this repairs variousMike Bayer2007-10-281-1/+1
* - removed regular expression step from most statement compilations.Mike Bayer2007-10-271-37/+27
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-231-3/+9
* - Added contains operator (which generate a "LIKE %<other>%" clause).Gaƫtan de Menten2007-10-192-2/+23
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-12/+18
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-161-2/+2
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-133-8/+11
* Fix broken update/delete queries on MSSQL when tables have a schemaPaul Johnston2007-10-121-2/+3
* - Cleaned up visit_insert a bit, inserts are ~3% faster now.Jason Kirtland2007-10-081-4/+7
* - fix to anonymous label generation of long table/column names [ticket:806]Mike Bayer2007-10-071-1/+1
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-021-10/+14
* removed unused _fold_identifier_case methodMike Bayer2007-10-021-12/+0