Re: Bug #5664 SQL DDL output generator for view

2020-08-10 Thread Akshay Joshi
Thanks, patch applied. On Fri, Aug 7, 2020 at 8:00 PM Rahul Shirsat wrote: > Hi Hackers, > > Please find the attached patch below which resolves the following issue of > SQL DDL output generator for view (preserving default values of columns) > > Also, when changing VIEW's column's default value

Bug #5664 SQL DDL output generator for view

2020-08-07 Thread Rahul Shirsat
Hi Hackers, Please find the attached patch below which resolves the following issue of SQL DDL output generator for view (preserving default values of columns) Also, when changing VIEW's column's default value, the SQL generates ALTER TABLE, now this would be as ALTER VIEW instead. This fix coul