Angle
Angle
Application crash if it finds a "bad" file ``` [INFO] Run importError: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'disc' at row 1 #0 /usr/share/nginx/sonerezh/lib/Cake/Model/Datasource/DboSource.php(461): PDOStatement->execute(Array)...
Actually it's not possible to filter the same property, if we use the actual api only the last filter is used. For example : ```console http://localhost:8080/api/items?filterByOr[code][ct]=A&filterByOr[code][ct]=B ``` this will only...
Hi, Could it be possible to have a percentage meter of the actual size of the volume in the volume list, like that we could directly see when a volume...
I would like to know how can i autoexpand all/some navigation properties of my models when i POST/PUT an entity. I manage to make it work on GET actions but...
Hello, i've got an issue or i really don't understand something. I would like to have 2 different controller's actions returning the **same type**. in one : ``` [HttpGet("{key}")] public...
This is a naive pr to try to solve #2679 all tests pass (but the one that was already failing before my change) i would gladly add a test to...
### Steps to reproduce Run the custom project to see it crashing [PomeloBugJsonExtract.zip](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/files/14668199/PomeloBugJsonExtract.zip) ### The issue In some places, in the code, `JSON_EXTRACT` is used for getting value of a...
Hi, i would like to add the support of the html syntax to your package (it seems possible with blade) the idea would be to use it like that (because...
Hi, after a pull of the latest image on a working config, i've got this exception : ``` [2021-08-02 14:01:03 +0000] [372] [INFO] Starting gunicorn 20.0.4 [2021-08-02 14:01:03 +0000] [372]...
**Context** ```php class Person { #[LodataRelationship] public function link() { return $this->belongsTo(Link::class, 'link_id', 'id' ); } #[LodataRelationship] public function tags(){ return $this->belongsToMany(Tag::class); } } class Tag { } class Link...