-
### Use Cases or Problem Statement
We need the ability to create/update/drop classification models through terraform as we will only allow classification models to be created through terraform.
A …
-
Other drivers, in particular [modernc](https://pkg.go.dev/modernc.org/sqlite#Driver.Open) and [ncruces](https://pkg.go.dev/github.com/ncruces/go-sqlite3/driver) support a generic `_pragma` URI paramet…
-
Responding to https://github.com/margelo/react-native-quick-sqlite/pull/55#issuecomment-2391285662, since bloating that PR with extra hopes and dreams wouldn't be productive.
- [ ] Concurrency. The…
-
### System Info
OS version: macOS 14.3.1
Python version: Python 3.12.4
The current version of pandasai being used: v2.2.14
### 🐛 Describe the bug
Hi, Team
While using the `SemanticAgent…
-
**Describe the bug**
`INSERT INTO` is slow for data dump in comparison to `COPY` when you need to scale, `COPY` is also the default export with `pg_dump` for postgres.
`Migrations` and `seed.sql`…
-
When loading one or more collections along with non-collection navigational properties then non-collections are repeated in every SQL statement.
Example:
```csharp
var products = _ctx.Products
…
-
### Description
Issue:
execute : UPDATE pg_catalog.pg_type SET typbyval=$1 WHERE "oid"=$2 parameters: $1 = 'f', $2 = '16'
execute : UPDATE pg_catalog.pg_type SET typbyval=$1 WHERE "oid"=$2 param…
-
Type: Feature Request
Jetbrains DataGrip has a feature which automatically [detects statements](https://www.jetbrains.com/help/idea/query-execution.html) in SQL script files.
![image](https://g…
-
### Python version
3.9
### Operating system and processor architecture
macos
### Installed packages
```python
snowflake-connector-python==3.11.0
```
### What did you do?
```python
*_, dcur = c…
-
JDBC can only limit the number of data rows to be queried. Is there a configuration that restricts the return of overlarge fields to prevent DOS risks caused by large fields such as BLOB?