Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More snprintf-related fixes #1162

Merged
merged 2 commits into from
Aug 20, 2024
Merged

More snprintf-related fixes #1162

merged 2 commits into from
Aug 20, 2024

Commits on Aug 19, 2024

  1. Remove snprintf redefinitions from Oracle backend

    This is already done in soci-platform.h if necessary.
    vadz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a4fc400 View commit details
    Browse the repository at this point in the history
  2. Factor out format_std_tm() helper

    Don't repeat the same snprintf() call for formatting dates in several
    places.
    
    No real changes.
    vadz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5a300fe View commit details
    Browse the repository at this point in the history