Releases: colopl/laravel-spanner
Releases Β· colopl/laravel-spanner
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)
v4.1.1
v3.10.2
- fix:
Builder::partitionedDelete()
had 1 argument defined which is never used.
v4.1.0
v3.10.1
- fix broken compatibility for version lower than 8.
v3.10.0
v4.0.0
- updated composer.json to only support laravel 9
- [breaking] feat: Query::insertGetId throws error now instead of returning the last value
v3.9.3
- upgrade orchestra/testbench to v6 so laravel 8 can be installed in dev environments
v3.9.2
- Remove travis-ci and replace it with github actions
- make
Connection::getSpannerDatabase()
public so it can be used for calling low level methods directly. - fix broken
Model::resolveRouteBinding(...)
andModel::resolveChildRouteBinding(...)
v3.9.1
- move
sysv
extensions to suggestion since requiring it is not possible in Google App Engine