Hi,
@Nisarg, since commit 3fcd07ac19b1a047d159794750d6cf0350f1f3a2, in
libraries/config/FormDisplay.class.php:425, a HTML return is unused.
Before, the return was echoed. But now it is lost.
Can you have a look about this please?
Thanks,
H.
Hello devs,
Recently I was working on refactor the PMA_Table class. I moved the table
cache (PMA_Table::_cache) to DatabaseInterface, and then add some functions
for manipulating the cache. Unfortunately, the test failed:
1) PMA_ExportSql_Test::testGetTableDefWithoutDrizzle
Expectation failed for method name is equal to <string:query> when invoked
at sequence index 5.
Mocked method does not exist.
I have no idea on this problem, could you help me out?
Best regards,
Jason
Thanks to the nice improvements done by Smita, the error reporting
server is now blazingly fast.
Can we have the line number where the error occurred in reports about
PHP errors?
--
Marc Delisle | phpMyAdmin
Hi Dan,
MariaDB (5.2.0+) supports virtual columns and the syntax is
<type> [GENERATED ALWAYS] AS ( <expression> ) [VIRTUAL | PERSISTENT]
[UNIQUE] [UNIQUE KEY] [COMMENT <text>]
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.
Do you have any suggestion for an alternative approach?
[1] https://sourceforge.net/p/phpmyadmin/feature-requests/1517/
[2]
https://github.com/madhuracj/phpmyadmin/commit/b287aae9d56c4ae15d850b47a5f7…
--
Thanks and Regards,
Madhura Jayaratne