• Tatuya Kamada's avatar
    Set max_rows 0 on IdTool_zGetValueList · ed8dac90
    Tatuya Kamada authored
    So that we can get all the records of portal_ids table even when there are more
    than 1000 id_group on the table. The ZSQLMethod was not intended to limit to
    retrieve the records.
    Of course it is better to get the records more gracefully like first getting
    0..999, then 1000..1999. For now this is acceptable.
    (Confirmed by Sebastien)
    ed8dac90
change_log 48.6 KB