Sanyam Singhal

Results 16 comments of Sanyam Singhal

So in the implementation, first i am creating the progress bar container like this: ``` progressBarContainer := mpb.New(mpb.PopCompletedMode()) ``` Then i am just calling one goroutine for each progress bar...

Just to add previous i was creating the container without `PopOnComplete()` but the issue was when i was having 110 progress bars, then at some point of time for the...

@darold output is this: ``` $ ora2pg -p -m -t PARTITION -o partition.sql -b ./schema/partitions -c ./config/ora2pg.conf -v Ora2Pg v23.1 ``` PG_VERSION is **12** in my config file Please let...

@darold is it only me who is having issues with Table Partitions in MySQL or it is true for others also?

ok thanks, just wanted to confirm that.

thanks a lot @darold, sure i will let you know once i test this.

Hi @darold i have been testing these changes for a MySQL schema. Few irregularities I observed. Let me know if i am missing something? There are DDLs in `partition.sql` but...

I am not sure if this has come to notice since this is a closed issue, please acknowledge. Will wait for acknowledgment for sometime before creating a new issue. cc...

Yeah, I don't have a subpartition as of now in my database. I will test this latest commit and let you know.