Content-Type: text/html

Traceback (most recent call last):
  File "itk/dbi/mysql/driver.py", line 219, in _Wrap
  File "/opt/inworks/platform37/lib/python3.7/site-packages/MySQLdb/connections.py", line 226, in query
    _mysql.connection.query(self, query)
MySQLdb._exceptions.OperationalError: (1054, "Unknown column 'UPPER(BEZEICHNUNG)' in 'where clause'")

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "itk/dbi/database.py", line 405, in _wrap
  File "itk/dbi/mysql/driver.py", line 446, in dbiRawQuery
  File "itk/dbi/mysql/driver.py", line 538, in dbiExecute
  File "itk/dbi/mysql/driver.py", line 223, in _Wrap
itk.dbi.driverbase.DBInterfaceSQLError: Unknown column 'UPPER(BEZEICHNUNG)' in 'where clause' [1054]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/httpd/pflanzenfundgrube/www/cgi-bin/show.app", line 296, in 
    ShowPflanzen(hpgid=HPGID,vrzid=VRZID,fambezeichnung=FAMBEZEICHNUNG,searchtext=SEARCHTEXT,page=PAGE)
  File "/opt/httpd/pflanzenfundgrube/www/cgi-bin/show.app", line 197, in ShowPflanzen
    fam=DM.Familie.Load(where={"UPPER(BEZEICHNUNG)":fambezeichnung.upper()})
  File "itk/dbi/dbtabledef.py", line 681, in Load
  File "itk/dbi/database.py", line 513, in metaquery
  File "itk/dbi/database.py", line 407, in _wrap
itk.dbi.database.DBSQLError: Unknown column 'UPPER(BEZEICHNUNG)' in 'where clause' [1054]