From: Ian B. <ia...@co...> - 2004-01-08 22:37:16
|
On Dec 28, 2003, at 1:35 PM, Javier Ruere wrote: > I've been away for a while but I see that BoolCol has been added. I > have been unable to use it with SQLite. After looking the code and the > tests, I think it is not supported for SQLite. Am I right? It would be > really useful to me so if I can help with it, count on me. It should be working -- at least, I thought it was, but I don't have the code in front of me at the moment (SF CVS and my laptop are uncooperative). Non-Boolean-supporting databases (everything but Postgres) just use integers (1/0). There's other details to how BoolCol works, but those are database-agnostic. -- Ian Bicking | ia...@co... | http://blog.ianbicking.org |