| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - limit some of these on views, indexes, pk constraints being available | Mike Bayer | 2013-03-24 | 1 | -2/+8 |
| * | - add an event to testing so that other dialects can intercept "test_needs_au... | Mike Bayer | 2013-03-24 | 2 | -11/+20 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 2 | -4/+3 |
| * | mymysql dialect | Hajime Nakagami | 2013-03-01 | 1 | -1/+1 |
| * | - fix exclusion here | Mike Bayer | 2013-02-06 | 2 | -8/+5 |
| * | port numeric tests to dialect suite | Mike Bayer | 2013-02-06 | 2 | -1/+181 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 4 | -3/+110 |
| * | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 2 | -6/+68 |
| * | - cleanup HasSequence and move it to test_sequences | Mike Bayer | 2013-02-06 | 2 | -42/+58 |
| * | - add an explicit test for sequences "optional" | Mike Bayer | 2013-02-06 | 2 | -1/+27 |
| * | - add an "empty_inserts" requirement target plus a suite test | Mike Bayer | 2013-02-06 | 5 | -0/+153 |
| * | - use SQL constructs here for databases that need to escape names like "data" | Mike Bayer | 2013-01-27 | 1 | -5/+4 |