-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have se…
-
A goal of the system is to allow the users to work with their data the way they
want to. As part of that, users should be allowed to categorize and group Elements
as they see fit. This is accomplish…
-
i'm trying to upsert a record and on_conflict (unique index) update data
in console app, constraint is listed, but after trying to upsert data i get an error
{
"errors": [
{
"extensi…
-
# Lines of code
https://github.com/code-423n4/2023-10-zksync/blob/1fb4649b612fac7b4ee613df6f6b7d921ddd6b0d/code/era-zkevm_circuits/src/log_sorter/mod.rs#L331-L456
# Vulnerability details
## Impact…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23383](https://bugs.llvm.org/show_bug.cgi?id=23383) |
| Status | NEW |
| Importance | P normal |
|…
-
- [x] missing unique query in category constraint
- [x] missing not null constraint in sub-category
-
Bisogna imporre dei vincoli sulla generazione delle RivisteAbbonamento
smd=# \d rivista_abbonamento
Table "public.rivista_abbonamento"
Column | …
-
**Is your feature request related to a problem? Please describe.**
Now the recreate constraint needs to be removed first before adding.
Database: postgresql
Generate DDL
```sql
ALTER TABLE …
-
I have already initialized the database with aerich init-db etc.. and the migration works correctly except when I try to change foreign key properties
my models (simplified)
```
class Intervents(Mo…
-
Some backends, most notably PostgreSQL, support an upsert operation inside the database backend (i.e. `INSERT ... ON CONFLICT UPDATE ...`). We should explore if we can automatically switch to using th…