Sha256: 4af412bcb8bcd771c16c9c290bd12485164a0a24fba787ad13a1eca551451d3b
Contents?: true
Size: 1.87 KB
Versions: 2
Compression:
Stored size: 1.87 KB
Contents
== v0.12.0 [2011-10-07] Michael Granger <ged@FaerieMUD.org> - PGconn#wait_for_notify * send nil as the payload argument if the NOTIFY didn't have one. * accept a nil argument for no timeout (Sequel support) * Fixed API docs * Taint and encode event name and payload - Handle errors while rb_thread_select()ing in PGconn#block. (Brian Weaver). - Fixes for Win32 async queries (RafaĆ Bigaj) - Memory leak fixed: Closing opened WSA event. (rafal) - Fixes for #66 Win32 asynchronous queries hang on connection error. (rafal) - Fixed a typo in PGconn#error_message's documentation - fixing unused variable warnings for ruby 1.9.3 (Aaron Patterson) - Build system bugfixes - Converted to Hoe == v0.11.0 [2011-02-09] Michael Granger <ged@FaerieMUD.org> Enhancements: * Added a PGresult#values method to fetch all result rows as an Array of Arrays. Thanks to Jason Yanowitz (JYanowitz at enovafinancial dot com) for the patch. == v0.10.1 [2011-01-19] Michael Granger <ged@FaerieMUD.org> Bugfixes: * Add an include guard for pg.h * Simplify the common case require of the ext * Include the extconf header * Fix compatibility with versions of PostgreSQL without PQgetCancel. (fixes #36) * Fix require for natively-compiled extension under Windows. (fixes #55) * Change rb_yield_splat() to rb_yield_values() for compatibility with Rubinius. (fixes #54) == v0.10.0 [2010-12-01] Michael Granger <ged@FaerieMUD.org> Enhancements: * Added support for the payload of NOTIFY events (w/Mahlon E. Smith) * Updated the build system with Rubygems suggestions from RubyConf 2010 Bugfixes: * Fixed issue with PGconn#wait_for_notify that caused it to miss notifications that happened after the LISTEN but before the wait_for_notify. == v0.9.0 [2010-02-28] Michael Granger <ged@FaerieMUD.org> Bugfixes. == v0.8.0 [2009-03-28] Jeff Davis <davis.jeffrey@gmail.com> Bugfixes, better Windows support.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pg-0.12.0.pre263 | History.rdoc |
pg-0.12.0pre258 | History.rdoc |