<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/dbiwrapper/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/dbiwrapper/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 19 Nov 2005 04:58:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dbiwrapper/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>DBIWrapper 0.23 now available</title><link>https://sourceforge.net/p/dbiwrapper/news/2005/11/dbiwrapper-023-now-available/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug fix in regards to the new Sybase support.&lt;/p&gt;
&lt;p&gt;Adds a new xml output format, but no parsing support yet.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Sat, 19 Nov 2005 04:58:29 -0000</pubDate><guid>https://sourceforge.netc2f35b2f815343538391716f2aab4ea68b187e3e</guid></item><item><title>DBIWrapper 0.22 adds Sybase support!</title><link>https://sourceforge.net/p/dbiwrapper/news/2005/10/dbiwrapper-022-adds-sybase-support/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DBD::Sybase is now officially supported and the getData... methods (getDataArray, getDataArrayHeader, getDataHash, getDataHashHeader) all know how to properly handle the possible multiple result sets that Sybase can return.&lt;/p&gt;
&lt;p&gt;Added getID() to return the ID of the just inserted row.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Sat, 15 Oct 2005 05:39:04 -0000</pubDate><guid>https://sourceforge.net34a86e8319a7f5f209431003f4b9727974f1420f</guid></item><item><title>DBIWrapper 0.21 available for consumption</title><link>https://sourceforge.net/p/dbiwrapper/news/2005/04/dbiwrapper-021-available-for-consumption/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Version 0.21 of the DBIWrapper perl module provides a revamped error handling infrastructure modeled after the error handling in the Portal::Base code developed in the PCXPortal project.&lt;/p&gt;
&lt;p&gt;This was actually done several months ago and got pushed into the background and I forgot about releasing it until I noticed a server updating to a new version of the software from our unstable deb repository.  Since everything seems to be working as desired, I've released it.  Let me know if any bugs crop up. :)&lt;/p&gt;
&lt;p&gt;Get the debs from &lt;a href="http://www.pcxperience.org/" rel="nofollow"&gt;http://www.pcxperience.org/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Fri, 01 Apr 2005 15:48:08 -0000</pubDate><guid>https://sourceforge.netbc2c0ec0d9155924b5035efb759c9f54dc76029a</guid></item><item><title>DBIWrapper 0.20 adds readHTML() method!</title><link>https://sourceforge.net/p/dbiwrapper/news/2004/06/dbiwrapper-020-adds-readhtml-method/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DBIWrapper 0.20 is now available for general consumption.&lt;/p&gt;
&lt;p&gt;The major change is the addition of the readHTML() method which returns an html snippet containing the output of the specified sql select statement.  The generated html is highly customizable via CSS.&lt;/p&gt;
&lt;p&gt;The minor changes are the addition of boolean support functions to convert from 1/0 to true/false.&lt;/p&gt;
&lt;p&gt;You can get debs from &lt;a href="http://www.pcxperience.org/index.html#debian-apt" rel="nofollow"&gt;http://www.pcxperience.org/index.html#debian-apt&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Wed, 30 Jun 2004 20:24:11 -0000</pubDate><guid>https://sourceforge.net11d2a9502bdbb82ec135fa424c2f8953e62dd0c1</guid></item><item><title>DBIWrapper 0.19 available</title><link>https://sourceforge.net/p/dbiwrapper/news/2004/03/dbiwrapper-019-available/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DBIWrapper 0.19 fixed some debian packaging dependacy issues where I was suggesting the C versions of libdbd and libdbi, not the perl versions.&lt;/p&gt;
&lt;p&gt;I also udpated the methods that it makes sense to only accept a single argument and use the other defaults, to work in the single argument mode is the value, else do pass by name.&lt;/p&gt;
&lt;p&gt;Ex:  setError(errorString =&amp;gt; &amp;quot;This is an error&amp;quot;);&lt;br /&gt;
can now be done as&lt;br /&gt;
setError(&amp;quot;This is an error&amp;quot;);&lt;/p&gt;
&lt;p&gt;The major affected methods were:&lt;br /&gt;
read, readXML, write, setError&lt;/p&gt;
&lt;p&gt;See the man page for more details.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Tue, 16 Mar 2004 21:10:39 -0000</pubDate><guid>https://sourceforge.net42b05375bf2fcc27c47c765ed1885b753f09118b</guid></item><item><title>DBIWrapper 0.17 provides XMLParser module</title><link>https://sourceforge.net/p/dbiwrapper/news/2002/03/dbiwrapper-017-provides-xmlparser-module/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DBIWrapper 0.17 now provides the XMLParser module which allows easy parsing of the XML generated by readXML().  This module relies on XML::LibXML, but does not require it to install the DBIWrapper package.&lt;/p&gt;
&lt;p&gt;There were other minor updates and tweaks.  See the Changelog for more details.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Mon, 18 Mar 2002 21:38:59 -0000</pubDate><guid>https://sourceforge.net5fa964ea0cc2ea1a84db3739349ad0e64b322332</guid></item><item><title>0.16 provides XML output capabilities!</title><link>https://sourceforge.net/p/dbiwrapper/news/2001/12/016-provides-xml-output-capabilities/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DBIWrapper 0.16 has a new method - readXML().  This method allows you to have your SELECT statement be returned as an XML document rather than just the DBI sth handle to work with.&lt;/p&gt;
&lt;p&gt;See the man page for documentation on how to use it.  The web site will be updated shortly with usage info also.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Mon, 24 Dec 2001 18:19:46 -0000</pubDate><guid>https://sourceforge.net38b320a6043fdf7641bc65d0af2f2848f582b5a4</guid></item><item><title>0.15 fixes some errors when DESTROYing the DBIWrapper</title><link>https://sourceforge.net/p/dbiwrapper/news/2001/10/015-fixes-some-errors-when-destroying-the-dbiwrapper/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Better error handling and trapping is now implemented in the close and DESTROY methods so that you don't get the following message in your apache log file, etc.:&lt;/p&gt;
&lt;p&gt;Can't read $DBI::errstr, last handle unknown or destroyed at /usr/lib/perl5/site_perl/5.6.0/DBIWrapper.pm line 260 during global destruction.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Mon, 22 Oct 2001 23:40:19 -0000</pubDate><guid>https://sourceforge.net06f3f87663a251ec43fdc1fd51073db4c3c4b9a7</guid></item><item><title>Even more error output improvements</title><link>https://sourceforge.net/p/dbiwrapper/news/2001/09/even-more-error-output-improvements/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The plug arrays contents are now output in 'xxx', 'yyy', etc. format instead of 'xxx yyy' format.  It will make determining what you passed in much easier.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Sat, 08 Sep 2001 19:54:30 -0000</pubDate><guid>https://sourceforge.neteb3920f8d31d17aa83f8decc49b526cad2b33a32</guid></item><item><title>Improved Debug Info on Errors</title><link>https://sourceforge.net/p/dbiwrapper/news/2001/07/improved-debug-info-on-errors/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You can now specify the level of verbosity with which errors output the configuration settings of the DBIWrapper Object.  The logLevel variable now allows you to turn off debug info (same as previous versions) or to incrementally turn on displaying of the configuration settings.  The incremental levels are to keep potentially secret info hidden from the normal user while at the same time allowing them to give better feedback than an error occured.  See man page and Changes file in version 0.13 for more details.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James A. Pattie</dc:creator><pubDate>Mon, 23 Jul 2001 19:15:45 -0000</pubDate><guid>https://sourceforge.netf86d879f841b9feb505765353d5c4c934c2811c0</guid></item></channel></rss>