Skip to content

v4.2.0

Compare
Choose a tag to compare
@taka-oyama taka-oyama released this 23 Aug 02:49
· 319 commits to master since this release

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 with Colopl\Spanner\Query\Grammar. (2f43479, ca8faa1)
  • Colopl\Spanner\Concerns\ManagesTransactions::handleBeginTransactionException() now matches return type of parent. (7c9b5c3)