summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-3/+11
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-10/+6
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-16/+23
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-5/+5
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-15/+32
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-151-1/+1
* - Fixed bug when calling select([literal('foo')])Mike Bayer2008-07-151-1/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+1
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-1/+1
* - session.refresh() raises an informative error message ifMike Bayer2008-07-051-1/+1
* Added prefixes option to that accepts a list of string to insert after CREAT...Michael Trier2008-07-051-1/+1
* fixed the quote() call within dropper.visit_index()Mike Bayer2008-06-221-1/+1
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-6/+16
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-221-2/+14
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-6/+9
* - LIMIT/OFFSET of zero is detected within compiler and is countedMike Bayer2008-05-131-2/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-53/+48
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-161-1/+2
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-9/+7
* slight function call reductionMike Bayer2008-04-021-37/+32
* - added verbose activity to profiling.function_call_countMike Bayer2008-04-011-19/+1
* - reverted previous "strings instead of tuples" change due to more specific t...Mike Bayer2008-03-301-8/+6
* using concatenated strings as keys in generated_ids collection; they hash sli...Mike Bayer2008-03-301-6/+8
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-301-9/+4
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-251-0/+1
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-201-10/+10
* adding zzzeek's patch from ticket #994, which fixed virtually all remaining b...Catherine Devlin2008-03-201-10/+10
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-191-5/+5
* Added support for vendor-extended INSERT syntax like INSERT DELAYED INTOJason Kirtland2008-03-071-1/+4
* - postgres TIMESTAMP renders correctly [ticket:981]Mike Bayer2008-02-271-2/+2
* - the value of a bindparam() can be a callable, in whichMike Bayer2008-02-221-2/+11
* - 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