-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2018-04-01 Alexey Kopytov <[email protected]> | ||
|
||
* version 1.0.14 | ||
* reports: fix JSON stats reporter to produce valid JSON | ||
(GH-195) | ||
* Lua SQL API: don't crash when query_row() is called with a | ||
SELECT returning empty result set | ||
* Lua SQL API: don't crash when bulk insert API calls are used | ||
out of order | ||
* regression tests: make PostgreSQL tests compatible with the | ||
new dump format introduced in 10.3 | ||
* regression tests: minor stability and coverage improvements | ||
|
||
2018-02-17 Alexey Kopytov <[email protected]> | ||
|
||
* version 1.0.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters