Commit Graph

6 Commits

Author SHA1 Message Date
sdvcrx 80d48621cd
Fix incorrect PostgreSQL connection string for Unix sockets ()
Fix 
2024-01-20 16:04:47 +00:00
wxiaoguang e75e9a0e7e
Fix panic when parsing empty pgsql host ()
Regression of 
Fix 
2024-01-06 17:30:03 +08:00
wxiaoguang 17d246cdcc
Fix incorrect pgsql conn builder behavior ()
Fix  and fix the tests
2023-11-17 02:30:57 +00:00
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: 
2023-11-01 18:00:20 +00:00
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>
2022-11-27 18:20:29 +00:00
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
2019-08-24 11:24:45 +02:00