summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - [feature] The behavior of column targetingMike Bayer2012-04-241-4/+14
* - [bug] column.label(None) now produces anMike Bayer2012-04-241-12/+0
* - [bug] The names of the columns on theMike Bayer2012-04-241-17/+16
* - merged #1401 branch from bitbucketMike Bayer2012-04-224-49/+167
|\
| * start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-251-3/+11
| * - figured out again why deannotate must clone()Mike Bayer2012-02-113-9/+14
| * many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-2/+1
| * tweak for correlated subqueries here, seems to work for test_eager_relations:...Mike Bayer2012-02-101-1/+6
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-092-12/+88
| * simplify remote annotation significantly, and alsoMike Bayer2012-02-082-0/+9
| * initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-063-21/+35
* | - [bug] UPDATE..FROM syntax with SQL ServerMike Bayer2012-04-181-1/+1
* | - reopened #2453, needed to put in the original patch as well to cover the caseMike Bayer2012-04-031-0/+9
* | - [bug] Fixed bug in expression annotationMike Bayer2012-03-311-9/+21
* | - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-5/+12
* | I'm pretty sure this should be entitiesDiana Clarke2012-03-181-1/+1
* | typos in lib/sqlalchemy/sqlDiana Clarke2012-03-172-15/+15
* | revert this, the instrumentation here is conditionalMike Bayer2012-03-131-2/+2
* | add most of Brad Allen's doc updates, [ticket:2434]Mike Bayer2012-03-131-8/+28
|\ \
| * | Tiny wording fix in a commentBrad Allen2011-03-161-2/+2
| * | Slight sanity/clarity improvement to the way VisitableType binds theBrad Allen2011-03-161-9/+30
* | | - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-132-6/+98
* | | - [bug] Fixed bug whereby a primaryjoinMike Bayer2012-03-121-1/+2
* | | fix typos, SQL server also needs union allMike Bayer2012-03-031-2/+2
* | | - [feature] Added cte() method to Query,Mike Bayer2012-03-032-0/+218
* | | - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-4/+18
* | | remove check_columns here so warning not emitted with update fromMike Bayer2012-02-261-1/+1
* | | - [bug] A warning is emitted when a not-presentMike Bayer2012-02-211-2/+12
| |/ |/|
* | - [bug] Added support for using the .keyMike Bayer2012-02-052-13/+42
* | - [bug] A significant change to how labelingMike Bayer2012-02-052-30/+64
* | - add a warning regarding tuple.in_(), [ticket:2395]Mike Bayer2012-02-041-0/+8
* | fix a few py3k bugsMike Bayer2012-01-281-0/+1
* | - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-13/+30
* | - [bug] Fixed issue where the "required" exceptionMike Bayer2012-01-281-11/+22
* | - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-222-0/+18
* | - [feature] Added "false()" and "true()" expressionMike Bayer2012-01-181-0/+2
* | - Fixed regression from 0.6 whereby ifMike Bayer2012-01-103-14/+18
* | happy new yearMike Bayer2012-01-047-7/+7
* | fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-4/+8
* | - [bug] the "name" of a column-level CHECK constraint,Mike Bayer2011-12-041-1/+5
* | - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-11/+10
* | also add support for onupdate as we'd like this to fire off if an UPDATE actu...Mike Bayer2011-11-221-13/+31
* | merge tipMike Bayer2011-11-221-1/+1
|\ \
| * | typoMike Bayer2011-11-221-1/+1
* | | fixes to actually get tests to passMike Bayer2011-11-222-17/+26
* | | - commit the unit testsMike Bayer2011-11-221-41/+144
* | | cleanupMike Bayer2011-11-211-22/+42
* | | passes for all three, includes multi col system with mysqlMike Bayer2011-11-211-6/+32
* | | sort of muscling this out, mysql a PITAMike Bayer2011-11-211-7/+47
|/ /
* | - [bug] further tweak to the fix from [ticket:2261],Mike Bayer2011-11-191-16/+108