You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a related note, the library currently returns trailing comments (at the end of the file) as an individual query. (the original library does that - the tests didn't cover that case.)
We ported this from JS, so the library only supports splitting SQL statements at this time.
Since this is PHP, we'll be using PDO, which doesn't play well with comments.
The library should therefore strip comments from SQL statements.
The text was updated successfully, but these errors were encountered: