v4.2.0
v4.2.0
Added
Colopl\Spanner\Query\Builder::truncate()
is now implemented. (use to throw an error) (a171e90)
Fixed
Colopl\Spanner\Schema\Grammar::getDateFormat()
now returns'Y-m-d\TH:i:s.uP'
instead of the default which does work correctly in Cloud Spanner. (43bffe6)Colopl\Spanner\Schema\Grammar::wrapValue()
has been extracted as trait, so it can be shared withColopl\Spanner\Query\Grammar
. (2f43479, ca8faa1)Colopl\Spanner\Concerns\ManagesTransactions::handleBeginTransactionException()
now matches return type of parent. (7c9b5c3)