Steve Frierdich, dando pulos de alegria, escreveu :
Nuno,
You right. I just caught that last night, Sunday night, when I was working on it. Sorry for missing that. Does version 3.0.7 have datalocks? I know version 2.8.15 came equipped with datalocks. The config.h file for 3.0.7 version does not contain structures, define statements, inline functions, and source forth as is contained in the config.h file for version 2.8.15.

I didn't implemented database locks for 3.x yet. I think that 90% of the sqlite uses on WinCE doesn't need database locks, so I decided to delay the implementation until I consider the source stable enough (the port source, not the "official" one). Also, I need to understand very well the concepts behind the new locking mechanism before venture doing it.

I think that if any one needs database locks for sqlite badly, then he
should not go for the 3.x version just yet (not enough time passed to
decide it is stable), so I don't think my decision is going to make many
people "suffer".

There is a lot less workarounds needed for SQLite 3.x and there is a
os_win.h where all WinCE stuff can go now, so I don't use config.h
as I used in 2.8.x.

Also, I decided to drop support on WinCE versions prior than 3.0, which
cut more than half of the needed hacks. I feel WinCE 3.0 is the first
platform that deserves any development and with the release of WinCE 5.0
I don't think I made a bad decision.

Regards,
~Nuno Lucas



Reply via email to