uyuni-project / inter-server-sync

6 stars 13 forks source link

Properly decode boolean values #75

Closed aaannz closed 3 months ago

aaannz commented 3 months ago

New PTF handling introduced boolean values, we need to decode them properly.

aaannz commented 3 months ago

Updated after tests. Even though pgsql name boolean as boolean, sql driver stores column type as bool. This one works correctly.