| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| | * | | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 12 | -169/+176 |
| * | | | | magic accessors to the rescue | Mike Bayer | 2013-05-27 | 1 | -13/+0 |
| * | | | | still not locating more nested expressions, may need to match on name | Mike Bayer | 2013-05-27 | 1 | -11/+29 |
| * | | | | attempt number one, doesn't detect though if the label in the order by is not... | Mike Bayer | 2013-05-27 | 1 | -0/+63 |
| | |_|/
|/| | |
|
| * | | | fix this test | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | cleanup | Mike Bayer | 2013-05-04 | 1 | -67/+68 |
| * | | formatting stuff | Mike Bayer | 2013-05-04 | 1 | -49/+51 |
| |/ |
|
| * | Fully implemented the IS and IS NOT operators with | Mike Bayer | 2013-04-22 | 1 | -1/+28 |
| * | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 1 | -20/+6 |
| * | Merged in bentrofatter/sqlalchemy-2663 (pull request #49) | Mike Bayer | 2013-04-21 | 1 | -1/+10 |
| |\ |
|
| | * | Removed commented line from test_types.py | Ben Trofatter | 2013-03-19 | 1 | -1/+0 |
| | * | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di... | Ben Trofatter | 2013-03-18 | 1 | -1/+11 |
| * | | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 2 | -0/+169 |
| * | | - reinstate insert returning back into test_insert.py; defaultdialect | Mike Bayer | 2013-04-01 | 2 | -4/+10 |
| * | | moving insert returning test back into CRUD test class until I figure out why... | Diana Clarke | 2013-03-30 | 2 | -7/+5 |
| * | | whitespace | Diana Clarke | 2013-03-30 | 1 | -3/+3 |
| * | | move the update tests from CRUDTest into sql/test_update.py (see #2630) | Diana Clarke | 2013-03-30 | 2 | -105/+173 |
| * | | fixing tests for --db=mysql: VARCHAR requires a length on dialect mysql | Diana Clarke | 2013-03-30 | 2 | -6/+6 |
| * | | starting on the update tests next, pep8 pass first (see #2630) | Diana Clarke | 2013-03-30 | 2 | -301/+272 |
| * | | move the insert tests from CRUDTest into sql/test_insert.py (see #2630) | Diana Clarke | 2013-03-29 | 2 | -219/+310 |
| * | | move the delete tests from CRUDTest into sql/test_delete.py (see #2630) | Diana Clarke | 2013-03-29 | 2 | -46/+87 |
| * | | fix syntax error | Mike Bayer | 2013-03-24 | 1 | -1/+1 |
| * | | Fixed bug whereby a DBAPI that can return "0" | Mike Bayer | 2013-03-23 | 1 | -1/+18 |
| |/ |
|
| * | merge plus fix the test spelling too | Mike Bayer | 2013-03-18 | 1 | -2/+2 |
| * | - auto-append for CheckConstraint should skip table if the expression is against | Mike Bayer | 2013-03-09 | 1 | -0/+13 |