Pin naming/connecting bug on Select (SQlite Network) node

If you happen to have columns in your db exactly named like any output pin of the node, you wont be able to connect to the dynamic pins created for these columns.
Instead the link will “jump” to the nodes´s original pins…

Please see patch and example db attached…

sqlite-bug.zip (2.7 KB)

good find. this is fixed in betas>35 by adding a “_” to those reserved pin names.