First of all, awesome codebase, really interesting.
I noted that in cases where the database has an Enum column, the resulting line in the csv is simply:
table,column,USER-DEFINED
which means that the bot attempts to make up types it is given. Do you have a recommendation for a modified query / way to create the file that will nature account for these Enums?
First of all, awesome codebase, really interesting.
I noted that in cases where the database has an Enum column, the resulting line in the csv is simply:
table,column,USER-DEFINED
which means that the bot attempts to make up types it is given. Do you have a recommendation for a modified query / way to create the file that will nature account for these Enums?