[Solved] Add row_format to table options for Doctrine

0 votes
asked Mar 21, 2015 in Solved by alexndlm (400 points)
recategorized Mar 23, 2015 by ludek.vodicka
commented Mar 21, 2015 by ludek.vodicka Skipper developer (140,450 points)

Can you please send us some link to documentation where this option is available?

In the meanwhile you can extend this option by yourself by editing doctrine.cfg.xml file

commented Mar 23, 2015 by alexndlm (400 points)

There is not documentation about options parameter.
I am found this option for MySQL in file https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php on line 502.

Thanks for the advice. Everything works.

commented Mar 23, 2015 by ludek.vodicka Skipper developer (140,450 points)

Thanks for link. "row_format" was added to configuration file and it will be available in next release.

commented Mar 23, 2015 by alexndlm (400 points)

Thank you!

1 Answer

0 votes
answered Mar 30, 2015 by ludek.vodicka Skipper developer (140,450 points)
...