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.
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.