erusev / base

Simpler Database Intaractions in PHP
MIT License
262 stars 16 forks source link

INSERT statements should use `{table} () VALUES ()` instead of `SET {field} = ?` #3

Open erusev opened 9 years ago

erusev commented 9 years ago

It seems to be more popular among db engines.