-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.3.0 published #54
Comments
I'm already using the 0.3.0 version from github since some days. Everything seems to work fine. Btw. the readme still needs an update, especially the pooling part (take a look at the import comment at the beginning of the example) |
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 web editor, and send a pull request. I also updated the bit about type mappings. Cheers. |
Sorry, I was busy. The new implementation looks great. Here is a few issues (It is a quick test. I might be wrong):
|
Good timing. I've been away, and have just turned on my computer for the first time this year. Thanks for the feedback. |
|
I set it to 200, but # of connections allowed depends only on minConnections. For instance, if 10-200, it stops at 10, and 15-200 stops at 15. It got no problem in the previous version.
|
Sure. I will look into it. The error message you've quoted is what the database returns when Btw in postgresql it is typical to only use ~2*cores number of connections On Wed, Jan 21, 2015 at 5:24 PM, Tom Yeh [email protected] wrote:
|
Regarding the pool issue, I created a new ticket #58. |
Thanks. |
I think, that task should be closed, shouldn't it? |
https://pub.dartlang.org/packages/postgresql
@tomyeh @pisabev @Fox32
Let me know if you have any issues.
Change log:
A new connection pool with more configuration options.
Support for json and timestamptz types.
Utc time zone support.
User customisable type conversions.
Improved error handling.
Connection.onClosed has been removed.
Some api has been renamed, the original names are still functional but marked as deprecated.
Pool.destroy() => Pool.stop()
The constants were upper case and int type. Now typed and lower camel case to match the style guide.
Connection.unhandled => Connection.messages
Connection.transactionStatus => Connection.transactionState
The text was updated successfully, but these errors were encountered: