summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - happy new yearMike Bayer2014-01-0517-17/+17
* - fix some docstring stuffMike Bayer2014-01-052-14/+37
* - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-051-0/+1
* - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-6/+23
* - call it 0.9.0Mike Bayer2013-12-301-4/+4
* - adjust the behavior of cast() to only provide a type for the bindparam()Mike Bayer2013-12-281-9/+1
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-271-15/+29
* - improve documentation for return_defaults() and returned_defaults. [ticket...Mike Bayer2013-12-201-26/+59
* - 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
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-10/+9
* - remove very ancient TypeEngine constructor, not used by anythingMike Bayer2013-12-171-6/+0
* - The :func:`.cast` function, when given a plain literal value,Mike Bayer2013-12-171-1/+4
* - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-171-0/+4
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-162-3/+8
* - add "force_nocheck" as a way to turn on unicode=force without evenMike Bayer2013-12-151-2/+7
* - implement "literal binds" for the text() clause, [ticket:2882]Mike Bayer2013-12-111-3/+3
* - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-21/+34
* - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-051-1/+5
* convert to a list here for py3kMike Bayer2013-11-291-1/+1
* - add support for bindparam() called from AsFromTextMike Bayer2013-11-291-0/+4
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-292-2/+2
|\
| * Fix cross referencespr/46Vraj Mohan2013-11-172-2/+2
* | more fixMike Bayer2013-11-291-1/+1
* | fixMike Bayer2013-11-291-1/+1
* | make generativeselect availableMike Bayer2013-11-291-1/+1
* | - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-294-193/+482
* | - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-27/+36
* | - fix up rendering of "of"Mike Bayer2013-11-282-7/+15
* | - work in progress, will squashMike Bayer2013-11-282-21/+132
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-282-2/+6
|\ \
| * | added LockmodeArgspr/42Mario Lassnig2013-11-282-4/+6
| * | added ORM supportMario Lassnig2013-11-141-2/+0
| * | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-122-0/+4
* | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-231-8/+13
* | | - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-9/+43
* | | fix [ticket:2868] some moreMike Bayer2013-11-211-2/+4
* | | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-1/+1
* | | - Fixed a regression caused by :ticket:`2812` where the repr() forMike Bayer2013-11-211-1/+1
| |/ |/|
* | Import CTE so that API doc can be generatedVraj Mohan2013-11-141-1/+1
* | Change CompileException references to ConpileErrorVraj Mohan2013-11-141-1/+1
* | Fix cross referenceVraj Mohan2013-11-141-1/+1
* | Ensure API generation and fix cross referencesVraj Mohan2013-11-132-4/+7
* | Fix indentation issues in docstringspr/43Vraj Mohan2013-11-125-11/+12
* | Fix cross referencesVraj Mohan2013-11-122-5/+7
|/
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-011-2/+5
* Super-minor doc fixpr/39Jacob Magnusson2013-10-281-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-1/+3
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+3
* | - add migration notes for [ticket:2838]Mike Bayer2013-10-241-0/+18