[OpenSIPS-Devel] [OpenSIPS/opensips] 071f6c: Allow multi-line "pvar list" strings

Liviu Chircu liviu at opensips.org
Wed Jul 26 04:43:33 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 071f6c7da71d1fa991492889cddcad1fccda01d7
      https://github.com/OpenSIPS/opensips/commit/071f6c7da71d1fa991492889cddcad1fccda01d7
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2017-07-26 (Wed, 26 Jul 2017)

  Changed paths:
    M pvar.c

  Log Message:
  -----------
  Allow multi-line "pvar list" strings

This directly improves avp_db_query() and cache_raw_query(),
allowing the following (notice param #2):

    avp_db_query("
  SELECT
      table_name,
      table_version
  FROM
      version",
  "$avp(tn),
   $avp(tv)");


  Commit: f302175382620848a22c6bcec237dfee270e0de6
      https://github.com/OpenSIPS/opensips/commit/f302175382620848a22c6bcec237dfee270e0de6
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2017-07-26 (Wed, 26 Jul 2017)

  Changed paths:
    M modules/rest_client/README
    M modules/rest_client/doc/rest_client_admin.xml

  Log Message:
  -----------
  rest_client: Update documentation

Reported by Tito Cumpen


Compare: https://github.com/OpenSIPS/opensips/compare/91da5063ddb5...f30217538262


More information about the Devel mailing list