summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-88/+84
* - fixed bug in result proxy where anonymously generatedMike Bayer2008-02-141-1/+1
* - fixed bug introduced in r4070 where union() and other compound selects woul...Mike Bayer2008-02-121-2/+1
* - Added deferrability support to constraintsJason Kirtland2008-02-081-0/+14
* Fix: deletes with schemas on MSSQL 2000 [ticket:967]Paul Johnston2008-02-081-5/+11
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-051-0/+15
* lock in replacing '%' with '%%'Mike Bayer2008-02-041-1/+2
* - add dummy column to appease older SQLite verisons in unicode.pyMike Bayer2008-02-041-2/+6
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-191-3/+10
* - some expression fixup:Mike Bayer2008-01-191-2/+2
* fixed NOT ILIKEMike Bayer2008-01-111-1/+1
* - added "ilike()" operator to column operations.Mike Bayer2008-01-111-1/+1
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-1/+1
* 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-011-1/+1
* introductory docstring bonanzaMike Bayer2007-12-181-1/+13
* get most oracle tests in sql working again....Mike Bayer2007-12-181-0/+1
* - Query.select_from() now replaces all existing FROM criterion withMike Bayer2007-12-091-1/+1
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-15/+13
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-081-5/+6
* 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-061-21/+8
* 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-051-19/+33
* - relaxed rules on column_property() expressions having labels; anyMike Bayer2007-12-041-1/+1
* OrderedSet to appease the unit tests....need to find a way to get rid of thisMike Bayer2007-11-251-1/+1
* - named_with_column becomes an attributeMike Bayer2007-11-251-62/+39
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-35/+43
* some wide zoomark ranges...Mike Bayer2007-11-181-2/+2
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-22/+29
* - fixed remainder of [ticket:853]Mike Bayer2007-11-071-3/+0
* - 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
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-3/+6
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-19/+10
* - fixed INSERT statements w.r.t. primary key columns that have SQL-expressionMike Bayer2007-10-281-5/+8
* - 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
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-161-2/+2
* 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
* removed unused _fold_identifier_case methodMike Bayer2007-10-021-12/+0
* - The IdentifierPreprarer's _requires_quotes test is now regex based.Jason Kirtland2007-09-271-9/+7
* - added "schema" argument to Sequence; use this with Postgres /Oracle when th...Mike Bayer2007-09-221-2/+5
* - column defaults and onupdates, executing inline, will add parenthesisMike Bayer2007-09-061-2/+2
* remove unused methodMike Bayer2007-09-041-6/+0