Skip to content

Commit 863055b

Browse files
committed
Merge branch 'master' into dev
2 parents f4329ae + e1298bc commit 863055b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@ Sybase ASE based Eloquent module extension for Laravel 5.x.
99
- Run ``composer update``
1010
- Add to your providers in **./config./app.php**: ``Uepg\LaravelSybase\Database\SybaseServiceProvider::class``
1111
- Update your **./config./database.php**'s default driver to **sqlsrv** or your custom odbc.
12-
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

Comments
 (0)