It is not my table but something builtin I'm guessing. I have no column with name registration_id.
Den onsdag 15 maj 2019 kl. 18:31:10 UTC+2 skrev Dave S: > > > > On Wednesday, May 15, 2019 at 5:59:06 AM UTC-7, Joel Samuelsson wrote: >> >> Hi, >> >> I'm running web2py in a docker container to run some tests against a >> fresh database. I get this warning that I'd like to get rid of: >> /var/www/DataCollectionManager/web2py/gluon/dal.py:1961: Warning: >> Incorrect integer value: '' for column 'registration_id' at row 1 ret = >> self.cursor.execute(command, *a[1:], **b) >> >> Does anyone know where that warning may come from? The row itself is of >> little help. I know it's from the database but why does it appear? >> I'm on version 2.17.1-stable+timestamp.2018.08.06.01.02.56. >> > > > It would probably help to show your model for this table, and what your > controller is doing when this error is logged. > > /dps > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/2bdf623c-aa8e-4154-aac8-93098b0be2ac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

