Re: EDBI Returns Value when Value Should Not Be Returned
- Posted by jeremy (admin) Sep 30, 2011
- 1097 views
Yeah, that isn't very intuitive. I'll ponder what to do about that.
As for the detection of an existing record or not, right now you can do:
name = "TESTING" res = edbi:query_object( "select count(*) from tilesets where tileset_name = %s", {name} )
Jeremy