Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 4 | -15/+79 | |
| | | | | | - break test_insert tests into explicitly get_lastrowid() vs. implicit_returning tests, fix up requirements to split them out | |||||
* | - connect immediately on _create_testing_engine to initialize dialect ↵ | Mike Bayer | 2012-10-04 | 2 | -1/+1 | |
| | | | | capabilities | |||||
* | - don't call get_lastrowid() on explicit returning | Mike Bayer | 2012-10-04 | 3 | -2/+10 | |
| | | | | | | - don't hardwire "subqueries" requirement in the base, mysql < 4.1 isn't working anyway - don't need explicit FB/PG exclusions in test_returning - hit db.connect() for the returning requirement | |||||
* | - test updates | Mike Bayer | 2012-10-04 | 4 | -49/+102 | |
| | ||||||
* | - requirements | Mike Bayer | 2012-10-03 | 3 | -3/+24 | |
| | ||||||
* | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 2 | -14/+22 | |
| | | | | | | | - rewrite --dropfirst to be more industrial strength, includes views - fix order_by="foreign_key" to maintain the same ordering as metadata.sorted_tables. Not ideal that this was the other way throughout 0.7 but this is still a little-used method, in contrast to metadata.sorted_tables. | |||||
* | allow variability here | Mike Bayer | 2012-09-30 | 1 | -0/+7 | |
| | ||||||
* | mssql: - [bug] Fixed bug where reflection of primary key constraint | Mike Bayer | 2012-09-30 | 2 | -2/+2 | |
| | | | | | | | would double up columns if the same constraint/table existed in multiple schemas. - force returns_rows to False for inserts where we know rows shouldnt be returned; allows post_exec() to use the cursor without issue | |||||
* | put this inside a main() | Mike Bayer | 2012-09-30 | 1 | -1/+2 | |
| | ||||||
* | consolidate config into noseplugin, remove the dupe, load noseplugin using ↵ | Mike Bayer | 2012-09-30 | 2 | -205/+192 | |
| | | | | imp.load_source(), see if that works | |||||
* | 2.5 support | Mike Bayer | 2012-09-30 | 3 | -4/+9 | |
| | ||||||
* | also get rid of satest.cfg | Mike Bayer | 2012-09-29 | 1 | -1/+1 | |
| | ||||||
* | merge | Mike Bayer | 2012-09-29 | 1 | -2/+0 | |
| | ||||||
* | - rework component reflection test so that usual framework hooks can be used | Mike Bayer | 2012-09-29 | 1 | -59/+49 | |
| | | | | to redefine tables, etc. | |||||
* | dev | Mike Bayer | 2012-09-29 | 2 | -154/+182 | |
| | ||||||
* | adjustments | Mike Bayer | 2012-09-29 | 3 | -3/+14 | |
| | ||||||
* | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -2/+1 | |
| | ||||||
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 16 | -169/+773 | |
| | ||||||
* | display name in message | Mike Bayer | 2012-09-27 | 1 | -1/+2 | |
| | ||||||
* | - add a runner module | Mike Bayer | 2012-09-27 | 3 | -2/+33 | |
| | | | | - make "default" the default dialect. | |||||
* | tweaks | Mike Bayer | 2012-09-27 | 2 | -5/+11 | |
| | ||||||
* | fix an early import | Mike Bayer | 2012-09-27 | 1 | -2/+6 | |
| | ||||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 22 | -0/+3058 | |
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. |