summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
* updatesMike Bayer2014-01-261-52/+87
* tweak textMike Bayer2014-01-251-2/+16
* seealsos in the tutorialMike Bayer2014-01-251-0/+4
* caseMike Bayer2014-01-251-47/+139
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-252-103/+459
* lets document join()Mike Bayer2014-01-241-20/+94
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-2/+11
* - update docs for Numeric/Float, in particular warn against using mismatchedMike Bayer2014-01-211-32/+41
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-201-30/+80
* - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-201-8/+17
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-13/+105
* - alter behavior such that dialect_kwargs is still immutable, butMike Bayer2014-01-191-10/+5
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-183-45/+183
* Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ...Mike Bayer2014-01-181-0/+2
|\
| * Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-171-0/+2
* | - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-171-13/+4
|/
* - 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