4 Commits

Author SHA1 Message Date
end 63187ee905 fix: harden module lifecycle and debug log setup
Export CurrentDialect(), return setup errors when debug logger is not
registered, and guard DestName logging when the module is uninitialized.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 17:50:31 -07:00
end 14686a83cb move utilities out of db-specific packages
DestName & NormalCols now live in root dbx package utilizing union
interfaces. SoftDelete helper has been dropped.
2026-01-28 11:57:50 -08:00
end 6ab100cc46 upgrade to go 1.25 & port helpers
Removed ExprID and ExprEnum in favour of generics.
2026-01-28 11:22:06 -08:00
end 32567471e1 refactor with improved developer ux in mind
- Most functions now live directly in the dbx package
- dbxp and dbxm are now ONLY the few functions that cannot be shared
2025-06-12 17:44:44 -07:00