-
### Description (*)
This table `eav_attribute_label` has an index defined in `db_schema.xml`
```
```
I work on fast database import scripts and tried to a…
-
### Description
API KEY can be use for purpose Authentication, to do that API KEY need require to unique for all Consumer
-
### Component(s)
processor/schema
### Is your feature request related to a problem? Please describe.
The Schema Processor doesn't yet ensure Resources are unique when processing `resource` and `all…
-
![image.png](https://raw.githubusercontent.com/ItsMeNengYi/pe/main/files/582c7f70-4a8f-4f5d-b45d-b19c37873407.png)
![image.png](https://raw.githubusercontent.com/ItsMeNengYi/pe/main/files/147c6b54-e1…
-
Inspired by Doobie's `unique` and `option` queries:
https://github.com/typelevel/doobie/blob/1ad3ad5e195d89becbd4097677f738a0b10aa5df/modules/core/src/main/scala/doobie/util/query.scala#L127-L139
…
-
currently it's possible to enter duplicate data in the admin area. the following items should be unique: cities, countries, courses: on institution_id & course name, faq_questions.name, invite_transl…
-
![Screenshot 2024-11-15 at 5.02.59 PM.png](https://raw.githubusercontent.com/kevin-pek/pe/main/files/cae36c10-dcc9-4d81-9987-e7b0731ce799.png)
The application does not trim whitespace when importing …
-
### Description
Before polars 1.14 when running `rows_by_key(columns, unique=True)` if the resulting resulting row included only a single column the returned value was a scalar.
In 1.15 it's alway…
-
**User Story**
As a user, I want to receive feedback on doing an action (like clicking a menu entry) also for tabs / dialogs that are unique, so that I can see where I have to focus to continue my wor…
-
There is a persistent pattern of doing sort, then unique on arrays of ordinals. Other patters are
sort2 and sort3:
sort3(vec1,vec2,vec3,comparator) sorts all three arrays based on the sort of vec1.…