summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Add naming convention support when using schema in the metadata.pr/67Tom Farvour2014-02-051-2/+10
* - Fixed bug where so-called "literal render" of :func:`.bindparam`Mike Bayer2014-02-051-2/+2
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-1/+0
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-1/+12
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-18/+67
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-022-2/+11
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-013-8/+189
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-311-4/+17
* - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-312-2/+4
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-9/+9
* - docsMike Bayer2014-01-261-37/+115
* 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