[orientdb] Re: doc outdated: ODatabaseDocumentPool is deprecated

2017-09-10 Thread Oleksandr Gubchenko
You can edit the docs, thanks! Il giorno domenica 10 settembre 2017 20:58:23 UTC+2, ad...@cs.miami.edu ha scritto: > > The docs state: > > ODatabaseDocumentTx db = ODatabaseDocumentPool.global() >> .acquire("remote:localhost/petshop", >> "admin", "admin_passwd"); >> >> at

Re: [orientdb] Re: error in documentation? OSQLQuery is abstract

2017-09-10 Thread Luigi Dell'Aquila
Hi Adam, Thank you very much, you have many ways to report problems on the docs - provide a pull request on the docs repo https://github.com/orientechnologies/orientdb-docs/ (this is in absolute the best you can do!) - open an issue on the central issue tracker

[orientdb] doc outdated: ODatabaseDocumentPool is deprecated

2017-09-10 Thread adam
The docs state: ODatabaseDocumentTx db = ODatabaseDocumentPool.global() > .acquire("remote:localhost/petshop", > "admin", "admin_passwd"); > > at http://orientdb.com/docs/last/Document-API-Database.html I suggest the following instead OPartitionedDatabasePool pool = new