Re: [BUGS] BUG #2102: Backend reports wrong number of affected rows for a

2005-12-30 Thread BFRACI
Well, you'll see the status of the last UPDATE executed due to a rule ... but that doesn't mean it couldn't have updated zero rows.  It might be worth pointing out here that conditional rules insert queries that have the condition added to their WHERE clause; if the condition is false then no rows

Re: [BUGS] BUG #2102: Backend reports wrong number of affected rows for a

2005-12-27 Thread bfraci
Thanks for your response.   Let me see if I understand this correctly.  If the original query is an update and the instead rule replaces it with an update, then I should get a return status that is not zeros.  And if the original query was an update and the instead rule replaced it with something