Jonathan Kinsey wrote:

> I'm making some changes to the database, I recently removed some fields from 
> the
> database, this will unfortunately break everything.  I'm currently adding a
> native sqlite interface (keeping the python ones but moving the code from 
> python
> to c).
> 

Yes the database was too complicated for our needs. You could do a lot
of fancy things that nobody would ever bother to do anyway. Simplifying
now when the number of users is low seems like a good idea.

The c interface to sqlite is easier to use than the python api, imo. So
why keep the python interface to the database? I'll bet you that at some
point the two interfaces will get out of sync and we will then remove
one of them anyway.

Christian.


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to