[orientdb] Special characters and/or spaces in the database URL

2015-12-21 Thread nadestin
Hello, I am trying to find a way to open plocal database with "non-standard" characters in the database path. For example: Database is located in this folder: Windows: c:\database$\orient\MyDb Linux: /opt/database$/orient/MyDb Another example database path containing space in the name:

[orientdb] Need an example of time series in nodejs

2015-12-21 Thread Eftakhairul Islam
Hi, I already asked this question in Stackoverflow: . You can answer over there also. http://stackoverflow.com/questions/34400605/need-an-example-of-orientdb-time-series-in-nodejs -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To

[orientdb] Re: Spring Data for OrientDB

2015-12-21 Thread socialsandy80
Hi All, Any update on Spring Data project for Orient DB. I see last update was on Dec-2014 after that there were no changes. Do we have any production ready build for Spring data that support orientDB if not, anytime line or plan to roll out? Thanks On Saturday, 3 January 2015 03:08:36

Re: [orientdb] Problem with Prepared Statements and named parameters

2015-12-21 Thread Luigi Dell'Aquila
Hi Erik, please, make sure you have the "strictSql" flag enabled (Studio -> db -> configuration -> bottom of the page) Thanks Luigi 2015-12-20 11:32 GMT+01:00 Erik Pragt : > Hello Lvc, > > Are you sure this is fixed? I'm using OrientDB 2.1.5 and I'm still running > into

[orientdb] Re: Some questions about cache of graph, especially tx graph

2015-12-21 Thread Bob
I almost confirmed, that the cache behaves quite strange. Though maybe I need more time to observe the status. So the question changed. *If the graph is the interface of database, then it should admit the promise -- READ_COMMITED.* Any query should return the committed data, no matter it is

Re: [orientdb] Re: Some questions about cache of graph, especially tx graph

2015-12-21 Thread Bob
Not now. I will create one and post reply once I done. On Monday, December 21, 2015 at 6:10:29 PM UTC+8, Andrey Lomakin wrote: > > Hi Bob, > > I agree with you, but do you have any isolated test to confirm your doubts > about issue in transaction isolation, or any way for us to reproduce given

Re: [orientdb] Re: Some questions about cache of graph, especially tx graph

2015-12-21 Thread Andrey Lomakin
Hi Bob, I agree with you, but do you have any isolated test to confirm your doubts about issue in transaction isolation, or any way for us to reproduce given issue ? On Mon, Dec 21, 2015 at 12:01 PM Bob wrote: > I almost confirmed, that the cache behaves quite strange.

Re: [orientdb] Re: [Announcement] OrientDB v2.1.7 - We speeded up edge creation!

2015-12-21 Thread Andrey Lomakin
Hi, I think we may fix given issue of you , is it possible for you to run your benchmark from scratch on distribution which we will sent you ? On Sun, Dec 20, 2015 at 10:34 PM nightrise wrote: > Yes Luca, as I said in my previous post, I went back to 2.1.1 as I'd > rather

Re: [orientdb] Re: Some questions about cache of graph, especially tx graph

2015-12-21 Thread Andrey Lomakin
Sure, Let us know by creating of issue, we will inspect provided code and if issue exists, we will fix it. On Mon, Dec 21, 2015 at 12:14 PM Bob wrote: > Not now. I will create one and post reply once I done. > > > On Monday, December 21, 2015 at 6:10:29 PM UTC+8, Andrey

[orientdb] Re: Special characters and/or spaces in the database URL

2015-12-21 Thread Luca Son
Hi, if you want to open the databases that contain special characters in their path you have to use the quotes in the piece of path where you used them. For example (I used your indication): connect plocal:C:/"database$"/orient/MyDb admin admin It also works with spaces: connect

Re: [orientdb] Re: [Announcement] OrientDB v2.1.7 - We speeded up edge creation!

2015-12-21 Thread nightrise
Hi Andrey, I haven't yet setup distributed mode, but I can certainly try if you have a fix! What would you like me to do? On Monday, December 21, 2015 at 5:12:13 AM UTC-5, Andrey Lomakin wrote: > > Hi, > I think we may fix given issue of you , is it possible for you to run your > benchmark