Skip to content

Commit 883e7ce

Browse files
committed
Updated README.md;
1 parent 9c08905 commit 883e7ce

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ Requirements
99

1010
At least Firebird version 2.0 is required. However, in order to use all extension features.
1111

12-
Not use BLOB types. [See this bug](https://bugs.php.net/bug.php?id=61183)
12+
Unsupported
13+
------------
14+
15+
Functions not supported by the Firebird database:
16+
17+
* Rename Table
18+
* Check Integrity
19+
* BLOB data type - [See this bug](https://bugs.php.net/bug.php?id=61183)
1320

1421
Installation
1522
------------
@@ -19,7 +26,7 @@ The preferred way to install this extension is through [composer](http://getcomp
1926
Either run
2027

2128
```
22-
php composer.phar require --prefer-dist edgardmessias/yii2-firebird
29+
php composer.phar require --prefer-dist "edgardmessias/yii2-firebird:*"
2330
```
2431

2532
or add
@@ -42,7 +49,7 @@ return [
4249
'components' => [
4350
'db' => [
4451
'class' => 'edgardmessias\db\firebird\Connection',
45-
'dsn' => 'firebird:dbname=tests/data/TEST.FDB',
52+
'dsn' => 'firebird:dbname=localhost:/tmp/TEST.FDB;charset=ISO8859_1',
4653
'username' => 'username',
4754
'password' => 'password',
4855
],

0 commit comments

Comments
 (0)