1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 11:34:10 +02:00

Fix MongoDB connect 'Database does not support password.' tips

Add MongoDB Drivers func ping.
This commit is contained in:
ImDong
2020-11-24 20:34:48 +08:00
committed by Jakub Vrana
parent 5c2f74136c
commit 318cece1bd
2 changed files with 8 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ PostgreSQL 10: Support partitioned tables (PR #396)
PostgreSQL 11: Create PRIMARY KEY for auto increment columns
SQLite: Set busy_timeout to 500
MS SQL: Don't truncate comments to 30 chars (PR #376)
MongoDB: Fix password-less check in the mongo extension (PR #405)
Editor: Cast to string when searching (bug #325)
Re-enable PHP warnings (regression from 4.7.8)