Skip to content

Commit a7725b5

Browse files
committed
- Fixes falsy values displayed as NULL (#196).
- 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
1 parent 67149e0 commit a7725b5

File tree

251 files changed

+440
-439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+440
-439
lines changed

.php_cs.cache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "huasofoundries/phppgadmin6",
3-
"version": "6.0.0-beta.45",
3+
"version": "6.0.0-beta.46",
44
"description": "Like phpmyadmin but for postgres",
55
"type": "project",
66
"license": "MIT",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/classes/ADONewConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.45
4+
* PHPPgAdmin v6.0.0-beta.46
55
*/
66

77
namespace PHPPgAdmin;

src/classes/ADORecordSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.45
4+
* PHPPgAdmin v6.0.0-beta.46
55
*/
66

77
namespace PHPPgAdmin;

src/classes/ADOdbException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.45
4+
* PHPPgAdmin v6.0.0-beta.46
55
*/
66

77
namespace PHPPgAdmin;

src/classes/ArrayRecordSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.45
4+
* PHPPgAdmin v6.0.0-beta.46
55
*/
66

77
namespace PHPPgAdmin;

src/classes/ContainerUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.45
4+
* PHPPgAdmin v6.0.0-beta.46
55
*/
66

77
namespace PHPPgAdmin;

src/classes/Misc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.45
4+
* PHPPgAdmin v6.0.0-beta.46
55
*/
66

77
namespace PHPPgAdmin;

src/classes/PluginManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.45
4+
* PHPPgAdmin v6.0.0-beta.46
55
*/
66

77
namespace PHPPgAdmin;

0 commit comments

Comments
 (0)