mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Provide exact error message if postgres connection string missing
This commit is contained in:
parent
d7a4479eb3
commit
a12017c564
2 changed files with 17 additions and 12 deletions
|
@ -29,7 +29,7 @@ class Settings;
|
|||
class Database_PostgreSQL: public Database
|
||||
{
|
||||
public:
|
||||
Database_PostgreSQL(const std::string &connect_string);
|
||||
Database_PostgreSQL(const std::string &connect_string, const char *type);
|
||||
~Database_PostgreSQL();
|
||||
|
||||
void beginSave();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue