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 6612c83 commit 8c7b89dCopy full SHA for 8c7b89d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.1 (2019-05-17)
4
+
5
+* Fix: Fix result set rows for DDL queries to be null, instead of empty array.
6
+ (#26 by @clue)
7
8
## 1.0.0 (2019-05-14)
9
10
* First stable release, following SemVer
README.md
@@ -392,7 +392,7 @@ This project follows [SemVer](https://semver.org/).
392
This will install the latest supported version:
393
394
```bash
395
-$ composer require clue/reactphp-sqlite:^1.0
+$ composer require clue/reactphp-sqlite:^1.0.1
396
```
397
398
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments