That is an interesting point Fred that I did not think of. If it is the case that the xml api output differs between database types, then that would seem to be an important problem to solve, because the model's "hidden" attribute is boolean and it should look that way to the outside world, regardless of how the database represents it.
On 3/2/07, Frederick Alger <[EMAIL PROTECTED]> wrote:
Not having looked at the source for Tracks, (having just recently started implementing GTD on Tracks), I spy with my little eye: > > ...<hide type=\"boolean\">false</hide>\n ... Expected to match: > > ...<hide type="integer">0<\/hide>\n... Luke mentioned on another post that he develops on MySQL, which has no boolean type; I see a strong correlation between that and James testing / running on SQLite which I believe does -- correct me if I'm wrong. Does that save anyone time debugging? - Fred Alger. your friendly local rubyist
_______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
