photoprism/pkg/dsn
2026-05-20 23:51:26 +10:00
..
dialect.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
driver.go dsn: ensure postgres uses URI format by conversion of key value DSN's to URI format via ToString and Parse. If a key value pair is passed in via individual parameters it will still work. 2026-05-18 23:02:45 +10:00
driver_test.go dsn: ensure postgres uses URI format by conversion of key value DSN's to URI format via ToString and Parse. If a key value pair is passed in via individual parameters it will still work. 2026-05-18 23:02:45 +10:00
dsn.go dsn: ensure postgres uses URI format by conversion of key value DSN's to URI format via ToString and Parse. If a key value pair is passed in via individual parameters it will still work. 2026-05-18 23:02:45 +10:00
dsn_test.go dsn: ensure postgres uses URI format by conversion of key value DSN's to URI format via ToString and Parse. If a key value pair is passed in via individual parameters it will still work. 2026-05-18 23:02:45 +10:00
mask.go Config: Move database DSN-related functionality to "pkg/dsn" #47 #5285 2025-11-03 13:40:34 +01:00
mask_test.go Lint: Resolve gosec findings and add embedding dist benchmark 2026-03-03 17:17:49 +01:00
parse.go Config: Move database DSN-related functionality to "pkg/dsn" #47 #5285 2025-11-03 13:40:34 +01:00
parse_test.go dsn: ensure postgres uses URI format by conversion of key value DSN's to URI format via ToString and Parse. If a key value pair is passed in via individual parameters it will still work. 2026-05-18 23:02:45 +10:00
testdsnmapping.go Dsn: utilise environment for default port numbers for testing 2026-05-20 23:51:26 +10:00
testdsnmapping_test.go dsn: refactor PhotoPrismTestToDriverDsn to PhotoPrismTestToDriverDSN 2025-10-22 12:05:52 +10:00
values.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00