summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-16/+23
* - func.count() with no argument emits COUNT(*)Jason Kirtland2008-07-241-1/+11
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-154-37/+95
* - Always use native itemgetter & attrgetterJason Kirtland2008-07-151-2/+4
* - Always use native dequeJason Kirtland2008-07-151-4/+4
* - Dropped `reversed` emulationJason Kirtland2008-07-151-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-155-28/+28
* And thus ends support for Python 2.3.Jason Kirtland2008-07-152-25/+45
* - 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-133-0/+16
* - 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
* add with_only_columns to Select to allow for removing columns from selectsAnts Aasma2008-05-291-0/+10
* - PropertyLoader.foreign_keys becomes privateMike Bayer2008-05-241-1/+1
* - added some help for a heavily flush-order-dependent testMike Bayer2008-05-161-1/+3
* Followup to [4760]: forward **kwargs on TableClause.delete()Lele Gaifax2008-05-151-2/+2
* Augment expression.Delete() with a kwargs, like Insert() and Update()Lele Gaifax2008-05-151-2/+4
* 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
* - fixed propagation of operate() for aliased relation descriptorsMike Bayer2008-05-131-2/+2
* - clause adaption hits _raw_columns of a select() (though no ORM tests need t...Mike Bayer2008-05-121-1/+1
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-091-1/+6
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-096-581/+579
* - _Label adds itself to the proxy collection so that it works in correspoindi...Mike Bayer2008-05-061-3/+8
* - same as [ticket:1019] but repaired the non-labeled use caseMike Bayer2008-05-051-1/+4
* - an unfortunate naming conflictMike Bayer2008-05-021-3/+3
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-022-29/+61
* - improved behavior of text() expressions when used asMike Bayer2008-04-261-10/+7
* - 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