From: Mike Bayer Date: Tue, 20 Apr 2010 16:28:54 +0000 (-0400) Subject: yikes, no more svn version here... X-Git-Tag: rel_0_6_1~38^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9313e4dcf15cfe7c4bf8467808701e7716676ab;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git yikes, no more svn version here... --- diff --git a/setup.py b/setup.py index 660d6ffb67..723b05a2ce 100644 --- a/setup.py +++ b/setup.py @@ -117,9 +117,6 @@ SQLAlchemy's Advantages: * Data mapping can be used in a row-based manner. Any bizarre hyper-optimized query that you or your DBA can cook up, you can run in SQLAlchemy, and as long as it returns the expected columns within a rowset, you can get your objects from it. For a rowset that contains more than one kind of object per row, multiple mappers can be chained together to return multiple object instance lists from a single database round trip. * The type system allows pre- and post- processing of data, both at the bind parameter and the result set level. User-defined types can be freely mixed with built-in types. Generic types as well as SQL-specific types are available. -SVN version: - - """, classifiers = [ "Development Status :: 4 - Beta",