1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Subject: Man spelling correction
From: Al Nikolov <clown@debian.org>
--- a/lib/DBIx/Class/HTMLWidget.pm
+++ b/lib/DBIx/Class/HTMLWidget.pm
@@ -183,8 +183,8 @@
=head3 ERROR: null value in column "private" violates not-null constraint
-This is a result of we trying to set a value to undef that should not be. This is typicaly
-a problem when you have a colum such ass "private boolean not null". We have a special-case
+This is a result of we trying to set a value to undef that should not be. This is typically
+a problem when you have a column such ass "private boolean not null". We have a special-case
for this, and if you set data_type => boolean, is_nullable => 0 in your ResultSource definition,
we update the value to 0 before attempting to insert or update
|