| Commit message (Expand) | Author | Age | Files | Lines |
| * | - autoinc here for oracle | Mike Bayer | 2014-12-08 | 1 | -1/+3 |
| * | - test for postfetch->sync.populate() having importance during an UPDATE | Mike Bayer | 2014-08-20 | 1 | -0/+74 |
| * | - other test fixes | Mike Bayer | 2014-08-15 | 1 | -7/+9 |
| * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -1/+1 |
| * | - restore non_updating_cascade to test_manytomany_nonpassive, but also | Mike Bayer | 2014-07-25 | 1 | -0/+2 |
| * | PEP8 tidy for test/orm/test_naturalpks.py | Tony Locke | 2014-07-20 | 1 | -212/+235 |
| * | Remove requirement for manytomany_nonpassive | Tony Locke | 2014-07-20 | 1 | -1/+0 |
| * | - ensure ACID set up on this table for MySQL | Mike Bayer | 2014-07-01 | 1 | -2/+3 |
| * | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 1 | -0/+30 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -11/+5 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+7 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+1 |
| * | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -1/+1 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -3/+3 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -47/+31 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+6 |
| * | - break up configure_property | Mike Bayer | 2012-07-14 | 1 | -0/+1 |
| * | move mapper-level UOW functionality straight into unitofwork also. there's | Mike Bayer | 2012-07-14 | 1 | -33/+70 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -0/+7 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -18/+22 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -7/+8 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -10/+10 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -22/+94 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -58/+58 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
| * | - this test began working for oracle as of r14af1f73fbbd. Additionally, | Mike Bayer | 2010-10-02 | 1 | -2/+7 |
| * | - Slight improvement to the behavior of "passive_updates=False" | Mike Bayer | 2010-09-12 | 1 | -11/+34 |
| * | - passive test fails on oracle, ensure passive test fails on sqlite as well | Mike Bayer | 2010-07-28 | 1 | -1/+7 |
| * | - Moving an o2m object from one collection to | Mike Bayer | 2010-07-22 | 1 | -5/+83 |
| * | 78 chars | Mike Bayer | 2010-07-07 | 1 | -52/+103 |
| * | - Can now call make_transient() on an instance that | Mike Bayer | 2010-06-15 | 1 | -4/+41 |
| * | more test adjustments | Mike Bayer | 2010-04-15 | 1 | -4/+17 |
| * | - added missing coverage for self-referential many-to-many flushes | Mike Bayer | 2010-04-06 | 1 | -2/+26 |
| * | - enabled the DetectKeySwitch, and additionally added that it need | Mike Bayer | 2010-04-05 | 1 | -3/+1 |
| * | naturalpks JoinedInheritanceTest uses ON UPDATE cascade on self-referential k... | Brad Allen | 2010-03-20 | 1 | -0/+2 |
| * | SelfRefTest was not getting properly filtered out of mssql tests (__unsupport... | Brad Allen | 2010-03-20 | 1 | -1/+1 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -13/+13 |
| * | disable interval tests on oracle+zxjdbc for now, and also test_fk_nonpassive | Philip Jenvey | 2010-03-12 | 1 | -1/+1 |
| * | these pass on +zxjdbc, seemingly because it lacks a sane rowcount | Philip Jenvey | 2010-03-12 | 1 | -3/+3 |
| * | - mark tests unsupported by sqlite unsupported by oracle as well | Mike Bayer | 2010-03-11 | 1 | -2/+2 |
| * | Added support for FOUND_ROWS to mysqlconnector. | Michael Trier | 2010-03-01 | 1 | -3/+3 |
| * | Changes to get mysqlconnector passing most tests. | Michael Trier | 2010-02-28 | 1 | -4/+4 |
| * | mxodbc supports rowcount, just have to snag before the cursor is closed. | Mike Bayer | 2010-02-28 | 1 | -2/+2 |
| * | - Slight improvement to the fix for [ticket:1362] to not issue | Mike Bayer | 2010-02-05 | 1 | -1/+36 |
| * | - Primary key values can now be changed on a joined-table inheritance | Mike Bayer | 2010-02-02 | 1 | -3/+115 |
| * | - added a failing-so-far test for #1671 | Mike Bayer | 2010-02-01 | 1 | -0/+100 |
| * | mysql doesn't like the 0's. not sure why but its not the point of the test i... | Mike Bayer | 2009-09-02 | 1 | -6/+6 |
| * | add a length for mysql | Philip Jenvey | 2009-09-02 | 1 | -1/+1 |
| * | - Fixed bug which prevented two entities from mutually | Mike Bayer | 2009-09-01 | 1 | -0/+56 |