Re: [ZODB-Dev] grab zodb dict keys by search term

2013-12-24 Thread Tamer Higazi
And that is exactly what I was looking for! Thanks! Tamer On 11.12.2013 14:27, Vincent Pelletier wrote: On Wed, 11 Dec 2013 12:27:19 +0200, Tamer Higazi tamerito...@arcor.de wrote : If i would have 100.000 - 500.000 entries, where 150 would match, I don't want to go over those completely

[ZODB-Dev] grab zodb dict keys by search term

2013-12-10 Thread Tamer Higazi
Hi people! I am working a lot with IOB and OOB Trees as well with PersistentDict and PersistentList to store my Data in ZODB. I want to ask if there is a way to grab data from a dataset by search time. I know only the SQL way: select lower(COL1) from table1 where COL1 LIKE 'aa%' so usually

[ZODB-Dev] modifying tree under root and save ?!

2013-12-09 Thread Tamer Higazi
Hi people! Inside the ZODB Tree I have a dictionary! root = { 'person: { 'amanda': [10,20,30] } } if I run: root['person']['amanda'].append(1000) and run: transaction.commit() close the db, start a new python shell nothing has changed so far. Why is that ?! Is there a way,

Re: [ZODB-Dev] modifying tree under root and save ?!

2013-12-09 Thread Tamer Higazi
Works out of the box like sugar! Thank you! Tamer On 09.12.2013 19:21, Claudiu wrote: Use persistent.dict.PersistentDict and persistent.list.PersistentList instead of dict and list. These have hooks to dirty the object whenever anything changes inside them.

Re: [ZODB-Dev] ZODB on ironPython?!

2011-10-26 Thread Tamer Higazi
to iron-python where ZODB plays a role. Is there much work to do?! Tamer Am 20.10.2011 21:03, schrieb Jim Fulton: On Thu, Oct 20, 2011 at 2:34 PM, Tamer Higazi th9...@googlemail.com wrote: You told amount of work had been done?! Yes!!! In what stage are they now?! They aren't

Re: [ZODB-Dev] ZODB on ironPython?!

2011-10-26 Thread Tamer Higazi
dear Jim, Thank your for your quick answer. Am 26.10.2011 19:34, schrieb Jim Fulton: On Wed, Oct 26, 2011 at 12:59 PM, Tamer Higazi th9...@googlemail.com wrote: Hey Jim! Hey just cool down. /me cools down I love the ZODB database, and this toy is just beautiful. I iam willing to offer

Re: [ZODB-Dev] ZODB on ironPython?!

2011-10-26 Thread Tamer Higazi
pypy as ironpython have internal JIT compilers. However, I will see later the results and post them here as pure ZODB would be ready. of course ironpython gener .NET intermadiate code (bytecode), but I don't care. We will see how and where it leads.. Tamer Am 26.10.2011 23:52, schrieb

[ZODB-Dev] ZODB on ironPython?!

2011-10-20 Thread Tamer Higazi
Hi! I am interisted getting ZODB to run on ironpython. Is that at the moment possible?! As I red, all python modules could be loaded on .NET without any problems as long they wouldn't need any compiled modules. Is that at the moment possible running ZODB on .NET ironpython?! thanks Tamer

Re: [ZODB-Dev] ZODB on ironPython?!

2011-10-20 Thread Tamer Higazi
You told amount of work had been done?! In what stage are they now?! Where can I get the latest informations according these cases? thanks in advance Tamer Am 20.10.2011 19:59, schrieb Alan Runyan: On Thu, Oct 20, 2011 at 12:39 PM, Tamer Higazi th9...@googlemail.com wrote: Hi! I am