mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-180: [patch] The SmallIntType does not extend the default Type class #222
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 27, 2009).
Jira issue originally created by user marijn:
The schematool has a check to see if a field is a
stringvalue, this check throws a small error because it passes an object intostrtolowerinstead of astringvalue. The attached patch calls the methodType->getName()to check if the field is a string.@doctrinebot commented on GitHub (Nov 27, 2009):
Comment created by @beberlei:
this shouldnt throw an error, all types have a **toString() method.
@doctrinebot commented on GitHub (Nov 27, 2009):
Comment created by marijn:
You are right, the issue originated from the
SmallIntTypeclass which does not extend theTypeclass. See the attached patch file.@doctrinebot commented on GitHub (Dec 3, 2009):
Comment created by @guilhermeblanco:
Issue fixed!
Thanks for the patch!
@doctrinebot commented on GitHub (Dec 3, 2009):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Dec 13, 2015):
Imported 1 attachments from Jira into https://gist.github.com/71f33ff9d5bf6966067a