diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-20 12:28:54 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-20 12:28:54 -0400 |
commit | f9313e4dcf15cfe7c4bf8467808701e7716676ab (patch) | |
tree | a1cbb25fcce1a7911ba663b48ea996d3cf52a763 /setup.py | |
parent | ef8895498b73a9e8dfb259c019a804832f11f9d2 (diff) | |
download | sqlalchemy-f9313e4dcf15cfe7c4bf8467808701e7716676ab.tar.gz |
yikes, no more svn version here...
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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: -<http://svn.sqlalchemy.org/sqlalchemy/trunk#egg=SQLAlchemy-dev> - """, classifiers = [ "Development Status :: 4 - Beta", |