-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
Currently the SqlServerAdapter has this property that cannot be changed:
`protected string $schema = 'dbo'`
Please allow us to change this.
-
### Adapter type
@auth/kysely-adapter
### Environment
System:
OS: macOS 14.0
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 32.53 MB / 16.00 GB
Shell: 5.9 …
-
Right now if you say:
`geddy.model.Something.all({id:[ ]}, function(err, results){
// anything
})`
You'll crash the Postgres adapter, every time. The log is hard to identify, it looks like this:
`…
-
**What is the ask?**
As a user, I need to run large / complicated / unwieldly SQL queries on my data in Pachyderm
---
Broadly, the deliverable will look like the following. For the first pass…
-
`Problem.aggregate(:id.count, :fields => [:user_id], :unique => true, :links => [:user])`
Will break like so:
DataObjects::SyntaxError: ERROR: missing FROM-clause entry for table "users"
LINE 1: ..…
-
Add a module `adapter-persistence-jdbc-sp`. It should implement persistence using Postgres but not using JPA, instead using JDBC. Use raw stored procedures to execute commands.
For reference when c…
-
### 🔖 Feature description
Hi, i tried to look around to find any details regarding the plans to support Postgres, is there any plan to support it. If its already supported is there any documents. Tha…
-
not sure if this is dbt-bigquery image related, but that's the one i was using:
```
root@mydomain:/home/user/_volumes/_postgres/_queries/dbt_test# podman run \
-p 8085:8085 \
…
-
It seems that spoints are not properly downloaded or uploaded.
need further investigation.
I get a char(32) for spoint which is too small to properly describe the position (losing the second paren…