Thanks, i fixed the php code. bye Christoph
2013/4/5 Alex Kashirin <[email protected]> > at: > http://hypertable.com/source_code/_hypertable_connection_8php_source.html > > line 71- should be: > $k=new Hypertable_ThriftGen_Key(); > > I recommend adding: (at the beginning of the Class) > // GENERATE_GUID > public static function GENERATE_UNIQUE_GUID() { > self::initialize(); > return self::$_client->generate_guid(); > } > > Great to have the CELL COUNT ISSUE on delete FIXED(compactor) > > 1) is there the interest for another options_spec for SELECT to be added? > : (it is a safety trigger, in case, before the Connection falls) > > https://groups.google.com/forum/?fromgroups=#!searchin/hypertable-user/alex%7Csort:date/hypertable-user/7-ecVL-76BY/U9pzgKcpUJwJ > > 2) COUNTER type CELL SELECT by Value: (is that something to be consider in > further developed?) > > https://groups.google.com/forum/?fromgroups=#!searchin/hypertable-user/alex%7Csort:date/hypertable-user/yZPw1VS2CDg/M1spCzKjlcQJ > > > Thanks, > Kashirin Alex > >> -- > You received this message because you are subscribed to the Google Groups > "Hypertable User" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hypertable-user?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
