loopbackio / loopback-connector-oracle

Connect Loopback to Oracle
http://loopback.io/doc/en/lb3/Oracle-connector.html
Other
28 stars 30 forks source link

Add test case for order by random #126

Closed loay closed 7 years ago

loay commented 7 years ago

Description

Add order by rand () for Oracle connector. tests couldn't be unified in juggler since they are code specific and they work only for 4 connectors.

Related issues

connect to https://github.com/strongloop/loopback/issues/902 To test feature in pr: https://github.com/strongloop/loopback-connector/pull/102 Original PR that cannot be used since the function is completely refactored https://github.com/strongloop/loopback-connector-mysql/pull/62

Checklist