mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
set/get_locale are apparently very expensive on Mingw64, and setting the C locale for extracting a string is unnecessary. Unfortunately the released version of libdbi still uses strtod so setting the C locale *is* still necessary for retrieving floats and doubles and for passing queries. Thanks to Mkubat for the diagnosis.