summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-163-2/+25
* - simplified __create_lazy_clause to make better usage of the new local/remot...Mike Bayer2008-04-141-2/+1
* *headslap* those mutators cant mutate the collections except for never-genera...Mike Bayer2008-04-071-9/+5
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-074-237/+183
* factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ...Mike Bayer2008-04-042-138/+69
* fixed union() bug whereby oid_column would not be available if no oid_column ...Mike Bayer2008-04-041-2/+5
* - merged sync_simplify branchMike Bayer2008-04-041-2/+40
* A couple of usage examples for the case statementAnts Aasma2008-04-031-0/+9
* - case() interprets the "THEN" expressionsMike Bayer2008-04-031-9/+38
* The case() function now also takes a dictionary as its whens parameter. But b...Ants Aasma2008-04-031-1/+6
* - Got PG server side cursors back into shape, added fixedMike Bayer2008-04-021-23/+30
* slight function call reductionMike Bayer2008-04-021-37/+32
* - added verbose activity to profiling.function_call_countMike Bayer2008-04-012-27/+13
* - merge() may actually work now, though we've heard that before...Mike Bayer2008-04-011-3/+3
* - 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-302-10/+8
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-293-64/+65
* - can now allow selects which correlate all FROM clausesMike Bayer2008-03-281-3/+1
* - fixed SQL function truncation of trailing underscoresMike Bayer2008-03-251-1/+1
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-252-11/+24
* a few more tweaksMike Bayer2008-03-251-5/+3
* removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau...Mike Bayer2008-03-242-132/+127
* 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
* added escape kw arg to contains(), startswith(), endswith(), [ticket:791]Mike Bayer2008-03-192-18/+18
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-193-24/+28
* Added support for vendor-extended INSERT syntax like INSERT DELAYED INTOJason Kirtland2008-03-072-2/+25
* - Updated exception messaging for r4220Jason Kirtland2008-03-041-5/+5
* - added "bind" keyword argument to insert(), update(), delete();Mike Bayer2008-03-041-7/+19
* - fixed bug which was preventing UNIONS from being cloneable,Mike Bayer2008-03-042-8/+17
* - postgres TIMESTAMP renders correctly [ticket:981]Mike Bayer2008-02-271-2/+2
* silliness reductionMike Bayer2008-02-241-10/+8
* - the value of a bindparam() can be a callable, in whichMike Bayer2008-02-221-2/+11
* - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob...Jason Kirtland2008-02-221-5/+4
* - can again create aliases of selects against textualMike Bayer2008-02-191-0/+1
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-143-130/+123
* - 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-122-3/+2
* - added generative where(<criterion>) method to delete()Mike Bayer2008-02-081-2/+33
* - 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
* - Some more reST docstring correctionsJason Kirtland2008-02-061-31/+30
* - 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
* - some consolidation of tests in select.py, movedMike Bayer2008-02-011-0/+3
* - Workaround for datetime quirk, LHS comparisons to SA expressions now work.Jason Kirtland2008-01-311-0/+3
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-311-1/+7
* - added "autocommit=True" kwarg to select() and text(),Mike Bayer2008-01-311-3/+23