battis / restful-api

https://battis.github.io/restful-api/
0 stars 0 forks source link

if `$sql` contains multiple valid queries, only the first will be run #42

Open battis opened 1 year ago

battis commented 1 year ago

cf this whinge-fist

src/Query.php

    /*
     * FIXME if `$sql` contains multiple valid queries, only the first will be run
     *   cf [this whinge-fist](https://stackoverflow.com/questions/6346674)
     */
    private string $sql;