Bug fix to access the correct column when getting the full document content. We are now accessing the column based on the name instead of the expected column number, by using columns.index({column_name}). This way if the columns are re-ordered, it will still access the correct index
Bug fix to access the correct column when getting the full document content. We are now accessing the column based on the name instead of the expected column number, by using
columns.index({column_name})
. This way if the columns are re-ordered, it will still access the correct indexAlso added test for getting the full content