colopl / laravel-spanner

Laravel database driver for Google Cloud Spanner
Apache License 2.0
97 stars 16 forks source link

feat: support inserting and selecting DateTime/Numeric objects #168

Closed taka-oyama closed 10 months ago

taka-oyama commented 10 months ago

Columns with array types that utilized specialized types like Numeric and Timestamp where not supported.

This PR adds support for them.