gahabeen / biota

A simple database framework for Fauna
https://gahabeen.github.io/biota
MIT License
54 stars 2 forks source link

FQL Function: Format("%@, params) fails when given big object #42

Closed gahabeen closed 4 years ago

gahabeen commented 4 years ago

https://github.com/gahabeen/biota/blob/revamp/src/factory/constructors/context.ts#L51

gahabeen commented 4 years ago

Removed temporarly passing the arguments around in the context. This error mainly happened with UDFunctions creations (as they have quite big query object). To be continued.