jthurteau / saf

Structured Authoring Framework
GNU General Public License v3.0
0 stars 0 forks source link

add option for rows selected vs. rows actually changed #1

Open jthurteau opened 8 years ago

jthurteau commented 8 years ago

setting option PDO::MYSQL_ATTR_FOUND_ROWS => TRUE will make things like UPDATE indicate the number of rows that matched the WHERE, and not only rows that had an effective change applied. Make a method for the object to set this.