nicholasmr / obblm

Automatically exported from code.google.com/p/obblm
26 stars 54 forks source link

Write generic table handling class #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow modules to extend obblm tables and create their own.

Original issue reported on code.google.com by Nimda...@gmail.com on 16 Aug 2009 at 4:27

GoogleCodeExporter commented 9 years ago
r263

Original comment by Nimda...@gmail.com on 16 Aug 2009 at 10:44

GoogleCodeExporter commented 9 years ago
William,
I was thinking. Maybe the current edition of the handler is just fine. Modules 
are
not loaded that often anyway, so the latency of checking if a table exists is 
minimal
- probably even if they are run frequently.
Either way, I think it's worth experimenting by trying this current one out, 
it'll
get yours and other people's development started needing this feature. We can 
always
convert to another system.

Original comment by Nimda...@gmail.com on 31 Aug 2009 at 7:51

GoogleCodeExporter commented 9 years ago
Ok I see it is done.  I think I will use it to do the replay uploading.

Original comment by funnyfin...@hotmail.com on 1 Sep 2009 at 2:25

GoogleCodeExporter commented 9 years ago
Is this handler just for new table creation?  What if I want to add a field to 
an
existing table, like where the matches table has the hash.

Original comment by funnyfin...@hotmail.com on 1 Sep 2009 at 2:28

GoogleCodeExporter commented 9 years ago
There will be no adding columns to OBBLM's core tables. You'll have to make
relational tables by using IDs (quite simple).

Done.

Original comment by Nimda...@gmail.com on 4 Sep 2009 at 11:07