diff options
| author | Jonathan Ellis <jbellis@gmail.com> | 2007-08-08 04:11:32 +0000 |
|---|---|---|
| committer | Jonathan Ellis <jbellis@gmail.com> | 2007-08-08 04:11:32 +0000 |
| commit | e37b3c39208830a6950e4426103da68203e41322 (patch) | |
| tree | fbb4568ef77b6bf17e9f3ea5c2f1305aa1da3f83 /lib/sqlalchemy/ext | |
| parent | 4c82b12a12441471b2eb05d64eeb070a1913fc4a (diff) | |
| download | sqlalchemy-e37b3c39208830a6950e4426103da68203e41322.tar.gz | |
fix url for 04 docs
Diffstat (limited to 'lib/sqlalchemy/ext')
| -rw-r--r-- | lib/sqlalchemy/ext/sqlsoup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/sqlsoup.py b/lib/sqlalchemy/ext/sqlsoup.py index 731f80a16..65d2ab3d2 100644 --- a/lib/sqlalchemy/ext/sqlsoup.py +++ b/lib/sqlalchemy/ext/sqlsoup.py @@ -240,7 +240,7 @@ Raw SQL SqlSoup works fine with SQLAlchemy's `text block support`__. -__ http://www.sqlalchemy.org/docs/documentation.myt#sql_textual +__ http://www.sqlalchemy.org/docs/04/sqlexpression.html#sql_text You can also access the SqlSoup's `engine` attribute to compose SQL directly. The engine's ``execute`` method corresponds to the one of a |
