Conversation
|
How can I test the changes in this PR? I was wondering if a preview deployment is available through |
It's not available yet because there are around 40-50 failing tests. Once those are fixed, this PR will be automatically deployed to a preview |
Thank you. I just had a quick look at the PR and noticed that CockroachDB Time Travel Quries are not supported, just wanted to note it here so it could perhaps be added to out stading issues are not planned, there might be other looking for the feature. |
d964d85 to
73d8eb4
Compare
…drizzle-orm into alternation-engine
…drizzle-orm into alternation-engine
…drizzle-orm into alternation-engine
…orm into alternation-engine
…orm into alternation-engine
…orm into alternation-engine
|
When can we expect this big boi to be on beta? 🫶 |
| @@ -70,6 +73,7 @@ | |||
| "bun-types": "*", | |||
| "expo-sqlite": ">=14.0.0", | |||
| "gel": ">=2", | |||
| "mssql": "^11.0.1", | |||
There was a problem hiding this comment.
Given that mssql is only required for Microsoft SQL Server functionalities, would it be better to declare it as optional in peerDependenciesMeta?
No description provided.