You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: D1 alpha databases have stopped accepting SQL queries
10
+
description: |-
11
+
Following the [deprecation warning](/d1/platform/changelog/#2024-04-30) on 2024-04-30, D1 alpha databases have stopped accepting queries (you are still able to create and retrieve backups).
12
+
13
+
Requests to D1 alpha databases now respond with a HTTP 400 error, containing the following text:
14
+
15
+
```txt
16
+
You can no longer query a D1 alpha database. Please follow https://developers.cloudflare.com/d1/platform/alpha-migration/ to migrate your alpha database and resume querying.
17
+
```
18
+
19
+
You can upgrade to the new, generally available version of D1 by following the [alpha database migration guide](/d1/platform/alpha-migration/).
20
+
8
21
- publish_date: "2024-07-26"
9
22
title: Fixed bug in TypeScript typings for run() API
0 commit comments