Greg Lowe

Results 48 comments of Greg Lowe

One of the big blockers on Decimal on Dart is Integer behaviour when compiled to js. There is talk about making arbitrary precision integers work the same as on the...

Decimal in dart2js is definitely not insurmountable, it's just if they do it now, then once arbitrary precision integers land, they'll have to throw the code away and start again....

I think it will take a bit of experience using the existing database libraries to figure out what the best interface for such a framework is. Dart is different than...

"The driver appears to be extremely fast" Probably because it doesn't do much ;) However, I'm pretty sure it will be slow for big result sets. I have some ideas...

Cool thanks for pointing that out. Next time feel free to open an issue if you see something, or for the readme you can just edit it via the github...

Good timing. I've been away, and have just turned on my computer for the first time this year. Thanks for the feedback.

@tomyeh 1) Good catch - I need to add single quotes around the number. #57 2) What is your max_connection set to in postgresql.conf? It sounds like you're hitting that...

Sure. I will look into it. The error message you've quoted is what the database returns when max_connections is exhausted. Btw in postgresql it is typical to only use ~2*cores...

Regarding the pool issue, I created a new ticket #58.

It's possible but not publicly exposed. You can import: mustache/lib/src/parser.dart and then call parse() which returns `List`.