| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The "lightweight named tuple" used when a :class:`.Query` returns | Mike Bayer | 2015-05-14 | 1 | -0/+2 |
| * | - Fixed unexpected-use regression where in the odd case that the | Mike Bayer | 2015-05-06 | 2 | -1/+14 |
| * | micro-optimize unique_listpr/169 | Gaƫtan de Menten | 2015-04-24 | 1 | -3/+4 |
| * | Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47 | Mike Bayer | 2015-04-03 | 1 | -7/+10 |
| |\ |
|
| | * | make sort_tables order deterministic | Sebastian Bank | 2015-03-07 | 1 | -7/+10 |
| * | | - The warning emitted by the unicode type for a non-unicode type | Mike Bayer | 2015-03-31 | 1 | -3/+6 |
| * | | - keep this as 100 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | | - copyright 2015 | Mike Bayer | 2015-03-10 | 7 | -7/+7 |
| * | | - reduce some callcounts related to the lightweight tuple, | Mike Bayer | 2015-03-09 | 1 | -29/+56 |
| * | | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -5/+13 |
| |/ |
|
| * | - remove context-specific post-crud logic from Connection and inline post-crud | Mike Bayer | 2015-01-25 | 1 | -2/+7 |
| * | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 2 | -1/+28 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 3 | -4/+58 |
| * | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 2 | -1/+10 |
| * | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 1 | -2/+2 |
| * | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
| * | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 1 | -3/+6 |
| * | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+3 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -3/+3 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -9/+3 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+6 |
| * | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 2 | -2/+16 |
| |/ |
|
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -4/+4 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 3 | -12/+44 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 2 | -1/+9 |
| * | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 2 | -16/+56 |
| * | - mutablemapping adds compiler overhead, so screw it | Mike Bayer | 2014-08-15 | 1 | -5/+9 |
| * | - TIL that dict.keys() in py3K is not an iterator, it is an iterable | Mike Bayer | 2014-08-15 | 1 | -41/+5 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -1/+3 |
| * | - workaround removal of nested() in py3k | Mike Bayer | 2014-07-30 | 2 | -1/+35 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 6 | -75/+101 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 2 | -1/+9 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 7 | -7/+14 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 2 | -3/+3 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 2 | -1/+5 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -39/+2 |
| * | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 1 | -1/+1 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+1 |
| * | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 1 | -11/+33 |
| * | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 1 | -7/+7 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 7 | -7/+7 |
| * | Merge branch 'automap' | Mike Bayer | 2014-01-05 | 2 | -1/+9 |
| |\ |
|
| | * | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 2 | -1/+9 |
| * | | - Fixed regression where using a ``functools.partial()`` with the event | Mike Bayer | 2014-01-04 | 1 | -1/+3 |
| |/ |
|
| * | - alter the decorator function, and the newer public_factory function, | Mike Bayer | 2013-12-21 | 1 | -6/+20 |
| * | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -31/+54 |
| * | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -2/+8 |
| * | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 2 | -3/+3 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -8/+1 |