Recent Commits to rows:develop

  • 08/08/2026 10:52

    Apply schema constraints in PostgreSQL

    Apply schema constraints in PostgreSQL
    
    PostgreSQL tables now use NOT NULL and NUMERIC precision and scale when the schema metadata declares them. Invalid decimal metadata fails before the table is created.
  • 08/08/2026 10:52

    Use schema subtypes in PostgreSQL

    Use schema subtypes in PostgreSQL
    
    Schema CSV files now preserve optional field metadata when loaded. PostgreSQL imports use generated integer and text subtypes while schemas without metadata retain the previous mapping.

Log in