uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.84k stars 231 forks source link

Follow-up #926 #1058

Closed bevzzz closed 2 weeks ago

bevzzz commented 2 weeks ago

This PR is a follow-up with some changes I overlooked in #926:

Looks like we can now remove (Dialect) DefaultSchema()

While every dialect is able to set its own default schema internally, AutoMigrator needs to pass a set this for BunModelInspector explicitly.