Re: How can I make testcase for new migration feature (DB Comment) #18468

2021-06-20 Thread charettes
Hello there, I confirm that you'll have to adapt get_table_description for each supported backends to introspect column comments. It seems that introspection support was considered to be a requirement for this ticket[0]. Not sure if that means that the inspectdb logic also needs to be adapted

How can I make testcase for new migration feature (DB Comment) #18468

2021-06-20 Thread SoungRyoul Kim
I think about how can I create testcase for DB Comment django already has test utility assertion like a "assertTableExists" or "assertColumnExists" , Index, Constraint etc... then. I think It seems appropriate that I make new assertion "assertDBCommentExists" but If I make "assertD