<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>thekoruku</author_name>
  <author_url>https://blog.hatena.ne.jp/thekoruku/</author_url>
  <blog_title>done is better than perfect</blog_title>
  <blog_url>https://dibtp.hateblo.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>Python 2.7.3 + sqlite3で少しハマりました。 col_nameというカラム名を持つtableが存在するsqliteのデータベースファイルsqlite.dbがあるとして、以下の様なコードを書くとエラーになります。 from __future__ import unicode_literals import sqlite3 con = sqlite3.connect(&quot;./sqlite.db&quot;) con.row_factory = sqlite3.Row cur = con.cursor() cur.execute(&quot;SELECT * FROM tbl_name&quot;) cur.f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdibtp.hateblo.jp%2Fentry%2F2013%2F11%2F21%2F223030&quot; title=&quot;Python(2系列)とsqlite3でハマった話 - done is better than perfect&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-11-21 22:30:30</published>
  <title>Python(2系列)とsqlite3でハマった話</title>
  <type>rich</type>
  <url>https://dibtp.hateblo.jp/entry/2013/11/21/223030</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
