<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Aug 13, 2014, at 15:56, jda <<a href="mailto:jda@his.com">jda@his.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span style="color: rgb(61, 60, 64); font-family: Lato, sans-serif; font-size: 15px; line-height: 22px; background-color: rgb(255, 255, 255);">Hi,</span><div><span style="color: rgb(61, 60, 64); font-family: Lato, sans-serif; font-size: 15px; line-height: 22px; background-color: rgb(255, 255, 255);"><br></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#3d3c40" face="Lato, sans-serif"><span style="font-size: 15px; line-height: 22px;">I’m using this code to add a TEXT field to an existing table</span></font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#3d3c40" face="Lato, sans-serif"><span style="font-size: 15px; line-height: 22px;"><br></span></font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#3d3c40" face="Lato, sans-serif"><span style="font-size: 15px; line-height: 22px;">     ALTER TABLE table1 ADD newField text DEFAULT '' NOT NULL</span></font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#3d3c40" face="Lato, sans-serif"><span style="font-size: 15px; line-height: 22px;"><br></span></font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#3d3c40" face="Lato, sans-serif"><span style="font-size: 15px; line-height: 22px;">However, the field that is edited is nullable. How do I add a non-nullable field?</span></font></span></div><div><span style="background-color: rgb(255, 255, 255);"><font color="#3d3c40" face="Lato, sans-serif"><span style="font-size: 15px; line-height: 22px;"><br></span></font></span></div></div></blockquote></div><div><br></div>For now any Valentina's TEXT field is nullable. You can not make it not-null (your "not null" was ignored.).<div>We just thought it is no reason to have not-nullable text/blob/picture fields. Internally, empty data takes one blob-segment but null-data takes zero segments. On the other hand "not null" is sort of constraint which can be required by your business logic. Probably we have to allow not-nullable BLOBs...</div><div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">-- <br>Best regards,<br>Ivan Smahin<br>Senior Software Engineer<br>Paradigma Software, Inc<br>Valentina - The Ultra-Fast Database<br><a href="http://www.valentina-db.com/">http://www.valentina-db.com</a></span>

</div>
<br></div><br><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><div>-- <br>Best regards,<br>Ivan Smahin<br>Senior Software Engineer<br>Paradigma Software, Inc<br>Valentina - The Ultra-Fast Database<br><a href="http://www.valentina-db.com/">http://www.valentina-db.com</a></div></span>

</div>
<br></body></html>