From 331b22509b56ff8bb7ef6f3a563e622cd42cb3a1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 7 Dec 2005 03:05:18 +0000 Subject: [PATCH] --- doc/build/content/adv_datamapping.myt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/content/adv_datamapping.myt b/doc/build/content/adv_datamapping.myt index 29d0e7ec1c..99e7c81cee 100644 --- a/doc/build/content/adv_datamapping.myt +++ b/doc/build/content/adv_datamapping.myt @@ -155,7 +155,7 @@ However, things get very tricky when dealing with eager relationships, since a s m = mapper(User, users, properties={ 'addresses' : relation(Address, addresses, lazy=False) }) - r = m.select(limit=20, offset=10) + r = m.select(limit=20, offset=10) <&|formatting.myt:poppedcode, link="sql" &> SELECT users.user_id AS users_user_id, users.user_name AS users_user_name, users.password AS users_password, addresses.address_id AS addresses_address_id, -- 2.47.2