database icon indicating copy to clipboard operation
database copied to clipboard

* Fixed an error in converting foreign key values to integers

Open dohnal opened this issue 8 years ago • 1 comments

  • 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.

dohnal avatar Jun 17 '17 09:06 dohnal

It seems that it breaks tests.

ping @dohnal

dg avatar Jun 19 '17 14:06 dg