Re: [SR-Users] Loading keys with key_type="1" from database for htable - Module params help needed

2017-09-06 Thread George Diamantopoulos
Hello Daniel! Yes, it seems to be working with single value column. I'll create a view in the database if I need all values available for each key. Thanks! BR, George On 30 August 2017 at 22:04, Daniel-Constantin Mierla wrote: > Hello, > > can you try with a single value

Re: [SR-Users] Loading keys with key_type="1" from database for htable - Module params help needed

2017-08-30 Thread Daniel-Constantin Mierla
Hello, can you try with a single value column? The array type is something that was supposed to help keeping keys simpler in database, but the key is concatenated with the index, is not really an array. Cheers, Daniel On 30.08.17 20:06, George Diamantopoulos wrote: > Hello all, I'm becoming a

[SR-Users] Loading keys with key_type="1" from database for htable - Module params help needed

2017-08-30 Thread George Diamantopoulos
Hello all, I'm becoming a regular here now, aren't I? So I have this table in mysql: +--+--++---+-+ | key_name | key_type | value1 | value2 | value3 | +--+--++++ | key1 | 1| valueA | valueF | valueK | |