Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* Fixed an error in converting foreign key values to integers #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dohnal
Copy link

@dohnal dohnal commented Jun 17, 2017

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

@dg
Copy link
Member

dg commented Jun 19, 2017

It seems that it breaks tests.

ping @dohnal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants