Fixed
Status Update
Comments
ro...@google.com <ro...@google.com> #2
At least make BottomSheet can be launched from local like AlertDialog. Right now, it's too hard to have multiple BottomSheets on one screen with BottomSheetScaffold.
vo...@google.com <vo...@google.com>
vo...@google.com <vo...@google.com> #3
(Maybe I don't where this lives in documentation) I'm looking for a similar behavior in SwiftUI where you can call `.sheet()` to invoke a bottom sheet at any point which overtakes the screen. This behaves just like `.alert` in SwiftUI.
ro...@google.com <ro...@google.com> #4
Re navController.navigate()
to make a bottom sheet appear.
If you'd like to request changes to the ModalBottomSheetLayout
and similar APIs, you'll want to file a
Description
Problem you have encountered:
In a Cloud SQL PostgreSQL instance of major version 9.6, 10, or 11, when a database user tries to upgrade the PostGIS extension, the following error happens:
What you expected to happen:
The upgrade should succeed without error.
Steps to reproduce:
Execute
ALTER EXTENSION postgis UPDATE TO '3.0.3'
Other information (workarounds you have tried, documentation consulted, etc):
In Cloud SQL PostgreSQL, before users upgrade the database major version in-place, one required preparation is to update the PostGIS extension. PostgreSQL 9.6 to 11 users with an old PostGIS extension will encounter this error during upgrade.