Enrico Risa
Enrico Risa
@Ndrou the problem is JavaScript ``` JS var expectedDate = new Date("1200-11-11T00:00:00.000Z"); console.log(expectedDate.getTime()); -24271660800000 ``` Java ``` JAVA DateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); Date d = format.parse("1200-11-11 00:00:00.000"); System.out.println(d.getTime());...
Hi @tiagodavi which is your orientjs configuration? Do you have a script to reproduce it?
hi @creisle i think there is no way. OrientJS uses this api to get the schema ```SQL select from metadata:schema ``` if you execute this you will se that the...
Hi @gprasadg can post here the result set of the query executed from Studio (2)? Which is your data model? does it works if you run directly (1) ? Thanks...
@gprasadg I don't see any recursion in you dataset let me check with function call.
@suyogdilipkale what did you try?
@suyogdilipkale can you share some code? did you try as suggested in SO ?
@gprasadg @suyogdilipkale i'm not able to reproduce, can you help me with a little test case or something like that? Thanks, Enrico
@suyogdilipkale this is the code i tested. https://gist.github.com/maggiolo00/22e7f1001f35a42c42ab941b6b4ef4ac i create a server side function and then invoke it in a select.
@suyogdilipkale can you modify my script in order to reproduce your issue?