Re: [Warzone-dev] SQLite

2008-03-07 Thread Kevin Gillette
> > Then maybe XML (yes, they are bloated) using XPath to query the > > information? Implementing a database engine just to load some stats > > looks for me like breaking a butterfly on a wheel. > it's easy to have that impression, but sqlite is no oracle or mysql -- there is no client/server rela

Re: [Warzone-dev] SQLite

2008-03-03 Thread Freddie Witherden
Hi, > Then maybe XML (yes, they are bloated) using XPath to query the > information? Implementing a database engine just to load some stats > looks for me like breaking a butterfly on a wheel. Modelling such data in XML would be a poor use of it. XML makes sense for reports (as you can XSLT it

Re: [Warzone-dev] SQLite

2008-03-03 Thread Giel van Schijndel
Dennis Schridde schreef: > Another question: Why does that DB have the need-lock property? Sounds like > reviving RCS or something... Because having to perform a 3-way merge on a binary blob is far from nice. -- Giel signature.asc Description: OpenPGP digital signature __

Re: [Warzone-dev] SQLite

2008-03-03 Thread Giel van Schijndel
Kamaze schreef: > Freddie Witherden schrieb: >> JSON does not make a lot of sense for the stats; one of the advantages to >> SQL is that it can be easily queried. Storing the stats in a JSON file >> would simplify the parsing (compared to what we have now) but that is about >> it. We would still ne

Re: [Warzone-dev] SQLite

2008-03-03 Thread Kamaze
Then maybe XML (yes, they are bloated) using XPath to query the information? Implementing a database engine just to load some stats looks for me like breaking a butterfly on a wheel. Freddie Witherden schrieb: > Hi, > > On Mon, 03 Mar 2008 13:38:26 +0100, Kamaze <[EMAIL PROTECTED]> wrote: >> Th

Re: [Warzone-dev] SQLite

2008-03-03 Thread Freddie Witherden
Hi, On Mon, 03 Mar 2008 13:38:26 +0100, Kamaze <[EMAIL PROTECTED]> wrote: > Throw in: What about JSON? JSON does not make a lot of sense for the stats; one of the advantages to SQL is that it can be easily queried. Storing the stats in a JSON file would simplify the parsing (compared to what we

Re: [Warzone-dev] SQLite

2008-03-03 Thread Kamaze
Throw in: What about JSON? Dennis Schridde schrieb: > Hi! > > I see, we are going to use SQLite for stats now? > When and where was that decided and by whom? > What are the implications and benefits? > > --Dennis > > > >

Re: [Warzone-dev] SQLite

2008-03-03 Thread Dennis Schridde
Am Montag, 3. März 2008 08:38:06 schrieb Per Inge Mathisen: > On Mon, Mar 3, 2008 at 12:54 AM, Dennis Schridde <[EMAIL PROTECTED]> wrote: > > I see, we are going to use SQLite for stats now? > > That was the idea. > > > When and where was that decided and by whom? > > Apparently, another defectiv

Re: [Warzone-dev] SQLite

2008-03-03 Thread Giel van Schijndel
Per Inge Mathisen schreef: > ... This way you can use a database editing tool (several exist, ask > Giel) to modify it, and eventually we will want our own custom tool > (the proposed "Warzone studio" application). http://en.wikipedia.org/wiki/SQLite#Clients_for_managing_SQLite_databases -- Giel

Re: [Warzone-dev] SQLite

2008-03-02 Thread Per Inge Mathisen
On Mon, Mar 3, 2008 at 12:54 AM, Dennis Schridde <[EMAIL PROTECTED]> wrote: > I see, we are going to use SQLite for stats now? That was the idea. > When and where was that decided and by whom? Apparently, another defective decision process. This is my fault. It was "only" discussed by several

[Warzone-dev] SQLite

2008-03-02 Thread Dennis Schridde
Hi! I see, we are going to use SQLite for stats now? When and where was that decided and by whom? What are the implications and benefits? --Dennis signature.asc Description: This is a digitally signed message part. ___ Warzone-dev mailing list Warzone