<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/IO/Adapter/MySQL.pm, branch subdir-base</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>remove $ENV{debug} based toggle flag</title>
<updated>2002-02-01T12:03:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-02-01T12:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d'/>
<id>a176a2ad4ac5fd35a3a056dd3828c0dbb1da0e6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clarify IO::Adapter definition and clean up get_XXX() functions.</title>
<updated>2002-01-27T13:11:57+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-01-27T13:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cd17f7899482fbcb118114a9b83cfb33db1520af'/>
<id>cd17f7899482fbcb118114a9b83cfb33db1520af</id>
<content type='text'>
remove get_member(), get_active() and get_recipient()
define get_next_key() and get_next_value() and clarify thier definitions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove get_member(), get_active() and get_recipient()
define get_next_key() and get_next_value() and clarify thier definitions.
</pre>
</div>
</content>
</entry>
<entry>
<title>update documents, comments</title>
<updated>2001-12-24T07:40:55+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-12-24T07:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=09daa35160a012328aef1fe60017dcc98c9f696b'/>
<id>09daa35160a012328aef1fe60017dcc98c9f696b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove \s*$</title>
<updated>2001-12-22T09:21:00+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-12-22T09:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8c71d1f4b810babb4620a046ad9c100108887fb1'/>
<id>8c71d1f4b810babb4620a046ad9c100108887fb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename: $self-&gt;{ _driver } -&gt; $self-&gt;{ _model_specific_driver }</title>
<updated>2001-09-17T11:35:21+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-09-17T11:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0e24897352fcdc5c33ab928785b9b9723bb300b4'/>
<id>0e24897352fcdc5c33ab928785b9b9723bb300b4</id>
<content type='text'>
dynamically load DBD:mysql

move replace(), getline() and get_nextvalue() to DBI.pm
since these functions are MI (Map Independent).

implement setpos(), getpos() and eof() in MySQL.pm
since these functions is dependent on map type (MD).

RDBMS.pm is not used now, so removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dynamically load DBD:mysql

move replace(), getline() and get_nextvalue() to DBI.pm
since these functions are MI (Map Independent).

implement setpos(), getpos() and eof() in MySQL.pm
since these functions is dependent on map type (MD).

RDBMS.pm is not used now, so removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>move main functions to IO::Adapter::SQL::toymodel</title>
<updated>2001-08-05T12:07:22+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-05T12:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=954837609d32b1441a7ac8042e8bf639bfe329ee'/>
<id>954837609d32b1441a7ac8042e8bf639bfe329ee</id>
<content type='text'>
define fetch_and_cache_address_list() to fetch and cache the array of
address list.  The main part of get_next_value().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
define fetch_and_cache_address_list() to fetch and cache the array of
address list.  The main part of get_next_value().
</pre>
</div>
</content>
</entry>
<entry>
<title>move SQL::Schema:: to IO::Adapter::SQL::</title>
<updated>2001-08-05T03:24:44+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-05T03:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3eaaca9f8962691a89a688b6a13867908ca6be08'/>
<id>3eaaca9f8962691a89a688b6a13867908ca6be08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>we use $FML$, add it and nuke $Id$ if it exists</title>
<updated>2001-06-17T08:57:08+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-06-17T08:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=78e8458ebb6a00577227839a1e9dd93f31bf15e4'/>
<id>78e8458ebb6a00577227839a1e9dd93f31bf15e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clarify $map_params paremter</title>
<updated>2001-06-09T14:27:39+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-06-09T14:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=502795ab4088b71ac9e0c2c4826406a0e1c7d39d'/>
<id>502795ab4088b71ac9e0c2c4826406a0e1c7d39d</id>
<content type='text'>
internal name change: _schema -&gt; _driver
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
internal name change: _schema -&gt; _driver
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up documents</title>
<updated>2001-05-30T14:35:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-05-30T14:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=1149b16f28aa8f39ea7a405dcd826825125666c5'/>
<id>1149b16f28aa8f39ea7a405dcd826825125666c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
