IRC log for #storm on 20100118

01:54.15*** join/#storm ursula (n=ursula@canonical/launchpad/ursinha)
01:54.15*** join/#storm niemeyer (n=niemeyer@189-30-50-50.pltce701.dsl.brasiltelecom.net.br)
01:54.15*** join/#storm mup (n=mup@li37-90.members.linode.com)
01:54.26*** join/#storm jmayfield_ (n=jmayfiel@12.229.94.3)
01:55.52jmayfield_given a row object, i can dig in and get the columns available, but how does one get the type of said columns, like unicode, int etc?
05:06.29*** join/#storm stub (n=stub@ppp-58-8-209-39.revip2.asianet.co.th)
05:06.48*** part/#storm stub (n=stub@canonical/launchpad/stub)
05:07.29*** join/#storm stub (n=stub@ppp-58-8-209-39.revip2.asianet.co.th)
07:51.11*** join/#storm jukart (i=lovely@81.189.156.94)
08:53.15*** join/#storm stub (n=stub@ppp-58-8-209-39.revip2.asianet.co.th)
09:04.30*** join/#storm stub (n=stub@canonical/launchpad/stub)
09:07.30*** join/#storm stub (n=stub@canonical/launchpad/stub)
09:16.57*** join/#storm stub (n=stub@ppp-58-8-209-39.revip2.asianet.co.th)
09:18.00*** join/#storm stub (n=stub@canonical/launchpad/stub)
09:48.54*** join/#storm infobot (i=ibot@rikers.org)
09:48.54*** topic/#storm is The Storm Python ORM - http://storm.canonical.com/ - 0.16 released! || Review branches: https://code.launchpad.net/storm/+activereviews || IRC logs: http://ibot.rikers.org/#storm/ || API documentation: http://people.canonical.com/~jkakar/storm/
10:28.22*** join/#storm jmayfield__ (n=jmayfiel@c-24-5-152-26.hsd1.ca.comcast.net)
10:30.48*** join/#storm danilos (n=danilo@canonical/launchpad/danilos)
11:14.22*** join/#storm salgado (n=salgado@canonical/launchpad/salgado)
11:19.24*** join/#storm niemeyer (n=niemeyer@189-30-50-50.pltce701.dsl.brasiltelecom.net.br)
11:28.41*** join/#storm fcorrea (n=fcorrea@189-54-145-62-nd.cpe.vivax.com.br)
11:39.36*** join/#storm yosafbridge (n=yosafbri@adsl-71-142-227-255.dsl.scrm01.pacbell.net)
12:36.54*** join/#storm fcorrea (n=fcorrea@187.3.137.148)
12:46.23*** join/#storm keppla (n=keppla@i577B129C.versanet.de)
13:43.44*** join/#storm drudi (n=drudi@189.65.70.210)
13:52.04*** join/#storm keppla1 (n=keppla@i577B29DF.versanet.de)
14:43.36*** join/#storm cody-somerville (n=cody-som@ubuntu/member/somerville32)
14:56.55*** join/#storm danilos (n=danilo@canonical/launchpad/danilos)
15:45.02*** join/#storm niemeyer (n=niemeyer@189.30.50.50)
15:51.00*** join/#storm fcorrea (n=fcorrea@187.3.137.148)
16:19.06*** join/#storm fcorrea_ (n=fcorrea@187.3.137.148)
17:06.37*** join/#storm jukart (n=jukart@d86-32-163-62.cust.tele2.at)
17:07.45*** join/#storm vvinet (n=vince@smtpin.revolutionlinux.com)
21:40.43*** join/#storm jmayfield_ (n=jmayfiel@12.229.94.3)
21:41.46*** join/#storm webm0nk3y (n=john@155.26.103.97.cfl.res.rr.com)
21:44.02webm0nk3yis there anyway to make sure a Reference property is set without having to do another query to the database and get the object?
21:45.48therveyou can check the local key?
21:47.10webm0nk3ytherve, what about this: https://pastebin.canonical.com/26733/
21:47.28webm0nk3ytherve, I forgot the one() on the end of the find
21:48.02thervewebm0nk3y: what about it?
21:48.24webm0nk3ywill p.house cause another db hit?
21:48.33webm0nk3yor will it load from the cache
21:48.41therveah!
21:48.58therveyeah it will probably load from the cache
21:49.01webm0nk3yi guess that depends what's on the cache
21:49.11therveright, how many items etc
21:49.15webm0nk3yif I filled up the cache before doing p.house
21:49.22webm0nk3yok
21:49.26webm0nk3yexcellent.
21:49.29webm0nk3yhugs storm
22:15.34*** join/#storm infobot (i=ibot@rikers.org)
22:15.34*** topic/#storm is The Storm Python ORM - http://storm.canonical.com/ - 0.16 released! || Review branches: https://code.launchpad.net/storm/+activereviews || IRC logs: http://ibot.rikers.org/#storm/ || API documentation: http://people.canonical.com/~jkakar/storm/
22:46.34*** join/#storm mup_ (n=mup@li37-90.members.linode.com)
23:14.44jkakarwebm0nk3y: Safer than trying to fill up the cache is to store the things you want cached in a local list.
23:15.11jkakarwebm0nk3y: Storm will not remove things from the cache that have strong references, so you can be sure that the objects you think are in memory actually are in memory.
23:31.16*** join/#storm jmayfield_ (n=jmayfiel@12.229.94.3)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.