AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
6.97k stars 649 forks source link

OrientDB SQLs for compatibility test #194

Open wuxianliang opened 9 years ago

wuxianliang commented 9 years ago

Thank you for your helps!

agershun commented 9 years ago

@wuxianliang Do you know, are there any available OrientDB SQL tests?

wuxianliang commented 9 years ago

I have write a post in OrientDB Google Group. This issue is for community's helps. The post is about OrientDB SQL tests and need to be approved to appear.

wuxianliang commented 9 years ago

In my understanding, OrientDB SQL tests mean concrete OrientDB SQL statements. Right? @lvca @luigidellaquila

agershun commented 9 years ago

Yes. The real samples make the development easier, because you know will be in result

Отправлено с iPhone

17 мая 2015 г., в 12:21, Xianliang Wu notifications@github.com написал(а):

In my understanding, OrientDB SQL tests mean concrete OrientDB SQL statements. Right? @lvca @luigidellaquila

— Reply to this email directly or view it on GitHub.

luigidellaquila commented 9 years ago

Hi @wuxianliang

I don't know exactly what kind of tests you are thinking about, if you need practical examples you can start from something like this

http://pizzaconnections.net/2015/03/27/148/

if you need real test cases, there are a bunch of them here ;-)

https://github.com/orientechnologies/orientdb/tree/master/core/src/test/java/com/orientechnologies/orient/core/sql

Luigi

agershun commented 9 years ago

@luigidellaquila Thank you very much, this is exactly what we need!

I would be happy to talk to you sometime on the next week, when we will have first results.

luigidellaquila commented 9 years ago

@agershun I'll be happy to talk to you, let me know when you have something

Luigi

mathiasrw commented 9 years ago

Did @luigidellaquila and @agershun ever had a chat?

Any news on this case?