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

lib/db: remove deprecated implementation of db_set_login() and replace it with that of db_set_login2() #4308

Merged
merged 3 commits into from
Oct 23, 2024

Commits on Sep 12, 2024

  1. lib/db: remove deprecated implementation of db_set_login()

    In a similar vein to OSGeo#4302, remove deprecated implementation
    of db_set_login() and replace it with that of db_set_login2().
    
    Along with db_get_login(), db_set_login() was deprecated
    (in favour of db_set_login2) in 2015 with the 7.8.0 release.
    Commit: da399c5
    
    Signed-off-by: Mohan Yelugoti <ymdatta.work@gmail.com>
    ymdatta committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8df2406 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. lib/db: remove deprecated implementation of db_set_login()

    db_set_login() is deprecated in 7.8.0 release with da399c5.
    Change its function signature and implementation to match that
    of currently preferred db_set_login2().
    
    Modify db_set_login2() to internally call db_set_login()
    function call. In the future major version, db_set_login() would
    be removed to have only one method to set login details for
    simplicity.
    
    Signed-off-by: Mohan Yelugoti <ymdatta.work@gmail.com>
    ymdatta committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ac763c5 View commit details
    Browse the repository at this point in the history
  2. Update lib/db/dbmi_base/login.c

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    ymdatta and github-actions[bot] authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ba0897c View commit details
    Browse the repository at this point in the history