Inline procedures need table references
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Inline procedures, which get tables as arguments, always need them as references. Evaluate this behavior and either automatically force references or throw an error.
There are no temporary tables, therefore we'll need the references to actually access the data. Automatically forcing references is not reasonable as that might be surprising. We'll throw a decriptive error in this case.
A corresponding test was created. An oversight was resolved in [r1199].
Commit: [r1102]
Commit: [r1199]
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1102]
Diff:
Related
Commit: [r1199]