File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,14 @@ Requirements
99
1010At 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
1421Installation
1522------------
@@ -19,7 +26,7 @@ The preferred way to install this extension is through [composer](http://getcomp
1926Either 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
2532or 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 ],
You can’t perform that action at this time.
0 commit comments