0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor performance tweak that gives about 5% more throughput. More... almost 11 years ago
Be strict about the type of the noreply argument More... almost 11 years ago
Merge branch '1.5' of https://github.com/danielmewes/php-rql into 1.5 More... almost 11 years ago
New between message protocol More... almost 11 years ago
New between message protocol More... almost 11 years ago
Implemented noreply https://github.com/rethinkdb/rethinkdb/issues/715 More... almost 11 years ago
Implemented noreply https://github.com/rethinkdb/rethinkdb/issues/715 More... almost 11 years ago
I couldn't measure any of the memory leaks described (PHP 5.3.2). Also http://php.net/manual/en/features.gc.collecting-cycles.php explicitly claims that PHP 5.3 *can* garbage collect cyclic references. On the other hand, removing this explicit destruction gives 20-30% more query throughput. More... almost 11 years ago
Changed PHP shorttag <? to proper <?php tag in pb_message.php. More... almost 11 years ago
First try at a composer description file More... almost 11 years ago
Add r\tableCreate r\tableList r\tableDrop shortcuts using default database. ( https://github.com/rethinkdb/rethinkdb/issues/46 ) More... about 11 years ago
Add r\tableCreate r\tableList r\tableDrop shortcuts using default database. ( https://github.com/rethinkdb/rethinkdb/issues/46 ) More... about 11 years ago
Info command ( https://github.com/rethinkdb/rethinkdb/issues/469 ) More... about 11 years ago
Info command ( https://github.com/rethinkdb/rethinkdb/issues/469 ) More... about 11 years ago
Updates BETWEEN arguments More... about 11 years ago
Updates BETWEEN arguments More... about 11 years ago
Updated BETWEEN argument description More... about 11 years ago
Updated BETWEEN argument description More... about 11 years ago
Index management interface More... about 11 years ago
Index management interface More... about 11 years ago
GET -> GET_ALL More... about 11 years ago
GET -> GET_ALL More... about 11 years ago
Added index-paramers to eqJoin, between Added getAll Added timeout parameter to js More... about 11 years ago
Added index-paramers to eqJoin, between Added getAll Added timeout parameter to js More... about 11 years ago
Protobuf update for secondary indexes More... about 11 years ago
Protobuf update for secondary indexes More... about 11 years ago
Merge branch 'dev' of https://github.com/danielmewes/php-rql into dev More... about 11 years ago
Added query->attr(attr) as an alternative to query(attr). More... about 11 years ago
concatMap example used map instead of concatMap More... about 11 years ago
RFunction should be derived from FunctionQuery, not RVar More... about 11 years ago