jdorn / sql-formatter

A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
http://jdorn.github.com/sql-formatter/
MIT License
3.89k stars 187 forks source link

add test for :pdoParams - complements #74 #77

Open boedah opened 9 years ago

boedah commented 9 years ago

(something went wrong last PR..)

Had the PDO issue with v1.2.17, noticed the change on master and that there is no test. So I made one ;)

FYI: In PDO a ? is a positional placeholder and could also be included.