Skip to content

Commit f9deac2

Browse files
committed
fix: add properties configured by DSN
1 parent 186b7ef commit f9deac2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

system/Database/Postgre/Connection.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ class Connection extends BaseConnection
4242
*/
4343
public $escapeChar = '"';
4444

45+
protected $connect_timeout;
46+
protected $options;
47+
protected $sslmode;
48+
protected $service;
49+
4550
/**
4651
* Connect to the database.
4752
*

0 commit comments

Comments
 (0)