Skip to contents

Fixes column data types that can vary between MySQL/MariaDB and SQLite3. This allows testing in SQLite3 while production is MariaDB

Usage

fix_data_in_invoice_line_item_communication(data)

Arguments

data

- a dataframe with data from the invoice_line_item_communication table

Value

The input dataframe with revised data types

Examples

if (FALSE) { # \dontrun{
fix_data_in_invoice_line_item_communication(invoice_line_item_communication_test_data)
} # }