pllua / pllua-deprecated

[DEPRECATED] This repository is no longer maintained. Please follow https://github.com/pllua/pllua
197 stars 16 forks source link

Trigger cannot convert bigint #2

Closed golgote closed 9 years ago

golgote commented 9 years ago

id is a bigint.

In trigger function : local id = 1 row.id = id

Error : raw datum expected ... got number

bigint case is not handled in https://github.com/pllua/pllua/blob/cc66c7da8b7adc2b279327c7193a14f785347c77/plluaapi.c#L998

eugwne commented 9 years ago

now should work with int64