-
### Describe the bug
Apologies if this is repeated/known/user-error. My issue is KiCad erroring OR crashing when attempting to save symbol libraries. This involves simply opening the `Manage Symbol L…
-
**Problem**:
Users who have multiple erpnext sites with the same doctypes & fields need to have a consolidated view of data across all sites. Currently, they have to connect to each site and create i…
-
## Description
I am using this module and each time I make a change to any resources it forces all of the private subnet route tables to be recreated. Even if I make a new tag on an EC2 instance th…
-
### Description
I noticed a problem related to the `ip` column of the `tokens` table in my deployment. Since it is of type `varchar(39)`, I assume it is designed to be able to hold a fully expanded I…
-
We are storing `number of records` and `file sizes` to dataset records which is convenient to have. In addition to this, it would be very. convenient to have size of physical table for a dataset. It's…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
create table t (pk int auto_increment, col int, index idx (col)…
-
I saw there was binary field storage support in Django which I did not know about. This should allow inserting objects to a Table to be reserializing back into a object later. This would be useful to …
-
**Description:**
Enhance the mentee model to include media content (blogs, etc.) and achievements, storing them in a single table with a type identifier.
**Tasks:**
- Design new database schema
…
-
Obviously a luxury-end feature request, but it'd be really handy!
At the moment, if a data type (eg users) is moved from static files to the database, and then the blueprint is updated (eg to add a…
-
Interestingly, we do not yet support parsing SQL Server's computed column syntax:
```sql
create table t (i int, j int, k as (i + j));
insert into t (i, j) output inserted.* values (1, 2);
```
…