Releases: numtel/pg-live-select
Releases · numtel/pg-live-select
Fixed issue with multiple queries per application
Rewritten to use callbacks throughout
Babel and Promises have been switched to callback style asynchronous code throughout the library. The memory leak has disappeared.
Breaking changes:
LivePg.prototype.cleanup()
now utilizes a callback function and does no longer return a Promise.
Update event on empty initial result set
Double quote all table names
v0.0.10 0.0.10: Double quote all table names
SelectHandle now emits initialization errors
v0.0.9 SelectHandle now emits initialization errors
Slight performance improvement
- Upgraded Babel
- Result set refresh query now prepared
Add support for row lengths >8000 bytes
v0.0.7 0.0.7: Add support for row lengths >8000 bytes
Initial public release
v0.0.6 Add indexes to scoresLoad fixture tables