You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I do not have a fix. I "hacked" it to work.
Our real problem is similar, thus the bug was picked up when I tried to make a minimal example.
What I did is I made the INTEGER[] a random word like asdf and added asdf as TEXT in the ddl2cpp file.
I then could generate the header and changed my random word back to INTEGER[] and ran the script on the database.
If I add INTEGER[] to ddl2cpp it does not generate as mentioned in the issue
The following table fails to generate a C++ Header:
I also don't get any errors when running the script
My command is:
The text was updated successfully, but these errors were encountered: