| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | - 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 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 2 | -2/+1 |
| * | - this test is ridiculous, executemany() + returning not supported | Mike Bayer | 2013-03-09 | 1 | -20/+0 |
| * | - the base correlate tests in test_compiler cover the ones that were here | Mike Bayer | 2013-03-09 | 1 | -127/+79 |
| * | - since correlation is now always at least semi-automatic, remove the | Mike Bayer | 2013-03-09 | 1 | -33/+241 |
| * | go back to the original form, then break out this test into individuals | Mike Bayer | 2013-03-08 | 1 | -53/+115 |
| * | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 2 | -42/+53 |
| * | Merged in nakagami/sqlalchemy/cymysql (pull request #42) | Mike Bayer | 2013-03-07 | 1 | -0/+10 |
| |\ |
|
| | * | mysql+cymysql test_types.py | Hajime Nakagami | 2013-03-06 | 1 | -0/+10 |
| | * | not return unicode string in cymysql dialect | Hajime Nakagami | 2013-03-02 | 1 | -1/+0 |
| | * | test for cymysql | Hajime Nakagami | 2013-02-17 | 1 | -0/+1 |
| * | | - :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` will | Mike Bayer | 2013-03-02 | 1 | -0/+1 |
| * | | - some linter cleanup, though have disabled the newer linter rules which are ... | Mike Bayer | 2013-03-02 | 1 | -40/+45 |
| |/ |
|
| * | port numeric tests to dialect suite | Mike Bayer | 2013-02-06 | 1 | -162/+0 |
| * | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 1 | -9/+14 |
| * | - add an "empty_inserts" requirement target plus a suite test | Mike Bayer | 2013-02-06 | 1 | -3/+3 |
| * | Fixed a bug regarding column annotations which in particular | Mike Bayer | 2013-02-02 | 1 | -0/+31 |
| * | cleanup and pep8 | Mike Bayer | 2013-02-02 | 1 | -56/+52 |
| * | The :meth:`.ColumnOperators.in_` operator will now coerce | Mike Bayer | 2013-02-02 | 1 | -0/+6 |