Code review comment for lp://qastaging/~jamesh/storm/bug-349482

Revision history for this message
James Henstridge (jamesh) wrote :

Change the way compile_python works to pass constants in directly rather than trying to stringify them. Among other things, this makes it possible to handle variables whose values do not have a repr() that is valid Python code.

I also updated the get_column() callback to take a column object rather than going column -> name -> column conversions when getting column values in the matcher.

« Back to merge proposal