Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmenadiel <amenadiel@gmail.com>2018-05-30 03:16:16 +0300
committerAmenadiel <amenadiel@gmail.com>2018-05-30 03:16:16 +0300
commita7725b596311b493f7745d9bd12ac8cde345da8f (patch)
treeb423431031d987328072f79d1fb8c69f0f129025 /src/controllers/ViewpropertiesController.php
parent67149e001b87d2b7530a008c03ddcb641694fc64 (diff)
- Fixes falsy values displayed as NULL (#196).v6.0.0-beta.46
- Sets correct content type headers when exporting schema to screen output - Simplifies roles and privileges methods - When inserting a new row, check the null input for empty fields that allow null values - Avoid passing SQL query in the query string when inspecting a column - Export form has been extracted to a trait to reduce repetition (most of it is common to tables, views and matviews) - Ensure server, database and table request params gets defined on hidden inputs when browsing a table
Diffstat (limited to 'src/controllers/ViewpropertiesController.php')
-rw-r--r--src/controllers/ViewpropertiesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index c65792f2..f7b5d71b 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.45
+ * PHPPgAdmin v6.0.0-beta.46
*/
namespace PHPPgAdmin\Controller;