We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b5665 commit e1298bcCopy full SHA for e1298bc
README.md
@@ -9,4 +9,13 @@ Sybase ASE based Eloquent module extension for Laravel 5.x.
9
- Run ``composer update``
10
- Add to your providers in **./config./app.php**: ``Uepg\LaravelSybase\Database\SybaseServiceProvider::class``
11
- Update your **./config./database.php**'s default driver to **sqlsrv** or your custom odbc.
12
-
+
13
+### Configuration of freetds driver
14
15
+In Linux systems the driver version must be set in `freetds.conf` to the right use of charset pages.
16
17
+The file is usualy found in `/etc/freetds/freetds.conf`. Set the configuration at global section as the following example:
18
19
+ [global]
20
+ # TDS protocol version
21
+ tds version = 5.0
0 commit comments