diff --git a/src/content/docs/latest-releases/drizzle-orm-v1beta2.mdx b/src/content/docs/latest-releases/drizzle-orm-v1beta2.mdx index 9aa4dcdc..1593eb0c 100644 --- a/src/content/docs/latest-releases/drizzle-orm-v1beta2.mdx +++ b/src/content/docs/latest-releases/drizzle-orm-v1beta2.mdx @@ -47,9 +47,7 @@ const result = await db.execute('select 1'); ## CockroachDB dialect -Drizzle now supports MSSQL in `drizzle-orm`, `drizzle-kit` and `drizzle-seed` packages. It support most of the columns, query builder capabilities, migration strategies, etc. - -The only feature that is not yet supported is `RQBv2` +Drizzle now supports CockroachDB in `drizzle-orm`, `drizzle-kit` and `drizzle-seed` packages. It support most of the columns, query builder capabilities, migration strategies, etc. ```ts // Make sure to install the 'pg' package @@ -519,4 +517,4 @@ We've added a few more MySQL column types: - [[BUG]: planetscale - now() and current_timestamp() doesn't work when FSP is specified for timestamp](https://github.com/drizzle-team/drizzle-orm/issues/472) -- [[BUG]: MySQL alter table fails where tablename is reserved word](https://github.com/drizzle-team/drizzle-orm/issues/364) \ No newline at end of file +- [[BUG]: MySQL alter table fails where tablename is reserved word](https://github.com/drizzle-team/drizzle-orm/issues/364)