KKSzymanowski / laravel-6-odbc

9 stars 2 forks source link

use SqlServerGrammar #3

Closed mesak closed 4 years ago

mesak commented 4 years ago

        'odbc' => [
            'grammar' => [
                'query' => Illuminate\Database\Query\Grammars\SqlServerGrammar::class,
                'schema' => Illuminate\Database\Schema\Grammars\SqlServerGrammar::class,
            ]
        ]
KKSzymanowski commented 4 years ago

Can you provide a little bit more context to your issue? I think you can connect to Microsoft SQL Server from Laravel out of the box, you don't need this package.

mesak commented 4 years ago

I use this package to connect to sybase, using laravel SqlServerGrammar can work normally

Thanks for the kit