| Commit message (Expand) | Author | Age | Files | Lines |
* | More adjustment to this SQLite related issue which was released in | Mike Bayer | 2012-12-14 | 1 | -2/+26 |
* | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -1/+3 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
* | - [feature] Added support for the localtimestamp() | Mike Bayer | 2012-09-26 | 1 | -0/+6 |
* | - [bug] Adjusted column default reflection code to | Mike Bayer | 2012-09-23 | 1 | -1/+14 |
* | - [bug] Adjusted a very old bugfix which attempted | Mike Bayer | 2012-09-19 | 1 | -13/+44 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -15/+15 |
* | Improve SQLite DATETIME storage format handling [ticket:2363] | Nathan Wright | 2012-03-12 | 1 | -0/+82 |
* | Move a SQLLite datetime test to a new DateTimeTest case | Nathan Wright | 2012-03-12 | 1 | -9/+12 |
* | - [feature] Added "false()" and "true()" expression | Mike Bayer | 2012-01-18 | 1 | -0/+21 |
* | that's not a "name=0", that's a counter. so name is None unconditonally. | Mike Bayer | 2012-01-07 | 1 | -5/+11 |
* | - [bug] the "name" of an FK constraint in SQLite | Mike Bayer | 2012-01-07 | 1 | -0/+37 |
* | - Ensured that the same ValueError is raised for | Mike Bayer | 2011-08-04 | 1 | -1/+15 |
* | - SQLite dialect no longer strips quotes | Mike Bayer | 2011-07-28 | 1 | -2/+27 |
* | test only runs on sqlite | Mike Bayer | 2011-04-10 | 1 | -0/+4 |
* | - Fixed bug where reflection of foreign key | Mike Bayer | 2011-04-10 | 1 | -0/+19 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -1/+2 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -7/+7 |
* | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+2 |
* | fix sqlite test | Mike Bayer | 2011-02-11 | 1 | -1/+1 |
* | - The path given as the location of a sqlite database is now | Mike Bayer | 2011-02-10 | 1 | -2/+10 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -14/+0 |
* | - fix reflection of unknown types with arguments, NullType() accepts no argum... | Mike Bayer | 2011-01-12 | 1 | -18/+27 |
* | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -0/+14 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -10/+10 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -2/+2 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
* | | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -1/+12 |
|/ |
|
* | - On the same theme, the REFERENCES clause in a CREATE TABLE | Mike Bayer | 2010-11-12 | 1 | -3/+33 |
* | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -0/+21 |
* | test/dialect | Mike Bayer | 2010-07-11 | 1 | -258/+254 |
* | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -0/+13 |
* | fix sqlite tests | Mike Bayer | 2010-03-19 | 1 | -4/+4 |
* | Match tests have been completely wrong. | Michael Trier | 2010-02-26 | 1 | -1/+1 |
* | - The assert_unicode flag is deprecated. SQLAlchemy will raise | Mike Bayer | 2010-02-25 | 1 | -4/+4 |
* | - Added "native_datetime=True" flag to create_engine(). | Mike Bayer | 2010-02-11 | 1 | -0/+25 |
* | - Column() supports a keyword argument "sqlite_autoincrement", which | Mike Bayer | 2009-12-18 | 1 | -1/+23 |
* | - sqlite dialect properly generates CREATE INDEX for a table | Mike Bayer | 2009-12-07 | 1 | -1/+13 |
* | - The Boolean type, when used on a backend that doesn't | Mike Bayer | 2009-12-06 | 1 | -3/+9 |
* | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -6/+1 |
* | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -1/+1 |
* | - boolean, int, and float arguments count as "cache key" values for inspector... | Mike Bayer | 2009-10-01 | 1 | -1/+19 |
* | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -1/+1 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -59/+58 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+501 |