Ignore:
Timestamp:
Feb 3, 2010, 10:26:32 AM (15 years ago)
Author:
nikrou
Message:

Feature 511 : fix problems with calendar functions
add pwg_db_concat() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/dblayer/functions_pgsql.inc.php

    r4781 r4833  
    393393}
    394394
     395function pwg_db_concat($array)
     396{
     397  $string = implode($array, ',');
     398  return 'ARRAY_TO_STRING(ARRAY['.$string.'])';
     399}
     400
    395401function pwg_db_concat_ws($array, $separator)
    396402{
Note: See TracChangeset for help on using the changeset viewer.