Re: [BUGS] prepare-alter-exec issue
Added to TODO: * Invalidate prepared queries, like INSERT, when the table definition is altered --- Dhanaraj wrote: > The same bug was filed already in the end of Nov. > > There are two ways to fix this.
Re: [BUGS] prepare-alter-exec issue
The same bug was filed already in the end of Nov. There are two ways to fix this. 1) After altering the table, prepare buffer should be cleared or 2) The prepare stmt should be updated whenever alter query is executed. I hope that this bug will be fixed in the next version.. Regards Dhanaraj Q