Discussion of the Storm Object Relational Mapper for the Python Language
storm.lists.canonical.com
(
List home) (
Recent threads) (
4 other Canonical lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Low traffic list: less than 3 messages per day
- This list contains about 1,481 messages, beginning Jul 2007
- 0 messages added yesterday
Discussion of the Storm Object Relational Mapper for the Python Language
March 2008
Sean Allen — 120442391502 Mar 2008*
Before I start in on this, I wanted to see if anyone had done any work on integrating DBUtils and Storm. If not, away I go, but if someone has, please...
shawn bright — 120456604303 Mar 2008
Hey there, I think that i asked this last time.. I installed storm using the egg. If i run the easyinstall script on the new egg, will it just install...
Lutz Horn — 120461633404 Mar 2008*
Hi, with at DateTime property I'd like to compare only using the date part. But the like method of DateTime needs a datetime.datetime instance, no...
Brad Allen — 120464562504 Mar 2008*
Faced with a large database schema, I am considering writing a script to introspect the db and generate classes with Storm properties. This would save...
Lutz Horn — 120491164707 Mar 2008*
Hi, is it possible to let Strom display or log the SQL it executes? I'd like to see the SQL to be able to improve the indexes on my tables. Regard...
shawn bright — 120516124710 Mar 2008*
Hey there all, i am using storm ( the newest version) for a gtk GUI application on Ubuntu 7.10. I am wondering if there is a timeout for a storm store...
Eduardo Willians — 120519258310 Mar 2008*
How do I find data using a datetime.date object on a datetime.datetime column type? E.g.: <code> date = datetime.date.today( ) result = store.fi...
mark.a.brand — 120530435412 Mar 2008*
hi: *** newbie-alert ***: both python and storm the bit of code below - apparently works in sqlalchemy with sqlalchemy syntax of course. my question i...
Leonard Norrgard — 120543819613 Mar 2008*
Building on the examples in the Storm tutorial (https://storm.canonical.com/Tutorial), here are two questions: Question 1: Finding a person without ad...
Sean Allen — 120545066913 Mar 2008
we are moving code over to using storm that was run using perl's Apache::DBI. As Apache::DBI is built in part around using mysql's ping to kee...
mark.a.brand — 120567333116 Mar 2008
hi: i want to learn storm. so the problem i am trying to solve with it is: requirements:...
Martijn Faassen — 120572846217 Mar 2008*
Hi there, Some background first: I'm exploring Storm to use as a relational database integration layer with Grok (http://grok.zope.org). Storm is ...
shawn bright — 120588396718 Mar 2008*
Hey there all i keep ending up with this same problem with storm. Today i have another clue. Our software needs to be case sensitive, we recently chan...
Jason R Briggs — 120635424824 Mar 2008*
Hi All This might be a bit of a dumb question, but I have to admit I'm struggling to find the right answer. Is there a way to use a Storm property...
Massimo — 120646902425 Mar 2008*
Hi everybody, I'm new to storm, I find it's very interesting, and I'm playing with the tutorial to improve my knowledge. I would need a be...
Atteneder Andreas — 120662769827 Mar 2008*
hi there! i'm planning to use storm in my project and i already have a working db-scheme on my postgresql DB. the frontpage of the storm-homepage ...
Stephen Waterbury — 120665276727 Mar 2008*
I have an app that uses twisted's adbapi and a homegrown ORM, and I am experimenting with replacing this combination with DeferredStore (from the ...
Bernd Dorn — 120670904328 Mar 2008*
hi all we have problems in our tests, because of this bug, which we send a patch here https://bugs.launchpad.net/storm/+bug/177107 can anyone merge th...
Massimo — 120675021229 Mar 2008*
Hi everybody, I have another newbie question, please beg my pardon... I'm wondering how to implement a "validation" function for a storm...