-
I am trying to create a simple table with a single column ('id'), like so
```php
Schema::create('test', function (Blueprint $table) {
$table->uuid('id');
$table->primary('id');
});
```
Wh…
-
I'm wondering if you have considered adding Google Cloud Spanner support for OpenFGA?
It has global strong transactional consistency, extremely performant, 99.999 SLA, and it has zero downtime sch…
-
### What would you like to happen?
Google Spanner Emulator currently only supports the execution of one transaction at a time ([link to source](https://github.com/GoogleCloudPlatform/cloud-spanner-em…
-
### Problem description
Please correct me if I'm wrong, this grpc client should automatically reconnect if the connection becomes invalid.
I see this behavior in most cases, however there is one err…
-
The original idea was to store the actual data in a JSON column in our app database, and re-construct an in-memory SQLite DB at query time to execute the query.
As Philippe suggests, it may be worth …
-
* GCB: https://console.cloud.google.com/cloud-build/builds;region=us-east1/25085c2f-0f35-4bd1-92e8-0b5180cc1b6c;tab=detail?project=cloud-cpp-testing-resources
* Raw: https://storage.googleapis.com/cl…
-
### What Happened?
when I start minikube after intallation its giving an error for kvm2 on zorin 16.3( based on ubuntu20.04 ). I done the setup many times. sometimes this setup becomes the issue. Nee…
-
Note: #2294 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: d780be05f06ea4ae92ce39cc6611286112a8afa4
buildURL: [Build Status](https://source…
-
Note: #959 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 5d91a2874e056d73b32526c40fdbc942d602efc5
buildURL: [Build Status](https://source.…
-
If the bug is related to a specific library below, please raise an issue in the
respective repo directly:
**System information**
- Have I specified the code to reproduce the issue:
```
- star…