|
From: Ilya E. <no...@gi...> - 2025-09-24 08:24:13
|
Branch: refs/heads/master Home: https://github.com/FirebirdSQL/firebird Commit: 5ea70206515685df2b65f38511e4c0533d281e74 https://github.com/FirebirdSQL/firebird/commit/5ea70206515685df2b65f38511e4c0533d281e74 Author: Ilya Eremin <ily...@gm...> Date: 2025-09-24 (Wed, 24 Sep 2025) Changed paths: M src/common/config/ConfigCache.cpp M src/common/config/ConfigCache.h Log Message: ----------- Get the modification time of a config file with a higher precision to fix cases when it's not reloaded after modification/replacement (#8553) * Get the modification time of a config file with a higher precision to fix cases when it's not reloaded after modification/replacement The fix is needed to avoid potential problems in Firebird QA. * Use GetFileAttributesEx to get the config file attributes * Fix macOS build * Unify the return type of File::getTime() to make the code cleaner * Correct the old typo To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |