Projet

Général

Profil

0001-keep-case-of-status-stable-in-reference-34559.patch

Benjamin Dauvergne, 25 juillet 2019 10:28

Télécharger (796 octets)

Voir les différences:

Subject: [PATCH] keep case of status stable in reference (#34559)

 wcs_olap/feeder.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs_olap/feeder.py
600 600
                      self.formdef.schema.name])
601 601
        self.formdef_sql_id = self.cur.fetchone()[0]
602 602

  
603
        columns = [['status_id', 'smallint REFERENCES {status_table} (id)']]
603
        columns = [['status_id', 'smallint REFERENCES "{status_table}" (id)']]
604 604

  
605 605
        comments = {}
606 606

  
607
-