You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: PostgreSQL compatibility for singleton tables
Add boolean_true_literal adapter property to generate correct
DEFAULT value for the hidden _singleton attribute:
- MySQL: DEFAULT 1 (bool maps to tinyint)
- PostgreSQL: DEFAULT TRUE (native boolean)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments