Closed matthewjumpsoffbuildings closed 10 months ago
If the Connection is pretending, the DDL statements should not run
Since affectingStatement already handles pretending, its fine to just pass through to that method which will return 0 as normal, allowing the generated SQL to be captured
Fixed in https://github.com/colopl/laravel-spanner/pull/170.
If the Connection is pretending, the DDL statements should not run
Since affectingStatement already handles pretending, its fine to just pass through to that method which will return 0 as normal, allowing the generated SQL to be captured