level23 / druid-client

Druid php client for executing queries and more
Other
28 stars 7 forks source link

Fix datatype for selectVirtual #27

Closed reinder83 closed 3 years ago

reinder83 commented 3 years ago

When using selectVirtual the specified datatype was not used for the selected column, this PR fixes that.

Additionally cleaned up phpunit.xml as phpunit suggested to update it, added XML scheme and removed all the defaults values.