<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHPのテクメモ &#187; SQLite</title>
	<atom:link href="http://php.tekmemo.com/?cat=94&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://php.tekmemo.com</link>
	<description>PHPプログラミングの備忘録とおまけ</description>
	<lastBuildDate>Tue, 16 Dec 2014 06:32:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>SQLiteの連番</title>
		<link>http://php.tekmemo.com/?p=1929</link>
		<comments>http://php.tekmemo.com/?p=1929#comments</comments>
		<pubDate>Fri, 25 Apr 2014 14:40:14 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1929</guid>
		<description><![CDATA[実はよくわかっていなかった、create tableの時の書き方。 id INT PRIMARY KEY idは主キーだけれど、自動で連番にはならない。 id INTEGER PRIMARY KEY idが主キーで、自動 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1929</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLiteManagerの文字コードは今もEUCだった</title>
		<link>http://php.tekmemo.com/?p=1736</link>
		<comments>http://php.tekmemo.com/?p=1736#comments</comments>
		<pubDate>Fri, 06 Jul 2012 15:29:09 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1736</guid>
		<description><![CDATA[久々にSQLiteManagerをダウンロードしてセットアップしたが、やっぱり昔と同じで日本語はEUCのままだった。バージョンが上がっているんじゃないかな、ということで新たにUTF-8への対応方法を調べてみた。作業した内 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1736</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQLiteを使うとpdoでrowCount()できない</title>
		<link>http://php.tekmemo.com/?p=1594</link>
		<comments>http://php.tekmemo.com/?p=1594#comments</comments>
		<pubDate>Tue, 11 Oct 2011 07:40:26 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[PDO]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1594</guid>
		<description><![CDATA[SQLでinsert、update、delete文を発行して、結果として影響を受けた行数を知りたい場合がある。pdoの場合、rowCount()というメソッドで知ることが出来るのだが、SQLiteでは使えないことがわかっ [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1594</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLiteでunixタイムスタンプ値を日付に</title>
		<link>http://php.tekmemo.com/?p=1543</link>
		<comments>http://php.tekmemo.com/?p=1543#comments</comments>
		<pubDate>Mon, 25 Jul 2011 13:44:21 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1543</guid>
		<description><![CDATA[諸般の理由でSQLiteに日時を格納するときにUnixタイムスタンプの値を使っている。これを取り出すときに日時の形式にして表示するためのSQL文の記述方法のメモ。 SELECT datetime(datetime(カラム [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1543</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>設定用データベースが読込み専用になっています</title>
		<link>http://php.tekmemo.com/?p=1527</link>
		<comments>http://php.tekmemo.com/?p=1527#comments</comments>
		<pubDate>Mon, 30 May 2011 10:18:12 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1527</guid>
		<description><![CDATA[最近なぜかSQLiteをよく使っている。ほんの、ちょっとした、簡単なデータベースというところがとても魅力的。今までは、テキストファイルに書き出すような仕組みを使っていた部分も、SQLiteに置き換え中。やっぱり、検索とか [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1527</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>いつの間にか外部キー制約が可能に</title>
		<link>http://php.tekmemo.com/?p=1471</link>
		<comments>http://php.tekmemo.com/?p=1471#comments</comments>
		<pubDate>Sun, 10 Apr 2011 15:03:33 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1471</guid>
		<description><![CDATA[普段はあまり使わないSQLiteだったけど、最近ちょっとしたデータ格納手段として使っている（SQLでデータの検索ができるのが便利）。HTML5ではローカルの保存領域として使えるようになったということもあり、これからはSQ [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1471</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10万件のデータ挿入</title>
		<link>http://php.tekmemo.com/?p=1457</link>
		<comments>http://php.tekmemo.com/?p=1457#comments</comments>
		<pubDate>Wed, 06 Apr 2011 15:39:45 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1457</guid>
		<description><![CDATA[PHPからSQLiteに10万件のデータを挿入してみた。CLI版で。pdo関数を使って。単に1件ずつINSERT文で挿入。データ自体は数値データ2つとテキストデータ（2文字）。サーバはVPS、OSはCentOS。 2時間 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1457</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPとSQLiteでブログを開発する</title>
		<link>http://php.tekmemo.com/?p=1155</link>
		<comments>http://php.tekmemo.com/?p=1155#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:17:15 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[SNS/CMS/ブログ]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1155</guid>
		<description><![CDATA[昨今レンタルサーバは安価になった。以前は「独自ドメインはオプション」みたいなのもあったけど、今は独自ドメインが当たり前。それどころか月額1000円そこそこでマルチドメイン無制限、サブドメイン無制限、メールアドレス無制限な [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1155</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLiteには外部キーがない？</title>
		<link>http://php.tekmemo.com/?p=1144</link>
		<comments>http://php.tekmemo.com/?p=1144#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:06:01 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1144</guid>
		<description><![CDATA[SQLiteには現時点で外部キーはないのか。最近のバージョンではあるらしい。正確に言うと3.6.19から。ただSQLiteのバージョンといっても、SQLiteというデータベースソフトウェアがあるわけではないから、SQLi [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1144</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLiteのインデックス</title>
		<link>http://php.tekmemo.com/?p=1131</link>
		<comments>http://php.tekmemo.com/?p=1131#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:24:48 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1131</guid>
		<description><![CDATA[普段SQLiteに触れる際はFireFoxのプラグイン「SQLite Manager」を使っている。以前はウェブベースで操作できる「SQLiteManager」（って同じ名前かよ）を使っていた。理由はSQLite2を取り [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1131</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
