-
### Describe what you want
Currently, the default behavior of Drizzle will turn arrays into either its singular element, or a record. This behavior is unintuitive, when you're trying to pass in an ar…
-
## Question
**ActiveDirectoryServicePrincipalCertificate Authentication with client certifiicate private key and private key associated with password is not working.**
```
String jdbcUrl = "jdbc:sqls…
-
### Benefit
The Open SGID needs to stay current with support.
### Acceptance Criteria
- [ ] Research minimum version that can support the most esri clients
- [ ] Upgrade the database
### Notes
…
-
I followed the installation steps
```bash
composer require nl.idaas/laravel-openid-connect
php artisan migrate
php artisan passport:install --uuids
php artisan vendor:publish --provider="Idaas\…
-
Hi,
I was made aware of a problem when user have around 30 groups, the token exchange will fail with a HTTP 500. Upon investigation, The `AccesstokenIssued` event of the exchange have showed up in…
-
**What is the bug?**
The generated TPCH table files have uploaded to S3. For example, create a parquet table with extended S3 location:
```sql
USE tpch_sf_1;
CREATE TABLE `lineitem` (`l_orderkey` …
-
Drush fails to import SQL dumps generated with a recent version of MariaDB:
```
In SqlCommands.php line 183:
…
-
Flink SQL> show tables;
[INFO] Result was empty.
A few months ago, it runs ok in SQL Client. But recently, when I open dockers, they are updated automatically. After I enter the client, there exis…
-
I'm guessing this may not be supported, given this package depends on `pyodbc` which (as far as I know) doesn't accommodate SQL Server's 'fail-over partner' connection parameter.
**Is your feature re…
-
- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
在全局事务中先删除一条数据,然后插入一条数据,两条数据的id保持…