[Csync2] csync2 and sqlite v2
Clifford Wolf
clifford at clifford.at
Mon Apr 3 13:47:05 CEST 2006
Hi,
On Sun, Apr 02, 2006 at 10:02:48AM +1000, Michael Mansour wrote:
> I'm just wondering if there are any plans to upgrade the sqlite version that
> csync2 uses from v2.x.x to v3.x.x ?
not yet.
do you think there is a good reason for upgrading to v2? the database
format has changed so the migration path from a sqlite2 csync2 to a sqlite3
csync2 is not that easy and I don't see any good reason for upgrading to
sqlite3.
I'm using sqlite3 in other projects, but havent seen a reson for using it
in csync2 so far, especially since I've seen some problems with porting
csync2 to sqlite3 on win32 (don't remember details, thought).
yours,
- clifford
--
bash -c "gcc -o mysdldemo -Wall -O2 -lSDL -lm -pthread -x c <( echo -e '
#include <SDL/SDL.h>\n#include <complex.h>\nint main(){SDL_Surface*s;SDL_Event
e;int x,y,n;SDL_Init(SDL_INIT_VIDEO);s=SDL_SetVideoMode(640,480,32,0);for(x=0;
x<640;x++)for(y=0;y<480;y++){float _Complex z=0, c=((x-400)/200.0) + ((y-240)/
200.0)*1.0fi;for(n=1;n<64;n++){z=z*z+c;if(cabsf(z)>2){((Uint32*)s->pixels)[x+y
*640]=n<<3;n=99;}}}SDL_UpdateRect(s,0,0,s->w,s->h);do SDL_WaitEvent(&e); while
(e.type!=SDL_QUIT&&e.type!=SDL_KEYDOWN);SDL_Quit();return 0;}' ); ./mysdldemo"
Programming is like sex: One mistake and you have to support it your lifetime.
More information about the Csync2
mailing list