I am attempting some extensions to TinyERP. I am new to Python but think I have got the hang of cr.execute to pass SQL commands but it worries me that my code is not checking for successful completion.
Does cr.execute return the SQL error code? Am I thinking at too low a level and worrying needlessly? I don't see "official" code checking, so can I assume that any SQL errors will be handled gracefully by the core code? _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
