UTA-FabLab / fabapp

Operational Software for any fablab or makerspace
Other
19 stars 21 forks source link

Sanity Checking query statements #29

Open FabosaurusRex opened 4 years ago

FabosaurusRex commented 4 years ago

SQL queries don't double-check to ensure the correct type of info was returned, or if any info was returned at all. Comb through the existing codebase and ensure that returns are evaluated and invalid ones are redirected properly.

MPZinke commented 4 years ago

As decided, all MYSQL errors are to be added to the PHP log on failure to properly execute.

MPZinke commented 4 years ago

See bug #30