plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Fix use of int32 sql interpolation when it should have been bigint for tid #948

Closed vangheem closed 4 years ago

vangheem commented 4 years ago

This just hit us @bloodbare

vangheem commented 4 years ago

nah, the fields were already bigint, just the sql to insert the values were using int32. So only needs changing ::int to ::bigint