Hi Greg,latest qSharp release provides a convenience enhancement, which
allows to seamlessly serialize char[][] to q general list of strings.
Maciej LachM.Lach@devnet.deexxeleron | a brand of DEVnetOn Saturday,
March 21, 2015 at 10:20:18 AM UTC+1, Gr...
Let's define a table with compound primary
key:ktc:([lname:`Dent`Beeblebrox`Prefect; fname:`Arthur`Zaphod`Ford];
iq:98 42 126)A details table with a foreign key enumeration over
ktc:tdetails:([] name:`ktc$(`Dent`Arthur;`Prefect`Ford;`Dent`Arthur);
sc...
Here is an example of bulk insert via the qSharp
interface:q.Sync("insert", "sp", new object[] { new string[] { "s1",
"s1" }, new string[] { "p1", "p2" }, new int[] { 456, 333 } });and
c.cs:c.k("insert", "sp", new object[] { new string[] { "s1", "s1"...