Skip to content

Conversation

lexx27
Copy link

@lexx27 lexx27 commented Jul 14, 2016

The group function had some problem with the arguments.
ex. the way arguments were passed was not like the js api

Also the "multi" option was ignored

I hope that my code is not total trash

lexx27 added 5 commits July 15, 2016 02:16
Made it more compatible with the original api
Made it more compatible with the original api
@lexx27 lexx27 closed this Jul 17, 2016
@danielmewes
Copy link
Owner

Thanks for the PR @lexx27 . Sorry I haven't gotten around to looking at it yet. I'll try to do so before the next PHP-RQL release.

@danielmewes danielmewes reopened this Jul 28, 2016
@@ -9,13 +9,13 @@ class NumberDatum extends Datum
{
public function encodeServerRequest()
{
return (float)$this->getValue();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because all the numbers are saved as float. I couldn't save integers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants