v7.1.0
What's Changed
Changed
Schema\Builder::dropAllTables
returns immediately if no tables exist by @matthewjumpsoffbuildings (#193)- Performance enhancements for
DB::pretend
statements, no longer incurring the overhead of creating transactions by @matthewjumpsoffbuildings (#191) - Set the
$defaultMorphKeyType
inSchema\Builder
touuid
by @matthewjumpsoffbuildings (#192) - README now has a Recommened Setup section.
Fixed
Connection::escapeString
now properly escapes backslashes by @taka-oyama (#197)
Chores
partitionedDml
can be tested in emulator now by @taka-oyama (#187)
Full Changelog: v7.0.0...v7.1.0