Retrieves the next row of data as a numerically indexed array, associative array, or both. SQLSRV_FETCH_NUMERIC The next row of data is returned as a numeric array. SQLSRV_FETCH_ASSOC The next row of ...
This library can parse pure sql file or sql string into queries array. The main use case that made me create this library was the inability of TypeOrm to run sql file. I needed to run sql file with ...