| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -0/+3 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -263/+279 |
* | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 1 | -0/+1 |
* | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 1 | -0/+48 |
* | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 1 | -1/+3 |
* | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 1 | -0/+16 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Fixed bug in SQLite join rewriting where anonymized column names | Mike Bayer | 2014-05-25 | 1 | -0/+3 |
* | - Fixed bug where the :meth:`.Operators.__and__`, | Mike Bayer | 2014-05-24 | 1 | -7/+21 |
* | - document the compiler_kwargs accessor | Mike Bayer | 2014-05-23 | 1 | -0/+20 |
* | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -5/+5 |
* | - Added new flag :paramref:`.expression.between.symmetric`, when set to True | Mike Bayer | 2014-03-30 | 1 | -2/+7 |
* | - Fixed bug in :func:`.tuple_` construct where the "type" of essentially | Mike Bayer | 2014-02-27 | 1 | -5/+6 |
* | - Adjusted the logic which applies names to the .c collection when | Mike Bayer | 2014-02-26 | 1 | -6/+9 |
* | - Fixed issue in new :meth:`.TextClause.columns` method where the ordering | Mike Bayer | 2014-02-26 | 1 | -7/+7 |
* | - More issues with [ticket:2932] first resolved in 0.9.2 where | Mike Bayer | 2014-02-05 | 1 | -2/+2 |
* | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 1 | -2/+5 |
* | - docs | Mike Bayer | 2014-01-26 | 1 | -37/+115 |
* | updates | Mike Bayer | 2014-01-26 | 1 | -52/+87 |
* | tweak text | Mike Bayer | 2014-01-25 | 1 | -2/+16 |
* | case | Mike Bayer | 2014-01-25 | 1 | -47/+139 |
* | - start building out very comprehensive docstrings for core functions | Mike Bayer | 2014-01-25 | 1 | -102/+447 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 1 | -0/+1 |
* | - adjust the behavior of cast() to only provide a type for the bindparam() | Mike Bayer | 2013-12-28 | 1 | -9/+1 |
* | - rework the JSON expression system so that "astext" is called *after* | Mike Bayer | 2013-12-27 | 1 | -15/+29 |
* | - The :func:`.cast` function, when given a plain literal value, | Mike Bayer | 2013-12-17 | 1 | -1/+4 |
* | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 1 | -0/+4 |
* | convert to a list here for py3k | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
* | more fix | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
* | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 1 | -68/+269 |
* | fix [ticket:2868] some more | Mike Bayer | 2013-11-21 | 1 | -2/+4 |
* | - Fixed a regression caused by :ticket:`2812` where the repr() for | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
* | Fix cross reference | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |
* | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -66/+230 |
* | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -2/+2 |
* | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 1 | -0/+3 |
* | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -1/+6 |
* | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 1 | -1/+8 |
* | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 1 | -0/+3 |
* | comment this alternative approach... | Mike Bayer | 2013-08-28 | 1 | -0/+7 |
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -11/+105 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1/+0 |
* | - header comments | Mike Bayer | 2013-08-12 | 1 | -0/+12 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+2369 |