summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-30/+11
* - The REFERENCES clause in a CREATE TABLE that includesMike Bayer2010-11-121-1/+6
* - Added type_coerce(expr, type_) expression element.Mike Bayer2010-10-233-4/+57
* - fix a typo that was apparently not really impacting anythingMike Bayer2010-09-251-1/+1
* doc editsMike Bayer2010-09-221-10/+13
* - Patched a case where query.join() would adapt theMike Bayer2010-09-211-0/+19
* - as_scalar(), label() can be called on a selectableMike Bayer2010-09-181-3/+10
* - An informative error message is raised if a ColumnMike Bayer2010-09-182-9/+15
* - lazy loads for relationship attributes now useMike Bayer2010-09-121-0/+25
* - pending deprecation in 0.7 for the execute/scalar on clauseelementMike Bayer2010-09-071-6/+10
* - rewrote the "connections" sectionMike Bayer2010-09-051-4/+30
* docstring for query.correlate, [ticket:1889]Mike Bayer2010-08-291-3/+3
* - Similarly, for relationship(), foreign_keys,Mike Bayer2010-08-211-3/+3
* - 79 chars for expressionMike Bayer2010-08-141-428/+559
* get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-2/+3
* - the _Label construct, i.e. the one that is producedMike Bayer2010-08-071-11/+9
* - the text() construct, if placed in a columnMike Bayer2010-08-031-3/+3
* - Specifying a non-column based argumentMike Bayer2010-08-021-0/+8
* - if @classproperty is used with a regular class-boundMike Bayer2010-08-021-1/+1
* - The generated index name also is based onMike Bayer2010-08-021-2/+4
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-15/+15
* document the crap out of text(), Session.execute()Mike Bayer2010-07-201-18/+75
* - Fixed bug that would prevent overridden clauseMike Bayer2010-06-261-3/+5
* - The argument to "ESCAPE" of a LIKE operator or similarMike Bayer2010-06-241-4/+12
* - Modified the internals of "column annotation" such thatMike Bayer2010-06-141-1/+1
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-271-4/+4
* - Added table.add_is_dependent_on(othertable), allows manualMike Bayer2010-05-131-0/+5
* - func.XXX() doesn't inadvertently resolve to non-FunctionMike Bayer2010-05-131-1/+3
* - the _make_proxy() method of ColumnClause and Column now useMike Bayer2010-05-102-1/+17
* - expr.in_() now accepts a text() construct as the argument.Mike Bayer2010-05-081-2/+9
* remove a few superfluous importsMike Bayer2010-04-292-11/+11
* - Fixed errant space character when generating ADD CONSTRAINTMike Bayer2010-04-261-1/+1
* - Table.create() and Table.drop() no longer apply metadata-Mike Bayer2010-04-161-2/+2
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-151-0/+3
* merge tipMike Bayer2010-04-131-6/+12
|\
| * much more descriptive message for bind param name conflict, [ticket:1766]Mike Bayer2010-04-121-6/+12
* | merge trunkMike Bayer2010-04-111-6/+1
|\ \ | |/
| * - somejoin.select(fold_equivalents=True) is no longerMike Bayer2010-04-111-6/+1
| * - make it exceedlingly obvious that all topological/unitofwork code isMike Bayer2010-04-071-1/+1
* | merge defaultMike Bayer2010-04-071-0/+17
|\ \ | |/
| * - Added new 'compiled_cache' execution option. A dictionaryMike Bayer2010-04-071-0/+17
* | breakthrough, wowMike Bayer2010-04-051-1/+1
* | merge default branchMike Bayer2010-04-041-0/+10
|\ \ | |/
| * - id(obj) is no longer used internally within topological.py,Mike Bayer2010-04-011-1/+2
| * - Restored some bind-labeling logic from 0.5 which ensuresMike Bayer2010-03-311-0/+10
* | deletes, rudimentary many-to-onesMike Bayer2010-03-311-2/+0
* | really got topological going. now that we aren't putting fricking mapped ob...Mike Bayer2010-03-311-2/+5
|/
* - the compiler extension now allows @compiles decoratorsMike Bayer2010-03-301-10/+11
* - Added with_hint() method to Query() construct. This callsMike Bayer2010-03-272-13/+84
* - Fixed bug introduced in 0.6beta2 where column labels wouldMike Bayer2010-03-231-4/+7