database
database copied to clipboard
* Fixed an error in converting foreign key values to integers
- bug fix? yes
- new feature? no
- BC break? yes/no
- doc PR: nette/docs#???
An issue of auto-convert of row values used as foreign keys to integers (by PHP). The values were used in cacheKeys as array keys, so they got converted by PHP. It is clearly wrong. This request changes the storage of row values to array values.
It seems that it breaks tests.
ping @dohnal