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

Criterion9 php 8 db handling #904

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    57354a5 View commit details
    Browse the repository at this point in the history
  2. Update owa_db.php - handle query with no results

    added a check to handle when a query has no results instead of referencing an index that doesn't exist, and return null instead of generating an error.
    criterion9 committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    fcba0b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Update owa_db_mysql.php

    Added logging of caught exceptions
    criterion9 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    bcbf0a9 View commit details
    Browse the repository at this point in the history