The PDO SQL parser causes many bugs. All drivers suffer from it. By default the parser replaces placeholder with ‘<bound_value>’.'<bound_value>’ is a string. This can clash with the SQL syntax. PDO can make an INSERT fail. Please learn why and … Continue reading
2008/07/03
by admin
4 Comments