summaryrefslogtreecommitdiff
path: root/vendor/github.com/uptrace/bun/schema/field.go
AgeCommit message (Collapse)AuthorFiles
2025-03-10[chore] remove vendorLibravatar Terin Stock1
2024-04-15[chore] bump bun library versions (#2837)Libravatar kim1
2023-09-11[chore] bump bun v1.1.14 -> v1.1.15 (#2195)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
* upstep bun and sqlite versions * allow specific columns to be updated in the db * only update necessary columns for user * bit tidier * only update necessary fields of media_attachment * only update relevant instance fields * update tests * update only specific account columns * use bool pointers on gtsmodels includes attachment, status, account, user * update columns more selectively * test all default fields on new account insert * updating remaining bools on gtsmodels * initialize pointer fields when extracting AP emoji * copy bools properly * add copyBoolPtr convenience function + test it * initialize false bool ptrs a bit more neatly
2022-04-24[chore] Update bun and sqlite dependencies (#478)Libravatar tobi1
* update bun + sqlite versions * step bun to v1.1.3
2021-09-23upstep bun version (#243)Libravatar tobi1
2021-08-25Pg to bun (#148)Libravatar tobi1
* start moving to bun * changing more stuff * more * and yet more * tests passing * seems stable now * more big changes * small fix * little fixes