| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fix this test for py3k | Mike Bayer | 2015-01-26 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/pr/150' | Mike Bayer | 2015-01-26 | 1 | -1/+2 |
| |\ |
|
| | * | Report the type of unexpected expression objectspr/150 | Ryan P. Kelly | 2014-11-20 | 1 | -1/+2 |
| * | | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 1 | -6/+16 |
| |/ |
|
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 1 | -0/+65 |
| * | - optional 'b' here for py3k | Mike Bayer | 2014-08-31 | 1 | -1/+1 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -2/+3 |
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -0/+8 |
| * | PEP8 tidy of subset of test/sql/*.pypr/103 | Tony Locke | 2014-07-07 | 1 | -122/+166 |
| * | pg8000 passing test/sql | Tony Locke | 2014-07-06 | 1 | -2/+2 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+15 |
| * | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -0/+28 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -4/+2 |
| * | The ``default`` argument of :class:`.Column` now accepts a class | Mike Bayer | 2013-10-11 | 1 | -10/+20 |
| * | merge default | Mike Bayer | 2013-05-05 | 1 | -0/+2 |
| |\ |
|
| | * | cleanup | Mike Bayer | 2013-05-04 | 1 | -67/+68 |
| * | | and int types here... | Mike Bayer | 2013-05-04 | 1 | -1/+2 |
| * | | update test | Mike Bayer | 2013-05-04 | 1 | -12/+3 |
| * | | cleanup and formatting | Mike Bayer | 2013-05-04 | 1 | -67/+68 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -13/+15 |
| |/ |
|
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+6 |
| * | - further reorganization of test suite: | Mike Bayer | 2012-09-26 | 1 | -3/+0 |
| * | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -0/+3 |
| * | - [bug] Fixes to the interpretation of the | Mike Bayer | 2012-08-20 | 1 | -11/+19 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -26/+26 |
| * | add a checkfirst here as s3 seems to be stuck on the jenkins db | Mike Bayer | 2012-03-14 | 1 | -1/+1 |
| * | tests for FK/autoincrement selection | Mike Bayer | 2011-12-06 | 1 | -0/+24 |
| * | - Fixed bug where "autoincrement" detection on | Mike Bayer | 2011-06-30 | 1 | -1/+11 |
| * | fix some tests | Mike Bayer | 2011-06-02 | 1 | -1/+1 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+4 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -13/+13 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+12 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -4/+4 |
| * | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -26/+184 |
| * | Tests for unicode columns with non-unicode defaults. See #2079. | Taavi Burns | 2011-03-14 | 1 | -1/+27 |
| * | - The Sequence() construct, when passed a MetaData() | Mike Bayer | 2011-02-13 | 1 | -84/+124 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -2/+2 |
| * | Regarding reflection for this case, reflection of an int PK col | Mike Bayer | 2011-01-15 | 1 | -5/+0 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -7/+138 |
| * | - dont count server_default absense as part of autoincrement, PG | Mike Bayer | 2011-01-12 | 1 | -1/+0 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -3/+82 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -13/+13 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| * | - new oursql dialect added. [ticket:1613] | Mike Bayer | 2009-11-10 | 1 | -2/+2 |
| * | - The "start" and "increment" attributes on Sequence now | Mike Bayer | 2009-11-03 | 1 | -4/+64 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 1 | -3/+12 |
| * | - unit test fixes | Mike Bayer | 2009-10-10 | 1 | -1/+1 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -2/+3 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -65/+46 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+641 |