ora2pg
ora2pg copied to clipboard
mssql to pgsql bool value direct transfer bug?
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