Results 8 comments of Brianoh

I'm using "SELECT LASTVAL()" which appears to work OK, and alternatively a query using eg. " RETURNING iKey" appears to work OK.

Do you need it? I'm using eg. "sname varchar(22) not null"

Hi, I've written a Class for handling decimal in Dart which I have used in a number of programs. I will probably release it some time when I know Dart...

I'm writing some applications using Dart and Go, mainly testing. I need to evaluate databases as part of that. Both Dart and Go are gr8 to work with IMO. I'm...

I agree with most of what you say. However, I cannot see that decimal on JS would be an insurmountable problem. I'm no expert however. I presume that "they" would...

Thanks for the feedback. It was SqlJocky (MySql) where the List returned by a select needed String Interpolation to convert decimal (double) to String. Having a re-think, as I see...

I've done more testing, and thought that I would add an update on it. At this stage, I haven't found any issues. The driver appears to be extremely fast. I...

Thanks, I'll check that out. B On Thu, Oct 24, 2013 at 7:19 AM, kud1ing [email protected] wrote: > I think the only example-like code there is right now, are the...