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
<li>Table content now shows booleans and formatted dates.</li>
<li>Fix: allow NULL values when exporting to SQL. <small>Sometimes DBF databases have unexpected NULL values.</small></li>
<li>Improvement: split up INSERT statements when exporting to SQL. This is much needed for big databases to prevent memory issues when importing the SQL file.</li>
<li>Improvement: make sure exported strings are UTF-8 compliant.</li>