<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/IO/Adapter/DBI.pm, branch master</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>white space cosmetics.</title>
<updated>2006-01-09T14:00:53+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2006-01-09T14:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=998d6457399e07b82ee606d2cff85a3261fd6743'/>
<id>998d6457399e07b82ee606d2cff85a3261fd6743</id>
<content type='text'>
fix copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>change dsn to form "DBI:$driver:dbname=$database;host=$host".</title>
<updated>2005-08-23T08:38:22+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-08-23T08:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=c8345ee5682a86714a7940bc819aa5ddc57692c3'/>
<id>c8345ee5682a86714a7940bc819aa5ddc57692c3</id>
<content type='text'>
always $dbh-&gt;commit();
enhanced to handle a list of dsn and to retry sql servers if needed.
DBI-&gt;connect with { AutoCommit =&gt; 0 } option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
always $dbh-&gt;commit();
enhanced to handle a list of dsn and to retry sql servers if needed.
DBI-&gt;connect with { AutoCommit =&gt; 0 } option.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copyright</title>
<updated>2005-08-17T12:08:39+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-08-17T12:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=9b6cb3ef0c31f5fc22b824d3356399e3917edba7'/>
<id>9b6cb3ef0c31f5fc22b824d3356399e3917edba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$sql_QUERY -&gt; $sql_query_QEURY</title>
<updated>2005-08-10T14:00:19+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-08-10T14:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cb2f54216047a74211915df3923126e1d5c13216'/>
<id>cb2f54216047a74211915df3923126e1d5c13216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments.</title>
<updated>2004-07-11T15:25:51+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-07-11T15:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=beb5a1d8ec3c57d3879d39435f726ad73e67e72f'/>
<id>beb5a1d8ec3c57d3879d39435f726ad73e67e72f</id>
<content type='text'>
explicitly use "return".
modify error messages.
ensure initialized value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
explicitly use "return".
modify error messages.
ensure initialized value.
</pre>
</div>
</content>
</entry>
<entry>
<title>overhaul from FNF point view.</title>
<updated>2004-01-24T09:03:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-24T09:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=ff05d890ce1e70329fff09e207acd4d11740090f'/>
<id>ff05d890ce1e70329fff09e207acd4d11740090f</id>
<content type='text'>
o fix comments.
o fix loop label name.
o more correct initialization if could.
o use //o;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o fix comments.
o fix loop label name.
o more correct initialization if could.
o use //o;
</pre>
</div>
</content>
</entry>
<entry>
<title>implement get_key_values_as_array_ref() to return key and all values</title>
<updated>2003-11-26T11:00:32+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-11-26T11:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7ac20a697c3c8929f5cd48e71fe7f11a750b4a11'/>
<id>7ac20a697c3c8929f5cd48e71fe7f11a750b4a11</id>
<content type='text'>
as ARRAY_REF.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as ARRAY_REF.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove debug: print STDERR ..</title>
<updated>2003-08-24T14:09:25+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-08-24T14:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7beb52130aff7fa6cef84ea887b8adb400f966e6'/>
<id>7beb52130aff7fa6cef84ea887b8adb400f966e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments: =head2 function(...) form</title>
<updated>2003-08-23T04:35:25+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-08-23T04:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=d0c5a95389829a94a429717d0ae10c2872eb25ce'/>
<id>d0c5a95389829a94a429717d0ae10c2872eb25ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove not used method:</title>
<updated>2003-05-26T12:28:05+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-05-26T12:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=464c48f77ee591bfd538dab1bc8faf49a205e217'/>
<id>464c48f77ee591bfd538dab1bc8faf49a205e217</id>
<content type='text'>
- get_value_as_str()
- get_value_as_array_ref()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- get_value_as_str()
- get_value_as_array_ref()
</pre>
</div>
</content>
</entry>
</feed>
