[Ur] Length mismatch in INSERT field specification

Yves Cloutier yves.cloutier at gmail.com
Thu Apr 7 16:55:46 EDT 2016


Thanks so much Adam.  I was was basing my code on the example in Fig. 1 A
simple chat-room application which had a ; ending the dml function call:

fun say r =
dml (INSERT INTO message (Room,When,Text)
VALUES ({[id]},CURRENT_TIMESTAMP, {[r.Text]}));

Is there a difference between them which justifies adding a ; in one case,
but not the other?

thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.impredicative.com/pipermail/ur/attachments/20160407/9bd88467/attachment.html>


More information about the Ur mailing list