| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - enable SAVEPOINT support fully, remove warning, [ticket:822]. | Mike Bayer | 2011-12-06 | 1 | -1/+8 |
| * | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -0/+8 |
| * | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -1/+7 |
| * | fix this test for oursql | Mike Bayer | 2011-10-15 | 1 | -6/+6 |
| * | - Added an exception catch + warning for the | Mike Bayer | 2011-10-15 | 1 | -0/+54 |
| * | - Enhanced the instrumentation in the ORM to support | Mike Bayer | 2011-09-28 | 1 | -0/+9 |
| * | - Some unit test fixes regarding numeric arrays, | Mike Bayer | 2011-06-04 | 1 | -1/+8 |
| * | - adjust further for unix-style casing, also this is mysql not just mysqldb | Mike Bayer | 2011-06-02 | 1 | -1/+5 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 2 | -5/+20 |
| * | - make sure we definitely get every connection created | Mike Bayer | 2011-05-14 | 1 | -2/+23 |
| * | - query.count() emits "count(*)" instead of | Mike Bayer | 2011-05-10 | 1 | -0/+2 |
| * | - given that Oracle's issue is not just open connections, but *closed* ones t... | Mike Bayer | 2011-05-09 | 2 | -1/+26 |
| * | comment out the rollback on after test since pg8000 can deadlock on this (and... | Mike Bayer | 2011-04-30 | 1 | -3/+8 |
| * | uurg, add a use_reaper argument and have zoomark skip the reaping for its ver... | Mike Bayer | 2011-04-25 | 1 | -6/+8 |
| * | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 2 | -18/+40 |
| * | mark all aaa_profiling tests with __requires__ = 'cpython', | Mike Bayer | 2011-04-23 | 1 | -0/+8 |
| * | - added Query.with_session() method, switches | Mike Bayer | 2011-04-23 | 1 | -6/+11 |
| * | try a between here since 'in' looks for exact matches, doesn't work | Mike Bayer | 2011-04-15 | 1 | -1/+0 |
| * | - no encoding with arrays | Mike Bayer | 2011-04-08 | 1 | -10/+16 |
| * | - fix a callcount | Mike Bayer | 2011-03-27 | 1 | -26/+7 |
| * | - reorganizing the test modules and fixtures, but keeping the essential metho... | Mike Bayer | 2011-03-27 | 1 | -15/+10 |
| * | - dont clear the classes collection here either... | Mike Bayer | 2011-03-27 | 1 | -2/+0 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 4 | -40/+335 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 2 | -19/+11 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -4/+27 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -28/+0 |
| * | this test fails on PyPy because it checks for a lastrowid after the connectio... | Alex Gaynor | 2011-03-16 | 1 | -4/+7 |
| * | - adjust gc_collect for pypy | Mike Bayer | 2011-03-15 | 1 | -1/+4 |
| * | Modifications for PyPy support from Alex Gaynor. | Michael Trier | 2011-03-08 | 1 | -2/+3 |
| * | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -3/+8 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+7 |
| * | - The path given as the location of a sqlite database is now | Mike Bayer | 2011-02-10 | 1 | -1/+2 |
| * | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 1 | -1/+3 |
| * | - schema.copy() functions will copy dispatch, but only for those events | Mike Bayer | 2011-02-01 | 1 | -3/+3 |
| * | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 2 | -14/+11 |
| * | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 2 | -1/+10 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -2/+2 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -0/+9 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -6/+6 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 9 | -109/+109 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
| * | - remove some more 2.4 targets | Mike Bayer | 2010-12-27 | 1 | -0/+1 |
| * | - allow cextension version to fall back to non-cextension | Mike Bayer | 2010-12-22 | 1 | -3/+6 |
| * | Added NULLS FIRST and NULLS LAST support. | Michael Trier | 2010-12-19 | 1 | -0/+7 |
| * | dont need these imports | Mike Bayer | 2010-12-12 | 1 | -2/+2 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -15/+32 |
| * | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 1 | -1/+1 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -2/+1 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 4 | -314/+302 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -3/+3 |