diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-07 15:23:11 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-07 15:23:11 -0400 |
| commit | 819ec8e13f03297a7af2fb5d7db5f742a5a1357d (patch) | |
| tree | ce28705537cd3ad1a8125d2557a383c26cee63ac /lib/sqlalchemy/cextension/resultproxy.c | |
| parent | c13d4f613faa0590db713c4491781012163bc5f0 (diff) | |
| download | sqlalchemy-819ec8e13f03297a7af2fb5d7db5f742a5a1357d.tar.gz | |
- add new C extension "utils", so far includes distill_params
- repair test_processors which wasn't hitting the python functions
- add another suite to test_processors that does distill_params
Diffstat (limited to 'lib/sqlalchemy/cextension/resultproxy.c')
| -rw-r--r-- | lib/sqlalchemy/cextension/resultproxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/cextension/resultproxy.c b/lib/sqlalchemy/cextension/resultproxy.c index ca3a8f40b..8c89baa25 100644 --- a/lib/sqlalchemy/cextension/resultproxy.c +++ b/lib/sqlalchemy/cextension/resultproxy.c @@ -1,5 +1,6 @@ /* resultproxy.c +Copyright (C) 2010-2012 the SQLAlchemy authors and contributors <see AUTHORS file> Copyright (C) 2010 Gaetan de Menten gdementen@gmail.com This module is part of SQLAlchemy and is released under |
