-
```
What steps will reproduce the problem?
1. Use "gcloud auth" to set up service account
2. Attempt to "ls" in project to make sure "bq" works
What is the expected output? What do you see instead?
…
-
### Link to Internship Posting
https://boards.greenhouse.io/singlestore/jobs/6249895
### Company Name
SingleStore
### Internship Title
Software Engineer, Managed Service Intern (Summer 2025)
###…
-
### Description
Before when doing:
$permission = Permission::findByName($name, $guardName);
And then calling:
$permission->delete()
The permission would be correct deleted.
Now this no longer happ…
-
## Bug Report
On MySQL 8, aggregate functions below do not support distinct options:
- std
- stddev
- stddev_pop
- stddev_samp
- var_pop
- var_samp
- variance
(ref https://dev.mysql.co…
-
```
What steps will reproduce the problem?
1. bq load .... ---> get jobId
2. bq wait -some-job-id -some-seconds-
3. --> Unexpected exception in wait operation
What is the expected output? What do yo…
-
Hello Team ,
I am trying to execute the Stored procedure in the Memsql Db from my python script.
Sample code as below:
***********
conn = mysql.connector.connect(host=str(memsqlHostIP),…
-
```
What steps will reproduce the problem?
1. gcloud auth activate-service-account ...@developer.gserviceaccount.com
--key-file .p12 --prompt-for-password
(Autorize the service account)
2. Execute …
-
```
What steps will reproduce the problem?
1. Use "gcloud auth" to set up service account
2. Attempt to "ls" in project to make sure "bq" works
What is the expected output? What do you see instead?
…
-
After the linked general database abstraction issues have been completed it should be possible to create a new PDO adapter and schema definition to trial running Matomo entirely on [TiDB.](https://git…
bx80 updated
11 months ago
-
Hi community, I got this error where the command tries to pull an entire table which has around 2m rows. Connectorx was able to handle it nicely but suddenly it starts to give me the error below. Can …