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
When I checked the data, I found that the bool values of 1 and 0 in mssql were changed to t when they entered pgsql
So I generated the sql file, and found that the sql file generated both t and f, but after I transferred it directly, it was all t, which is a bug, or I didn't configure it well
The text was updated successfully, but these errors were encountered:
i use follow command:
ora2pg -c config/ora2pg.conf -t INSERT
When I checked the data, I found that the bool values of 1 and 0 in mssql were changed to t when they entered pgsql
So I generated the sql file, and found that the sql file generated both t and f, but after I transferred it directly, it was all t, which is a bug, or I didn't configure it well
The text was updated successfully, but these errors were encountered: