Commit Graph

6 Commits (31bb9f3247388b993c61a10190cfd512408ce57e)

Author SHA1 Message Date
sdvcrx 80d48621cd
Fix incorrect PostgreSQL connection string for Unix sockets ()
Fix 
wxiaoguang e75e9a0e7e
Fix panic when parsing empty pgsql host ()
Regression of 
Fix 
wxiaoguang 17d246cdcc
Fix incorrect pgsql conn builder behavior ()
Fix  and fix the tests
Moritz Poldrack 9b6e77c489
refactor postgres connection string building ()
This patchset changes the connection string builder to use net.URL and
the host/port parser to use the stdlib function for splitting host from
port. It also adds a footnote about a potentially required portnumber
for postgres UNIX sockets.

Fixes: 
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files ()
Change all license headers to comply with REUSE specification.

Fix 

Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Lunny Xiao f83db078f0 Move database settings from models to setting ()
* move database settings from models to setting

* update docs

* fix checkout pr

* fix tests

* fix lint

* remove unsupported tidb options

* correct wrong variable name

* remove tidb totally