laravel-pdo-odbc
laravel-pdo-odbc copied to clipboard
Handle wrapping Expressions (so we can use raw() in selects)
Without this, selectRaw("CONCAT(name, ',')" would not work, for example.