Hi, When I attempt to insert a record and omit a value for a column defined as NOT NULL, H2 throws an SQLException with SQLState == 90006.
Instead of defining a proprietary SQLState, shouldn't it reuse 23502 which is defined as "An insert or update value is null, but the column cannot contain null values"? Thanks, Gili -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
