Quick question for any torque users out there (trying to finish up a Torque tutorial for the community), should BasePeer.doDelete(crit) with an empty Criteria object (crit = new Criteria()) delete everything or nothing in my table?
I saw the BasePeer.deleteAll() convience method, but was wondering why doDelete() didn't emulate doSelect() when passed an empty Criteria object. I was expecting it to delete everything, just as doSelect() would have selected everything. Thanks, Pete -- Peter Kazmier http://www.kazmier.com PGP Fingerprint 4FE7 8DA3 D0B5 9CAA 69DC 7243 1855 BC2E 4B43 5654 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
