exxeleron / qPython

interprocess communication between Python and kdb+
http://www.devnet.de
Apache License 2.0
152 stars 89 forks source link

Passing more then 8 parameters, results in "too many parameters" error? #55

Closed romanmar closed 5 years ago

romanmar commented 6 years ago

Is there a workaround for passing more than 8 parameters?

maciejlach commented 6 years ago

You can use dictionary to pass more than 8 parameters to kdb+ function.