<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/regress, branch error-message-status</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>we have a prototype for this, so imported.</title>
<updated>2001-03-19T15:47:00+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-19T15:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=23c25c13cd66ebf47de3958afe1e39d453638569'/>
<id>23c25c13cd66ebf47de3958afe1e39d453638569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add libdebug.pl::StdinLog</title>
<updated>2001-03-19T15:05:13+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-19T15:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e8dc9921242c11b9e8adcec68947684b9e6c9754'/>
<id>e8dc9921242c11b9e8adcec68947684b9e6c9754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change $map_params structure</title>
<updated>2001-03-19T14:22:29+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-19T14:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7b84c1c9cfa7f9a918b3de7cf52baf4ec34c5a21'/>
<id>7b84c1c9cfa7f9a918b3de7cf52baf4ec34c5a21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IO::Adapter::DBI -&lt; IO::Adapter::MySQL</title>
<updated>2001-03-18T14:29:10+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-18T14:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7d35db79dd6659487fe26447ab22caa36e597eda'/>
<id>7d35db79dd6659487fe26447ab22caa36e597eda</id>
<content type='text'>
SQL::Schema::toymodel holds model specific functions and nuke
$args-&gt;{query} parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SQL::Schema::toymodel holds model specific functions and nuke
$args-&gt;{query} parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix close() bug</title>
<updated>2001-03-18T11:39:59+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-18T11:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b8b559c6e59db55617c2ec48861030f761e8c29e'/>
<id>b8b559c6e59db55617c2ec48861030f761e8c29e</id>
<content type='text'>
define add( $addr ) and delete( $addr ) method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
define add( $addr ) and delete( $addr ) method
</pre>
</div>
</content>
</entry>
<entry>
<title>mysql map can work.</title>
<updated>2001-03-18T10:54:18+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-18T10:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8bed8a63a670468e298323bb007d80c87a125cd1'/>
<id>8bed8a63a670468e298323bb007d80c87a125cd1</id>
<content type='text'>
IO::MapAdapter-&gt;new() accpets two parameters, $map and the parameters
$map_params.
my $obj = new IO::MapAdapter ('mysql:toymodel', $map_params);
where $map_params = { config =&gt; {},  query =&gt; {} };
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IO::MapAdapter-&gt;new() accpets two parameters, $map and the parameters
$map_params.
my $obj = new IO::MapAdapter ('mysql:toymodel', $map_params);
where $map_params = { config =&gt; {},  query =&gt; {} };
</pre>
</div>
</content>
</entry>
<entry>
<title>modify MySQL adapter interface</title>
<updated>2001-03-18T04:40:26+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-18T04:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=5cde1627879fdbb147977caab63e3f339004860b'/>
<id>5cde1627879fdbb147977caab63e3f339004860b</id>
<content type='text'>
move model specific part to SQL::Schema class
remove IO::Adapter::MySQL class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move model specific part to SQL::Schema class
remove IO::Adapter::MySQL class
</pre>
</div>
</content>
</entry>
<entry>
<title>add ln -s SQL::</title>
<updated>2001-03-18T04:35:52+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-18T04:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=21047bfa4d80d8d2793c58cd6446252cea88d4d6'/>
<id>21047bfa4d80d8d2793c58cd6446252cea88d4d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>valid pasword is preferable :)</title>
<updated>2001-03-17T15:53:05+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-17T15:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=eb673adb5bf6bc6df73985d1165d9d560c54a997'/>
<id>eb673adb5bf6bc6df73985d1165d9d560c54a997</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>permit localhost not %</title>
<updated>2001-03-17T15:52:46+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-17T15:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=6db1c6e82f72d007b4c206be24eff9dca534b30b'/>
<id>6db1c6e82f72d007b4c206be24eff9dca534b30b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
