Skip to content

Add correct outfile implementation

Compare
Choose a tag to compare
@mrjgreen mrjgreen released this 05 Mar 11:33
· 32 commits to master since this release

BC breaking changes to outfile.

use DB::table()->intoOutfile($file)->query() instead of DB::table()->intoOutfile($file)

This allows union select into outfile to work correctly