| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -2/+45 |
| | | |||||
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -179/+174 |
| | | | | | - apply autopep8 + manual fixes to most of test/sql/ | ||||
| * | starting on the update tests next, pep8 pass first (see #2630) | Diana Clarke | 2013-03-30 | 1 | -66/+36 |
| | | |||||
| * | Fixed bug whereby using a label_length on dialect that was smaller | Mike Bayer | 2012-12-08 | 1 | -0/+43 |
| | | | | | | | than the size of actual column identifiers would fail to render the columns correctly in a SELECT statement. [ticket:2610] | ||||
| * | - refactor test_labels into all compiler/defaultdialect tests | Mike Bayer | 2012-12-08 | 1 | -264/+297 |
| | | |||||
| * | just a pep8 pass before I play with these tests | Diana Clarke | 2012-11-23 | 1 | -142/+206 |
| | | |||||
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+5 |
| | | | | | | | | become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries. | ||||
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -29/+29 |
| | | |||||
| * | - test failures. one in particular seems to be a weird oursql bug, oh well | Mike Bayer | 2012-02-12 | 1 | -2/+5 |
| | | |||||
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -98/+285 |
| | | | | | | | | | | | | | | | is applied to columns in SELECT statements allows "truncated" labels, that is label names that are generated in Python which exceed the maximum identifier length (note this is configurable via label_length on create_engine()), to be properly referenced when rendered inside of a subquery, as well as to be present in a result set row using their original in-Python names. [ticket:2396] - apply pep8 to test_labels | ||||
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those ↵ | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
| | | | | | | | | classes to a new test.lib.fixtures module - move testing.TestBase to test.lib.fixtures - massive search and replace | ||||
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -9/+9 |
| | | |||||
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
| | | |||||
| * | - normalize sybase version numbers | Mike Bayer | 2010-03-18 | 1 | -9/+12 |
| | | | | | - sybase has 255 identifier length on 15, 30 earlier | ||||
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -4/+11 |
| | | |||||
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+195 |
| See README.unittests for information on how to run the tests. [ticket:970] | |||||
