Project

General

Profile

Actions

Feature #4434

closed

Disable 'special column names' starting without '_'

Added by Carsten Rose over 6 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
09.09.2017
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

REPORT_MODE_SPECIAL_COLUMN_NAME_TOKEN=onlyUnderscore

  • In new setups this is the default.
  • To no break old installations: if the directive is missing, with or without underscore is ok.
  • SW hatte das Problem das eine Spalte 'zip' hiess, und das wurde als Special Column Name erkannt.
Actions #1

Updated by Carsten Rose over 6 years ago

  • Tracker changed from Support to Feature
Actions #2

Updated by Carsten Rose over 6 years ago

  • Target version changed from 0.21 to 0.22
Actions #3

Updated by Carsten Rose over 6 years ago

  • Target version changed from 0.22 to 0.23
Actions #4

Updated by Carsten Rose over 6 years ago

  • Target version changed from 0.23 to next7
Actions #5

Updated by Marc Egger over 4 years ago

As discussed with CR:

We will not use the legacy option but write an update script which will put a '_' in front of all the special columns without '_'

Actions #6

Updated by Marc Egger over 4 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions #7

Updated by Carsten Rose over 4 years ago

  • Subject changed from config.qfq.ini: disable 'special column names' starting without '_' to Disable 'special column names' starting without '_'
Actions #8

Updated by Marc Egger over 4 years ago

Nicht benutzte Regex query, die INSERT, UPDATE und DELETE zwischen SELECT und AS exec ausschliesst:

/((?i)\bSELECT\b(?:(?!\bINSERT\b|\bUPDATE\b|\bDELETE\b).)*?\bAS\b(?-i)\s+)(\bexec\b)/s

Nicht benutzt weil pro SELECT nur ein "exec" gematched werden kann.

Actions #9

Updated by Carsten Rose over 4 years ago

  • Target version changed from next7 to 19.9.0
Actions

Also available in: Atom PDF