2
0
Эх сурвалжийг харах

- sql:// changed to mysql:// in all modules

Jan Janak 22 жил өмнө
parent
commit
d357fdbcfa

+ 1 - 1
modules/db_postgres/dbase.c

@@ -115,7 +115,7 @@ static int connect_db(db_con_t* _h, const char* _db_url)
 
 
 	/*
 	/*
 	** get the connection parameters parsed from the db_url string
 	** get the connection parameters parsed from the db_url string
-	** it looks like: sql://username:userpass@dbhost:dbport/dbname
+	** it looks like: postgres://username:userpass@dbhost:dbport/dbname
 	** username/userpass : name and password for the database
 	** username/userpass : name and password for the database
 	** dbhost :            the host name or ip address hosting the database
 	** dbhost :            the host name or ip address hosting the database
 	** dbport :            the port to connect to database on
 	** dbport :            the port to connect to database on