ravendb / ravendb-php-client

MIT License
6 stars 4 forks source link

Query tests #4

Closed alxsabo closed 2 years ago

alxsabo commented 2 years ago

Implement query functionality to client

ml054 commented 2 years ago

QueryTests duration fails due to invalid date format. You have: image (4 digits after dot)

So please save with 3 digits or with 7 digits (in Java I fill this with four zeros, see: https://github.com/ravendb/ravendb-jvm-client/blob/d4e3dc2f60d5ba15f50136bf269e689526ae2fde/src/main/java/net/ravendb/client/primitives/NetISO8601Utils.java#L73)

Also this place might be needed: https://github.com/alxsabo/ravendb-php-client/blob/95fe801330c22ab8fe310ae838007ce2f98f17c0/src/Documents/Session/AbstractDocumentQuery.php#L1634