Skip to content

Commit

Permalink
Updated README.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jul 20, 2015
1 parent 9c08905 commit 883e7ce
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ Requirements

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

Not use BLOB types. [See this bug](https://bugs.php.net/bug.php?id=61183)
Unsupported
------------

Functions not supported by the Firebird database:

* Rename Table
* Check Integrity
* BLOB data type - [See this bug](https://bugs.php.net/bug.php?id=61183)

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

```
php composer.phar require --prefer-dist edgardmessias/yii2-firebird
php composer.phar require --prefer-dist "edgardmessias/yii2-firebird:*"
```

or add
Expand All @@ -42,7 +49,7 @@ return [
'components' => [
'db' => [
'class' => 'edgardmessias\db\firebird\Connection',
'dsn' => 'firebird:dbname=tests/data/TEST.FDB',
'dsn' => 'firebird:dbname=localhost:/tmp/TEST.FDB;charset=ISO8859_1',
'username' => 'username',
'password' => 'password',
],
Expand Down

0 comments on commit 883e7ce

Please sign in to comment.