| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 2 | -5/+0 |
| * | repair missing oracle skip | Mike Bayer | 2013-08-28 | 1 | -1/+1 |
| * | - these tests now fail on a normalize name DB, as they should! because we're ... | Mike Bayer | 2013-08-28 | 1 | -0/+6 |
| * | callcounts | Mike Bayer | 2013-08-27 | 1 | -1/+1 |
| * | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 1 | -12/+14 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 2 | -16/+165 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -1/+1 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -0/+122 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+7 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+9 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -0/+16 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+176 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -0/+11 |
| * | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 1 | -0/+29 |
| * | - fix issue in join rewriting whereby we need to ensure the .key and .name | Mike Bayer | 2013-07-27 | 1 | -4/+83 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -0/+23 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 2 | -0/+53 |
| * | - we dont actually need this unicode cast, on py3k + linux it seems the | Mike Bayer | 2013-07-09 | 1 | -0/+2 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -1/+64 |
| * | Fixed bug when using multi-table UPDATE where a supplemental | Mike Bayer | 2013-07-02 | 1 | -0/+39 |
| * | add an ORDER BY here | Mike Bayer | 2013-06-26 | 1 | -2/+2 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 2 | -12/+142 |
| * | tweak this for now, would need a test | Mike Bayer | 2013-06-23 | 1 | -11/+0 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 2 | -35/+321 |
| * | Provided a new attribute for :class:`.TypeDecorator` | Mike Bayer | 2013-06-22 | 1 | -1/+33 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -1/+74 |
| * | fix test | Mike Bayer | 2013-06-06 | 1 | -0/+1 |
| * | genericize tests here | Mike Bayer | 2013-06-04 | 1 | -5/+10 |
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 2 | -15/+311 |
| |\ |
|
| | * | - add coverage for result map rewriting | Mike Bayer | 2013-06-04 | 1 | -0/+6 |
| | * | - if the select() does not have use_labels on, then we just render | Mike Bayer | 2013-06-04 | 1 | -0/+51 |
| | * | - support for a__b_dc, i.e. two levels of nesting | Mike Bayer | 2013-06-04 | 1 | -35/+131 |
| | * | repair these tests now that we allow join from selectable to fromgrouping | Mike Bayer | 2013-06-04 | 1 | -21/+26 |
| | * | - add a flag to DefaultDialect for this so that people will have some | Mike Bayer | 2013-06-04 | 1 | -1/+28 |
| | * | rewriting scheme now works. | Mike Bayer | 2013-06-04 | 1 | -28/+21 |
| | * | capture the really hard one in a test (hooray) | Mike Bayer | 2013-06-04 | 1 | -0/+119 |
| * | | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 2 | -7/+40 |
| * | | - remove the ``__iter__()`` with notimplemented since it interferes | Mike Bayer | 2013-06-03 | 1 | -7/+6 |
| * | | test tweak | Mike Bayer | 2013-06-03 | 1 | -1/+4 |
| * | | Merge branch 'master' into ticket_1068 | Mike Bayer | 2013-06-03 | 12 | -175/+153 |
| |\ \ |
|
| | * | | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is really | Mike Bayer | 2013-06-03 | 1 | -2/+0 |
| | |/ |
|
| | * | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| | |\ |
|
| | * \ | merge default | Mike Bayer | 2013-05-05 | 1 | -0/+2 |
| | |\ \ |
|
| | * | | | - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, mysqld... | Mike Bayer | 2013-05-04 | 1 | -1/+1 |
| | * | | | and int types here... | Mike Bayer | 2013-05-04 | 1 | -1/+2 |
| | * | | | update test | Mike Bayer | 2013-05-04 | 1 | -12/+3 |
| | * | | | cleanup and formatting | Mike Bayer | 2013-05-04 | 1 | -67/+68 |
| | * | | | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 2 | -42/+44 |
| | * | | | formatting stuff | Mike Bayer | 2013-05-04 | 1 | -49/+51 |
| | * | | | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 2 | -48/+25 |