-
We weren't sending the `searchFilter` parameter in `carto-react` for `POST` requests (they occur if the SQL Query is large enough), so we need to carry over this to this library too 🙏
https://gith…
-
**Input data**
Which SQL and options did you provide as input?
```sql
CREATE USER newuser@localhost;
```
**Expected Output**
```sql
CREATE USER newuser@localhost;
```
**Actual Outpu…
-
I am using your library with spring boot.
```
implementation("com.amazonaws.secretsmanager:aws-secretsmanager-jdbc:2.0.2")
```
I have the following settings in my `application.yaml`:
```
spri…
-
### Is your feature request related to a problem or challenge?
I noticed an awesome SQL fuzzing framework [SQLancer](https://github.com/sqlancer/sqlancer/tree/main) can be implemented on DataFusion…
-
```
sql( String ): "SELECT * FROM `user` WHERE ( `age` > ? AND `age` < ? )"
sql_data( Vec ): [Number(20), Number(30)]
```
sql WHERE conditions are generated by parameters, that is, not fixe…
-
Hello, developers,
may I ask You, if ExcelJConnect is standard JDBC driver? How to connect to XLSX in such a tool like SQuirreL SQL Client or any other Java database GUI tool? I tried to set up Ex…
-
### pom.xml
Instead of copy pasting the apache/pulsar pom.xml, we could reference it as a parent pom in the pulsar-sql build. That way all dependencyManagement could be reused without redefining e…
-
-
### Question
I dont't know if its neccesarily this library; however, as soon as I added `cloud-sql-python-connector` to my PyPI packages on google cloud composer, building the composer environment ti…
-
The 24.08 runtime & SDK were released a few weeks ago. I quickly did the upgrade myself to see if it works, however I stumbled upon this while building the `libdb` module with 24.08:
```
===========…