Closed nkreipke closed 9 years ago
Greetings once again!
This one deals with using the Append function with existing arrays:
Append
int[] values = new[] { 1, 2, 3, 4 }; conn.Run(query.Update(t => t.SomeNumbers.Append(values)));
Before the change, the driver always expected a NewArrayInit expression inside of calls to Append.
Kind regards, Nico
Greetings once again!
This one deals with using the
Append
function with existing arrays:Before the change, the driver always expected a NewArrayInit expression inside of calls to Append.
Kind regards, Nico