summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure Oracle index w/ col DESC etc. is reflectedMike Bayer2017-08-141-0/+4
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Ensure TypeDecorator delegates _set_parent_with_dispatchMike Bayer2016-10-201-2/+0
* - happy new yearMike Bayer2016-01-291-1/+1
* - unfortunately we need to match within join where col.key does not matchMike Bayer2016-01-261-2/+1
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-20/+9
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-9/+12
* - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-241-1/+3
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-47/+62
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-141-1/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-0/+3
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+2
* restore the contracts of update/extend to the degree that the same column ide...Mike Bayer2014-02-271-3/+5
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-261-25/+46
* - use MutableMapping to make this more succinct, completeMike Bayer2014-02-261-47/+35
* docsMike Bayer2014-02-251-3/+10
* - The new dialect-level keyword argument system for schema-levelMike Bayer2014-02-251-13/+156
* - 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-181-1/+118
* - happy new yearMike Bayer2014-01-051-1/+1
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-0/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-0/+18
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+329