Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ThingEngineer/PHP-MySQLi-Database-Class
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pquerner/PHP-MySQLi-Database-Class
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 24, 2014

  1. Added ping

    radiumsoup authored and Pascal Querner committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    c166f8c View commit details
    Browse the repository at this point in the history
  2. Method to receive last executed sql query

    Pascal Querner committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    2ac6142 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2014

  1. Added function which enabled logging

    default output file is defined in my.ini (or my.conf)
    Pascal Querner committed Mar 25, 2014
    Configuration menu
    Copy the full SHA
    6302e97 View commit details
    Browse the repository at this point in the history
  2. Added variables that holds the last error

    Sometimes I cannot rely on mysqli->error so this helps
    Pascal Querner committed Mar 25, 2014
    Configuration menu
    Copy the full SHA
    eaaba9b View commit details
    Browse the repository at this point in the history
Loading