summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - work from an "explicit is better than implicit" perspectiveMike Bayer2015-11-252-59/+65
* Merge remote-tracking branch 'origin/pr/200' into pr200Mike Bayer2015-11-253-29/+58
|\
| * Reduce the numbers of calls to isinstancepr/200Gorka Eguileor2015-10-081-34/+32
| * Remove dict comprehension for py26 compatibilityGorka Eguileor2015-10-051-3/+3
| * Only check once if parameters are orderedGorka Eguileor2015-10-023-35/+35
| * Postpone parameters change in ordered updatesGorka Eguileor2015-09-303-10/+11
| * Only preserve order in updates if tuple/dictGorka Eguileor2015-09-294-19/+27
| * Preserve order in update methodGorka Eguileor2015-09-243-11/+33
* | - fix missing argument in TypeDecorator.copy(), fixes #3584, references #2919Mike Bayer2015-11-131-2/+2
* | - correct the commit from ref #3582 to refer to the correct sub-elementMike Bayer2015-11-111-1/+1
* | - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-111-0/+15
* | Merge branch 'pr204'Mike Bayer2015-10-291-2/+3
|\ \
| * | - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-2/+2
| * | - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-151-2/+3
| |/
* | - add a JSON warning for coerce_compared_valueMike Bayer2015-10-281-0/+20
* | - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-081-37/+25
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-073-42/+199
|/
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-4/+61
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-164-63/+109
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-0/+1
* - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-271-1/+14
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-2/+9
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-265-24/+296
* - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+22
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-258-7/+405
* - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-221-1/+6
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-225-10/+25
* - some cleanups in compiler.pyMike Bayer2015-08-181-50/+32
* - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-181-1/+1
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+13
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-175-5/+96
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-1/+17
* Remove useless codepr/191Leonardo Rochael Almeida2015-08-061-3/+0
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1
* - changelog for #3459, fixes #3459Mike Bayer2015-07-191-1/+4
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-191-0/+7
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-191-0/+7
* | - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-3/+0
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-191-2/+5
* | - Fixed potential issue where a custom subclassMike Bayer2015-07-191-1/+8
* | Merge remote-tracking branch 'origin/pr/188' into pr188Mike Bayer2015-07-171-0/+8
|\ \
| * | Added support for reflected modulo operator.Dan Gittik2015-07-171-0/+8
* | | - version specs for new Sequence argumentsMike Bayer2015-07-171-0/+15
* | | Merge remote-tracking branch 'origin/pr/186' into pr186Mike Bayer2015-07-172-2/+50
|\ \ \ | |/ / |/| |
| * | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-272-4/+31
| * | add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-272-2/+6
| * | add MAXVALUE support to Sequence()jakeogh2015-06-272-3/+12
| * | add MINVALUE support to Sequence()jakeogh2015-06-272-2/+10
| |/
* | - try to note under insert.values(), if you needMike Bayer2015-07-081-3/+7
|/
* - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-8/+20