-
Type:
Task
-
Status: Won't Fix (View Workflow)
-
Priority:
Normal
-
Resolution: Won't Fix
-
Component/s: ics_actorkeys
-
Labels:None
PEB has two keywords fields ((ON) which are reserved SQL words:
Key('ledperiod',
Int(name='Now', units='uS'),
Int(name='On', units='uS'),
Int(name='Flash', units='uS'),
help='PFI Ebox LED peroid'),
Key('dutycycle',
Float(name='Now', units='%'),
Float(name='On', units='%'),
Float(name='Flash', units='%'),
help='PFI Ebox LED dutycycle'),
Those should be renamed. Why did this work before? Probably some postgresql or sqlalchemy upgrade made the conflict more obvious.