Commit Graph

3 Commits

Author SHA1 Message Date
Claude Bot
a62c00f04b Fix PostgreSQL integer casting assertions
Replace @intCast with @truncate in PostgreSQL code to handle cases
where integer values may not fit in the target type, preventing
assertion failures during database operations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 09:49:49 +00:00
pfg
83760fc446 Sort imports in all files (#21119)
Co-authored-by: taylor.fish <contact@taylor.fish>
2025-07-21 13:26:47 -07:00
Ciro Spaciari
aa06455987 refactor(postgres) improve postgres code base (#20808)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
2025-07-07 18:41:01 -07:00