Re: [Opensim-dev] Some new code for your review and possible acceptance

2010-05-18 Thread AlexRa
Hello Justin, JCC I believe migrations were inspired by the Ruby on Rails way of JCC doing things, so it would be nice to stick to this if possible JCC (of course, your way may be completely compatible for all I JCC know). In the past, the migrations have been tidied up simply by JCC bunching

Re: [Opensim-dev] Some new code for your review and possible acceptance

2010-05-18 Thread diva
AlexRa wrote: It is compatible, and the idea is just the same. What's changed is the format of the migration files: instead of having all those 0nn_RegionStore.sql scattered around, you'd have all the same stuff in a single file, separated by :VERSION nnn like this: :VERSION 1 create table

Re: [Opensim-dev] Some new code for your review and possible acceptance

2010-05-18 Thread Chris Hart
Message- From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev-boun...@lists.berlios.de] On Behalf Of AlexRa Sent: 18 May 2010 3:54 AM To: Justin Clark-Casey Subject: Re: [Opensim-dev] Some new code for your review and possible acceptance Hello Justin, JCC I believe migrations were

[Opensim-dev] Some new code for your review and possible acceptance

2010-05-17 Thread AlexRa
Hello, I've been playing around with the database access layer of the code, especially the AssetData plugins for all 3 supported databases (Sqlite, MySql, and MS SQL) and the underlying classes, and also made a few other changes: g...@github.com:AlexRa/opensim-mods-Alex.git I'd like to

Re: [Opensim-dev] Some new code for your review and possible acceptance

2010-05-17 Thread Justin Clark-Casey
Hi Alex. Always great to see someone new playing with the code! In general, our submission process has been to put patches on Mantis and then talk to developers about them in IRC - it's more work for us to have to search through remote git repositories and reduces the chance that these