Merge pull request #1231 from D-storm/sql_views
fix: sql export views as tables getting ignored
This commit is contained in:
commit
1b56db7daf
@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4457 SQL tab - Insert queries not showing affected row count
|
||||
- bug Missing warning about existing account, on multi-server config
|
||||
- bug #4435 WHERE clause can be undefined
|
||||
- bug SQL export views as tables option getting ignored
|
||||
|
||||
4.2.3.0 (2014-06-08)
|
||||
- bug #4423 Moving fields not working
|
||||
|
||||
@ -126,6 +126,7 @@ if (!defined('TESTSUITE')) {
|
||||
'sql_hex_for_binary',
|
||||
'sql_utc_time',
|
||||
'sql_drop_database',
|
||||
'sql_views_as_tables',
|
||||
'csv_separator',
|
||||
'csv_enclosed',
|
||||
'csv_escaped',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user