ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

Add error handling for missing NOT NULL fields without defaults #134

Closed jongleb closed 1 month ago

jongleb commented 4 months ago

This PR updates the code to throw an error during insert operations if NOT NULL fields without default values are missing.