summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* docsMike Bayer2014-01-261-35/+131
* updatesMike Bayer2014-01-261-63/+92
* tweak textMike Bayer2014-01-251-4/+10
* importsMike Bayer2014-01-251-0/+4
* caseMike Bayer2014-01-251-44/+136
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-251-106/+445
* docuemnt joinMike Bayer2014-01-241-16/+87
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-1/+7
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-192-5/+20
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-2/+3
* Ensure API generation and fix cross referencesVraj Mohan2013-11-141-2/+5
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-2/+2
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-201-0/+3
* workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-122-3/+6
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+3
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-1/+6
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-251-0/+3
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-241-3/+5
* additoinalMike Bayer2013-08-211-2/+18
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-1/+1
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-1/+4
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-312-12/+18
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-1/+3
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-121-0/+11
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-123-5/+23
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-052-3/+52
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-2/+2
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-262-65/+189
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-2/+5
* - remove the ``__iter__()`` with notimplemented since it interferesMike Bayer2013-06-031-5/+0
* fix this testMike Bayer2013-05-261-1/+1
* Show the conflicting column in the warning!Chris Withers2013-05-261-2/+2
* heh dont need that eitherMike Bayer2013-04-251-7/+1
* dont need thisMike Bayer2013-04-251-6/+0
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-252-3/+15
* Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-12/+34
* A major fix to the way in which a select() object producesMike Bayer2013-04-112-22/+58
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-1/+3
* merge plus fix the test spelling tooMike Bayer2013-03-181-1/+1
|\
| * Fix typo.Richard Mitchell2013-03-181-1/+1
* | no need to use getattr() hereMike Bayer2013-03-172-3/+5
|/
* doc updatesMike Bayer2013-03-111-29/+29
* - repair doctest for SQL expression tutorialMike Bayer2013-03-111-1/+35
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+3
* - since correlation is now always at least semi-automatic, remove theMike Bayer2013-03-091-28/+30
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-072-32/+36
* - A clear error message is emitted if an event handlerMike Bayer2013-02-251-1/+8
* Fixed the consideration of the ``between()`` operatorMike Bayer2013-02-021-1/+1
* Fixed a bug regarding column annotations which in particularMike Bayer2013-02-021-1/+1