<div dir="ltr">Hi Dan,<div><br></div><div>MariaDB (5.2.0+) supports virtual columns and the syntax is </div><div><type>  [GENERATED ALWAYS]  AS   ( <expression> ) [VIRTUAL | PERSISTENT]  [UNIQUE] [UNIQUE KEY] [COMMENT <text>]</div><div><br></div><div>While implementing [1], to add parser support for virtual columns, I tried to model this syntax using $FIELD_OPTIONS [2]. Even though I am able to retrieve the expression this way, all the brackets and spaces of the expression are gone. As I understand, this due to the tokenization. </div><div><br></div><div>Do you have any suggestion for an alternative approach?</div><div><br></div><div>[1] <a href="https://sourceforge.net/p/phpmyadmin/feature-requests/1517/">https://sourceforge.net/p/phpmyadmin/feature-requests/1517/</a></div><div>[2] <a href="https://github.com/madhuracj/phpmyadmin/commit/b287aae9d56c4ae15d850b47a5f76d49f4f155ba">https://github.com/madhuracj/phpmyadmin/commit/b287aae9d56c4ae15d850b47a5f76d49f4f155ba</a><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Thanks and Regards,<div><br></div><div>Madhura Jayaratne<br><div><br></div></div></div>
</div></div>