summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - remove now-misleading comment that SQLite doesn't support MATCH,Mike Bayer2015-03-141-2/+4
* - try to document how to get columns from constraints.Mike Bayer2015-03-121-0/+8
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-112-24/+44
* - copyright 2015Mike Bayer2015-03-1019-19/+19
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-092-3/+16
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-081-15/+14
* - rename _select_wrapsMike Bayer2015-03-081-13/+33
* fooMike Bayer2015-03-081-16/+5
* - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-33/+45
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-13/+29
* - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-1/+2
* - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-302-28/+43
* - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-9/+17
* Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
|\
| * Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-162-69/+90
* | - refine the previous commit a bitMike Bayer2015-01-131-20/+27
* | - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-132-32/+57
* | Add native_enum flag to Enum's repr() resultDimitris Theodorou2015-01-121-0/+1
* | - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-052-14/+25
* | - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-042-260/+263
* | - strategies + declarativeMike Bayer2015-01-041-0/+1
* | - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-044-59/+54
* | - test failures:Mike Bayer2015-01-021-1/+1
* | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-013-59/+296
* | - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+27
* | correctionsMike Bayer2014-12-272-2/+2
* | - correctionsMike Bayer2014-12-273-2/+10
* | - typo fixes #3269Mike Bayer2014-12-271-1/+1
* | Maul the evaulate & friends typoPriit Laes2014-12-193-3/+3
* | - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-3/+7
* | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-061-1/+1
* | - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-042-45/+103
* | - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-046-9/+47
* | - Fixed bug in :meth:`.Table.tometadata` method where theMike Bayer2014-11-292-11/+15
* | - use self.parent, not table here as there's an attributeerrorMike Bayer2014-11-251-1/+1
* | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-252-43/+63
|/
* - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-111-0/+8
* - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-2/+2
* - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-0/+7
* - ensure kwargs are passed for limit clause on a compound select as well,Mike Bayer2014-10-311-1/+1
* - changelog for pullreq github:139Mike Bayer2014-10-211-4/+22
* Merge remote-tracking branch 'origin/pr/139' into pr139Mike Bayer2014-10-211-4/+7
|\
| * allow Table.tometadata changing the table namendparker2014-09-231-4/+7
* | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-192-17/+13
* | Fixed typopr/142mozillazg2014-10-151-2/+2
* | Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-112-3/+3
|\ \
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+1
| * | improve exception vs. exit handlingndparker2014-09-232-2/+4
| |/
* | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-103-29/+96