On 5/24/11 9:50 PM, Daniel-Constantin Mierla wrote:
Hello,
On 5/24/11 9:40 PM, Juha Heinanen wrote:
daniel,
i moved this to sr-dev list. when i read ht_db_load_table() code, i start to get impression that it assumes that the records are also ordered by key_name, which is not the case in the query.
seems the db query result is ordered by key type instead of key name. Can you change that and test?
actually it should be key_type and key_name ... but that is limited by db api. Needs a bit more cooking...
Daniel