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
Would be awesome if you could enhance it for Oracle and possibly Postgres/Mysql (through some flag options hopefully)
For Oracle, the CREATE statement would need the datatype and size (you can default it to VARCHAR2 (1024) ) and the column name cannot exceed 30 characters. The insert statements need single-quoting. May be this too much of an ask.
BTW, this is an outstanding tool. And your documentation is perfect. I love it!
The text was updated successfully, but these errors were encountered:
Would be awesome if you could enhance it for Oracle and possibly Postgres/Mysql (through some flag options hopefully)
For Oracle, the CREATE statement would need the datatype and size (you can default it to VARCHAR2 (1024) ) and the column name cannot exceed 30 characters. The insert statements need single-quoting. May be this too much of an ask.
BTW, this is an outstanding tool. And your documentation is perfect. I love it!
The text was updated successfully, but these errors were encountered: