K2InformaticsGmbH / imem

Clustered in-memory database based on MNESIA with simple SQL layer
http://www.k2informatics.ch/
Apache License 2.0
21 stars 4 forks source link

CALL MFA #235

Open c-bik opened 5 years ago

c-bik commented 5 years ago

Existing SQL parser support for CALL as below

procedure_call -> CALL function_ref : {'call procedure',  '$2'}.

Can be utilized to perform data manipulating MFA calls (instead of current select workaround).