Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Standardize database queries, use bun.Ident() properly #886

Merged
merged 29 commits into from
Oct 8, 2022

Conversation

tsmethurst
Copy link
Contributor

  • Use bun.Ident() appropriately to fix postgres issues.
  • Prefer using id to WherePK() (which sometimes doesn't work as expected on postgres).
  • Fix session db select.
  • Add delete account function.
  • Use TableExpr where possible to avoid instantiating pointers to empty structs.
  • Add more tests.

@tsmethurst tsmethurst merged commit aa07750 into main Oct 8, 2022
@tsmethurst tsmethurst deleted the bun_ident_fixes branch October 8, 2022 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant