ianaldrighetti / queryer

A simple, easy to use PHP database abstraction layer.
Other
0 stars 0 forks source link

MysqlDriver should throw an Exception when it is missing options #1

Closed ianaldrighetti closed 10 years ago

ianaldrighetti commented 10 years ago

MysqlDriver should throw an Exception when it does not get passed all the necessary options (host, user, pwd and/or db_name).