<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Pythonのsqlite3を使うときはcommitをお忘れなく へのコメント</title>
	<atom:link href="http://www.chokkan.org/blog/archives/115/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chokkan.org/blog/archives/115</link>
	<description>Blog presented by Naoaki Okazaki</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:22:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>chokkan より</title>
		<link>http://www.chokkan.org/blog/archives/115/comment-page-1#comment-13322</link>
		<dc:creator>chokkan</dc:creator>
		<pubDate>Sun, 01 Mar 2009 15:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.chokkan.org/blog/?p=115#comment-13322</guid>
		<description>コメントありがとうございます．承認が遅れてすみません．

へぇ～，こういうことが仕様としてPEPに書いてあって，それに準拠しただけだったとは知りませんでした．勉強になりました．</description>
		<content:encoded><![CDATA[<p>コメントありがとうございます．承認が遅れてすみません．</p>
<p>へぇ～，こういうことが仕様としてPEPに書いてあって，それに準拠しただけだったとは知りませんでした．勉強になりました．</p>
]]></content:encoded>
	</item>
	<item>
		<title>Pyton DB API より</title>
		<link>http://www.chokkan.org/blog/archives/115/comment-page-1#comment-12673</link>
		<dc:creator>Pyton DB API</dc:creator>
		<pubDate>Sat, 14 Feb 2009 05:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.chokkan.org/blog/?p=115#comment-12673</guid>
		<description>これは Pyton DB API の仕様です。pysqlite に限らずこの API に準拠したモジュールはみなデフォルトで auto-commit off になっています。

http://www.python.org/dev/peps/pep-0249/
--
commit()

Commit any pending transaction to the database. Note that
if the database supports an auto-commit feature, this must
be initially off. An interface method may be provided to
turn it back on.</description>
		<content:encoded><![CDATA[<p>これは Pyton DB API の仕様です。pysqlite に限らずこの API に準拠したモジュールはみなデフォルトで auto-commit off になっています。</p>
<p><a href="http://www.python.org/dev/peps/pep-0249/" rel="nofollow">http://www.python.org/dev/peps/pep-0249/</a><br />
&#8211;<br />
commit()</p>
<p>Commit any pending transaction to the database. Note that<br />
if the database supports an auto-commit feature, this must<br />
be initially off. An interface method may be provided to<br />
turn it back on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

