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(data)

Arguments

data

- a dataframe with data from the invoice_line_item table

Value

The input dataframe with revised data types

Examples

if (FALSE) { # \dontrun{
fix_data_in_invoice_line_item(invoice_line_item_test_data)
} # }