Range-diff rd-177
- title
- refactor: remove unused db methods
- description
-
Patch equal - old #1
fdc255e- new #1
fdc255e
- title
- chore: add tests for postgres db impl
- description
-
Patch equal - old #2
3f855f6- new #2
3f855f6
- title
- refactor: use sqlx interface
- description
-
Patch equal - old #3
7cd29a6- new #3
7cd29a6
- title
- chore: add db tags
- description
-
Patch equal - old #4
acd449e- new #4
acd449e
- title
- refactor: use sqlx
- description
-
Patch equal - old #5
f6ed0d7- new #5
f6ed0d7
- title
- refactor: replace custom sql functions with sqlx
- description
-
Patch equal - old #6
29035c6- new #6
29035c6
- title
- refactor: inline all sql queries
- description
-
Patch equal - old #7
d4ea6d9- new #7
d4ea6d9
- title
- refactor: use `select * from` where possible
- description
-
Patch added - old #0
(none)- new #8
4bd37ed
1: fdc255e = 1: fdc255e refactor: remove unused db methods
2: 3f855f6 = 2: 3f855f6 chore: add tests for postgres db impl
3: 7cd29a6 = 3: 7cd29a6 refactor: use sqlx interface
4: acd449e = 4: acd449e chore: add db tags
5: f6ed0d7 = 5: f6ed0d7 refactor: use sqlx
6: 29035c6 = 6: 29035c6 refactor: replace custom sql functions with sqlx
7: d4ea6d9 = 7: d4ea6d9 refactor: inline all sql queries
-: ------- > 8: 4bd37ed refactor: use `select * from` where possible