ripaclub / sphinxsearch

Sphinx Search library provides SphinxQL indexing and searching features
BSD 2-Clause "Simplified" License
62 stars 10 forks source link

Integration test #1

Closed leodido closed 10 years ago

leodido commented 10 years ago

The goal is to test real use case SphinxQL queries, completely covering all library code.

leogr commented 10 years ago

Also we have to test strongly all types behaviors. Done for float, missing for integer and bool.

leogr commented 10 years ago

Now types should working properly. @leodido doublecheck pls

leogr commented 10 years ago

We have to check behaviours across sphinx version in order to consider this issue closed.

leodido commented 10 years ago

To check the version we should first check if the command select version(); works.

NOTE: it works in MySQL client only.

leodido commented 10 years ago

Tested with SphinxSearch versions:

Ok.