This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Commit b542dc1
committed
common, cypress: Change our PG library to jackc/pgx/v5
We've been using v3 so far, which was working well,
however its not supported by golang-migrate.
Initial impression of this new version is that it seems
needlessly complex. Although there's some documentation,
there doesn't seem to be much in the way of useful
examples. There are no upgrade docs (eg "these new
types replace the old ones..."), nor release notes
(not even for major versions), etc. :/
So, this is definitely a "change", rather than an
"upgrade".1 parent 2454233 commit b542dc1
File tree
6 files changed
+368
-378
lines changed- common
- cypress/e2e/1-webui
- docker
6 files changed
+368
-378
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
| 177 | + | |
181 | 178 | | |
182 | 179 | | |
183 | 180 | | |
| |||
186 | 183 | | |
187 | 184 | | |
188 | 185 | | |
189 | | - | |
| 186 | + | |
190 | 187 | | |
191 | | - | |
| 188 | + | |
192 | 189 | | |
193 | 190 | | |
194 | | - | |
195 | | - | |
196 | 191 | | |
197 | 192 | | |
198 | 193 | | |
| |||
0 commit comments