| Commit message (Expand) | Author | Age | Files | Lines |
| * | - happy new year | Mike Bayer | 2014-01-05 | 17 | -17/+17 |
| * | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 1 | -0/+5 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 2 | -4/+30 |
| * | - fix the insert from select test to use a non-autoinc table | Mike Bayer | 2013-12-28 | 1 | -4/+8 |
| * | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 2 | -1/+29 |
| * | - enhance the exclusions system to support database versions within the __onl... | Mike Bayer | 2013-12-17 | 2 | -7/+17 |
| * | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -2/+2 |
| * | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 2 | -0/+18 |
| * | adjustment to work on py3k as well | Mike Bayer | 2013-11-21 | 1 | -1/+3 |
| * | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 17 | -1/+98 |
| * | - use a different approach here since oracle isn't doing it either, just roun... | Mike Bayer | 2013-10-21 | 1 | -3/+6 |
| * | - oursql returns a pure FP here which isn't exact | Mike Bayer | 2013-10-21 | 1 | -1/+2 |
| * | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 3 | -8/+113 |
| * | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 2 | -22/+28 |
| * | - fix bug here in profiling.py | Mike Bayer | 2013-08-28 | 1 | -11/+11 |
| * | - rework the profile thing to just rewrite all failing numbers when --write-p... | Mike Bayer | 2013-08-28 | 1 | -6/+18 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -2/+2 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+2 |
| * | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 1 | -2/+3 |
| * | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 1 | -2/+2 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 2 | -0/+34 |
| * | add a float exclusion to help oursql build 100% | Mike Bayer | 2013-07-02 | 2 | -0/+10 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 2 | -0/+17 |
| * | improve the close handling here so that we don't double-close a connection; | Mike Bayer | 2013-06-28 | 1 | -3/+5 |
| * | Fix indexes reflection in PostgreSQLpr/13 | Roman Podolyaka | 2013-06-26 | 1 | -1/+6 |
| * | Merge pull request #11 from malor/fix_uc_reflection | mike bayer | 2013-06-23 | 1 | -3/+8 |
| |\ |
|
| | * | Fix unique constraints reflection in PostgreSQLpr/11 | Roman Podolyaka | 2013-06-23 | 1 | -2/+2 |
| | * | Fix unique constraints reflection in SQLite | Roman Podolyaka | 2013-06-23 | 1 | -0/+4 |
| | * | Improve _test_get_unique_constraints() | Roman Podolyaka | 2013-06-23 | 1 | -1/+2 |
| * | | Fix unicode literals on Python 3.1 and 3.2pr/10 | Roman Podolyaka | 2013-06-23 | 1 | -1/+2 |
| |/ |
|
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 2 | -1/+49 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -8/+8 |
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 1 | -5/+10 |
| |\ |
|
| | * | clean up the dialect selection thing here | Mike Bayer | 2013-06-04 | 1 | -8/+12 |
| | * | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -6/+7 |
| * | | Merge branch 'master' into ticket_1068 | Mike Bayer | 2013-06-03 | 1 | -4/+4 |
| |\ \ |
|
| | * | | - fdb is now official, [ticket:2504] | Mike Bayer | 2013-06-03 | 1 | -4/+4 |
| | |/ |
|
| * | | Merge branch 'master' into ticket_1068 | Mike Bayer | 2013-06-03 | 15 | -90/+99 |
| |\ \
| |/ |
|
| | * | - zoomark tests | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| | * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 3 | -25/+23 |
| | * | fix the unicode test suite | Mike Bayer | 2013-05-26 | 1 | -7/+8 |
| | * | test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3 | Mike Bayer | 2013-05-04 | 1 | -1/+1 |
| | * | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 4 | -21/+29 |
| | * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 15 | -92/+94 |
| * | | still not locating more nested expressions, may need to match on name | Mike Bayer | 2013-05-27 | 2 | -0/+84 |
| |/ |
|
| * | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 2 | -5/+4 |
| * | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 2 | -1/+10 |