You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* EntityReflection: přidána možnost přizpůsobit údaje poskytované reflexí pomocí `IEntityReflectionProvider` ([#141](https://github.com/Tharos/LeanMapper/pull/141))
9
+
10
+
* SQLite3 - volání `$entity->removeFromX()` způsobilo chybu, pokud nebylo SQLite zkompilováno s volbou `SQLITE_ENABLE_UPDATE_DELETE_LIMIT` ([#143](https://github.com/Tharos/LeanMapper/pull/143))
11
+
12
+
* Result: `addToReferencing` ignoruje duplucitní hodnoty ([#143](https://github.com/Tharos/LeanMapper/pull/143))
13
+
14
+
* Result: vytvoření instance pomocí `new self` změněno na `new static` ([#140](https://github.com/Tharos/LeanMapper/pull/140))
15
+
8
16
* Přidána podpora pro implicitní passThru ([#137](https://github.com/Tharos/LeanMapper/pull/137))
9
17
10
18
* EntityReflection: vylepšen výkon ([#132](https://github.com/Tharos/LeanMapper/pull/132))
0 commit comments