Hi, since this bundle use an Entity definition and not MappedSuperclass, launching schema-update command will insert the details table in mysql.
But there is a big mistake on this table, xhprof called a column get which is a reserved words on mysql 5.6.
I'm not sure if there is solution planified at this moment from xhprof team but we could transform the entity as mapped superclass to avoid automatic creation of this one even if we don't care about.
User'll have to create an Entity which extends the superclass to benefits of details table (if he's on mysql < 5.6).
I can make a PR if you're ok.
@gissues:{"order":50,"status":"notstarted"}
Hi, since this bundle use an Entity definition and not MappedSuperclass, launching
schema-update
command will insert thedetails
table in mysql.But there is a big mistake on this table, xhprof called a column
get
which is a reserved words on mysql 5.6.I'm not sure if there is solution planified at this moment from xhprof team but we could transform the entity as mapped superclass to avoid automatic creation of this one even if we don't care about.
User'll have to create an Entity which extends the superclass to benefits of
details
table (if he's on mysql < 5.6).I can make a PR if you're ok. @gissues:{"order":50,"status":"notstarted"}