<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ShineSpark</author_name>
  <author_url>https://blog.hatena.ne.jp/ShineSpark/</author_url>
  <blog_title>人生シーケンスブレイク</blog_title>
  <blog_url>https://shinespark.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>mysql.connector を使ってる際に、 cursor.execute('SELECT * FROM table WHERE hoge = %s', (fuge)) が動かずなんでだろうと思っていたら、 mysql-connector-python/cursor.py at master · mysql/mysql-connector-python に cursor.execute(&quot;SELECT * FROM t1 WHERE id = %s&quot;, (5,)) と書いており、(5,) ってなんぞ？と思ってたら、Pythonでは単要素のタプルにはカンマが必要らしい。 4. 組み込み型 —…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshinespark.hatenablog.com%2Fentry%2F2015%2F07%2F29%2F173725&quot; title=&quot;Pythonでは単要素のタプルにはカンマを使う - 人生シーケンスブレイク&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>2015-07-29 17:37:25</published>
  <title>Pythonでは単要素のタプルにはカンマを使う</title>
  <type>rich</type>
  <url>https://shinespark.hatenablog.com/entry/2015/07/29/173725</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
