-
### Describe the bug
the command "az mysql flexible-server import create " didn't support subnet with multiple address prefix.
if a subnet has a multiple address prefix ,it will cause the command e…
kkyon updated
2 months ago
-
Given the following example
```js
import mysql from 'mysql2/promise'
import fs from 'fs'
class Test {
vendorProperties = {
"multipleStatements":true
,"typeCast":true
,"suppo…
-
drizzle-kit introspect seems to generate double single quotes on every default value:
![Screenshot 2023-08-11 alle 14 47 08](https://github.com/drizzle-team/drizzle-orm/assets/5492927/35ff60ac-aebd-4…
-
The database is using SQLite which isn't compatible with MySQL as a dump. We can use Drupal's `db-tools.php`. But we'll need all driver modules enabled in the dump for it to work.
We can use `db-to…
-
### What happened?
It appears that the _mysql grant_ resource diff is not showing up as we expect.
### Steps to reproduce
```typescript
import * as mysql from "@pulumi/mysql";
const user …
-
### What version of `drizzle-orm` are you using?
0.32.0
### What version of `drizzle-kit` are you using?
0.23.0
### Describe the Bug
```typescript
import {
mysqlTable,
varchar,
char,
}…
-
I'm using the python interface. I find that when I add a 4th condition to the selection string, the query becomes very much slower, so much so that if I run it over the whole run range, it looks de…
-
```
Traceback (most recent call last):
File "/home/ubuntu/work/friday-py/venv/lib/python3.10/site-packages/tortoise/transactions.py", line 57, in wrapped
return await func(*args, **kwargs)
…
-
When you have a schema that contains two Primary Keys drizzle-kit is able to push the initial database creation but fails on future runs. When checking the verbose logs you can see drizzle-kit is atte…
-
1、Docker host operating system:ubuntun 22.04 desktop
2、Run TaskWeaver using the All-in-One Docker Image:
```shell
sudo docker run -it \
--name taskweaver \
--privileged \
--net=host \
-e "LLM…