[Rt-commit] rt branch, 4.4/columns-as-values-in-ticket-search, repushed

? sunnavy sunnavy at bestpractical.com
Thu Jun 13 17:14:04 EDT 2019


The branch 4.4/columns-as-values-in-ticket-search was deleted and repushed:
       was dc3459510fd9584fa102db2f4551167ae8f125c4
       now 925f25664a80ed97f4179b6c121c18bf8822ef9d

1: 528277f60 = 1: 528277f60 Support columns as values in ticket search
2: 10c640ef3 = 2: 10c640ef3 Add/Update tests for columns as values in ticket search
3: 1cad1ce87 = 3: 1cad1ce87 Document columns as values in ticket search
4: 7f090c715 = 4: 7f090c715 Tweak preparse logic when columns are used as custom field values in search
5: dc3459510 ! 5: 925f25664 Cast columns when they are used to compare cf values for Pg
    @@ -16,7 +16,7 @@
      
              if ( !$args{QUOTEVALUE} ) {
     +            if ( RT->Config->Get('DatabaseType') eq 'Pg' ) {
    -+                $value = "CAST($value as varchar)";
    ++                $value = "CAST($value AS VARCHAR)";
     +            }
     +
                  if ( $type eq 'Date' ) {



More information about the rt-commit mailing list