#PreviewFeatures
Check out my video & article on 2 amazing new #PreviewFeatures for #ModelDrivenApps: #SmartPaste for easy data entry and #SmartGrid (search) for natural language filtering and sorting!

📺 youtu.be/0SY68uEfink
✍️ d365goddess.com/smart-paste-...

#PowerPlatform #Dynamics365 #AI #Copilot #D365
Copilot Smart Paste & Smart Grids in Model-Driven Apps
YouTube video by D365 Goddess
youtu.be
December 11, 2024 at 2:37 PM
Want to try #AzureCosmosDB features before they go GA? 👀
This doc shows you how to access preview features, opt in via SDKs, and give feedback early.
👉 msft.it/63321sJmLS
#NoSQL #PreviewFeatures #CloudDev
Request access to Azure Cosmos DB previews
Learn how to request access to Azure Cosmos DB previews
msft.it
August 4, 2025 at 5:00 AM
read later 🔖 #kanon_tech_feed
created new issue in prisma 👀

"Fetching with `include` on one-to-one related field only gets first relation"
Fetching with `include` on one-to-one related field only gets first relation · Issue #27137 · prisma/prisma · GitHub
Bug description Using Prisma v6.7.0 with previewFeatures = ["queryCompiler", "driverAdapters"], one-to-one relationships aren't properly fetched when used in an include. Example Given a one-to-one schema, such as the following: model Pos...
github.com
May 9, 2025 at 9:59 PM
read later 🔖 #kanon_tech_feed
created new issue in prisma 👀

"Prisma Postgres Adapter with Turborepo does not work"
Prisma Postgres Adapter with Turborepo does not work · Issue #27083 · prisma/prisma · GitHub
Bug description if I have a turborepo monorepo with a packages/db folder containing my prisma schema, and a apps/web application (Next.JS) and I use the updated prisma with previewFeatures = ["queryCompiler", "driverAdapters"] I get an e...
github.com
May 4, 2025 at 2:59 PM
read later 🔖 #kanon_tech_feed
created new issue in prisma 👀

"JSONB column not being parsed with queryCompiler"
JSONB column not being parsed with queryCompiler · Issue #27039 · prisma/prisma · GitHub
Bug description Using the schema generator client { provider = "prisma-client-js" previewFeatures = ["queryCompiler", "driverAdapters"] output = "../shared/prisma" } model Test { id Int @id @default(autoincrement()) config Json } on prim...
github.com
April 30, 2025 at 12:59 PM
read later 🔖 #kanon_tech_feed
created new issue in prisma 👀

"[6.7.0] Probable bug with `queryCompiler` feature"
[6.7.0] Probable bug with `queryCompiler` feature · Issue #27031 · prisma/prisma · GitHub
datasource db { provider = "sqlite" url = env("DATABASE_URL") } generator client { provider = "prisma-client-js" previewFeatures = ["relationJoins", "queryCompiler", "driverAdapters"] output = "../prisma-query-client" } After building my...
github.com
April 29, 2025 at 10:59 PM
<a href="https://zenn.dev/toridori/articles/3820e3b137a0fd" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">zenn.dev/toridori/a...
あのprisma previewFeaturesは今?
あのprisma previewFeaturesは今?
zenn.dev
December 31, 2024 at 2:38 AM
To start, be sure to opt into the preview feature.

`prismaSchemaFolder` is what we need. We can add this to the `previewFeatures` array in our schema.prisma file.
January 9, 2025 at 6:31 PM
If you have an account, the 'Preview Features' opt-in page is at https://account.windowsazure.com/PreviewFeatures #WindowsAzure
November 10, 2024 at 6:15 PM