-
I'm encountering a memory management issue in my _remove function, and although I figured out how to resolve it, I don't understand *why* things work the way they do. Here is some code for the functio…
-
### What type of bug is this?
Unexpected error
### What subsystems are affected?
Storage Engine
### Minimal reproduce step
1. Hard code the `FuzzInput` to
```
FuzzInput { seed: 2570, …
-
Currently, ALTER COLUMN TYPE cannot be performed concurrently with other schema changes.
For example you cannot add a column while an alter column type is occuring, you cannot alter primary key whi…
-
Path: `/studies/personal_data/`
When selecting this option, the choice is not saved in the database. This happens both when no choice was made yet and when altering a previous choice. The other two…
-
let's suppose I need to change a column type from int to uuid. currently, the generated migration only changes the column type, what will break.
```sql
ALTER TABLE "users" ALTER COLUMN "id" SET DA…
-
* **Name of the original music:** American Patrol - piano tutorial
* **Author of the orginal music:** antoine.turmine
* **Link to the original score:** https://musescore.com/user/254181/scores/26891…
-
Change login links on comment forms to be the Facebook login. May also need to make sure the same page reloads upon success.
-
Hello,
When i launch Install/Update database schematic (or the full install) i have a 2 type of error (some exemples):
```
DBD::mysql::db do failed: BLOB, TEXT, GEOMETRY or JSON column 'comment' …
-
It's currently based on the original design which is extremely flawed. It needs to be removed and replaced with an attempt to read an MPEG frame header or ID3 tag.
-
We need a way to change existing entries in the database after looking them up by primary key. This will be important for updating services in real time once we get to that, so we should probably add …