summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed bug in Query whereby the usage of aliased() constructsMike Bayer2010-03-231-4/+6
* - join() will now simulate a NATURAL JOIN by default. Meaning,Mike Bayer2010-03-192-27/+59
* - added pyodbc for sybase driver.Mike Bayer2010-03-171-35/+106
|\
| * - mxodbc can use default execute() callMike Bayer2010-03-161-29/+77
|/
* - The except_() method now renders as MINUS on Oracle,Mike Bayer2010-03-162-9/+27
* whitespace fixes to improve readability (shortened excessively long lines, an...Brad Allen2010-03-151-28/+42
* - fixed internal error which would occur if calling has()Mike Bayer2010-03-111-1/+3
* fixed up docs for execution_options() across all three locations.Mike Bayer2010-03-091-1/+13
* base tests passMike Bayer2010-03-091-1/+1
* still thinking about stuff hereMike Bayer2010-03-081-3/+11
* working on getting operators/left hand type awareness into the "bind" coercio...Mike Bayer2010-03-081-26/+29
* - adjusted the literal coercion rules to take the left side's type into accou...Mike Bayer2010-03-011-0/+2
* -remove proof of concept "cascade constraints"Mike Bayer2010-02-281-4/+1
* - make tuple a little more friendlyMike Bayer2010-02-281-0/+1
* working on pyodbc / mxodbcMike Bayer2010-02-271-0/+1
* - Composite PK table on InnoDB where the "autoincrement" columnMike Bayer2010-02-221-12/+16
* - A change to the solution for [ticket:1579] - an end-userMike Bayer2010-02-161-16/+27
* tighten up conditionals a bit. this method is still doing too much, i.e. the...Mike Bayer2010-02-161-42/+51
* - Made sqlalchemy.sql.expressions.Executable part of publicMike Bayer2010-02-121-22/+32
* - The type/expression system now does a more complete jobMike Bayer2010-02-112-131/+43
* add sql_compiler property to all Compiled subclasses for convenienceMike Bayer2010-02-071-0/+4
* dont reference self.statement during compilationMike Bayer2010-02-071-1/+1
* - FunctionElement subclasses are now directly executable theMike Bayer2010-02-071-3/+4
* - Added math negation operator support, -x.Mike Bayer2010-02-053-1/+9
* fix the kwargs scoping. mysteriously was affecting pool gcingMike Bayer2010-01-291-4/+5
* - inline some code and turn some instance-level defaults into class levelMike Bayer2010-01-291-3/+7
* - the "autocommit" flag on select() and text() as wellMike Bayer2010-01-281-19/+44
* against is optionalMike Bayer2010-01-281-1/+1
* - allow exists(s.as_scalar()) to workMike Bayer2010-01-281-1/+1
* add an informative error msg for non-collection passed to select()Mike Bayer2010-01-281-2/+8