mirror of
https://github.com/SOCI/soci.git
synced 2026-02-12 16:49:02 -06:00
Use "_s" versions of the standard C functions if possible/simple to do and disable deprecation warnings explicitly in a couple of places where this could not be done instead of disabling them globally. Also stop using strcpy() entirely and use strncpy() instead. See #1268.