<feed xmlns='http://www.w3.org/2005/Atom'>
<title>third_party-sqlite3-ruby.git/lib, branch master</title>
<subtitle>Genome patches to sqlite3 that are not yet upstream</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/'/>
<entry>
<title>Merge branch 'robholland/master'</title>
<updated>2008-05-30T19:50:43+00:00</updated>
<author>
<name>Jamis Buck</name>
<email>jamis@37signals.com</email>
</author>
<published>2008-05-30T19:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=86d3d598af767218642c707f07708bb49e430c1b'/>
<id>86d3d598af767218642c707f07708bb49e430c1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version bump</title>
<updated>2008-05-30T19:22:34+00:00</updated>
<author>
<name>Jamis Buck</name>
<email>jamis@37signals.com</email>
</author>
<published>2008-05-30T19:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=2914f06f7eb8a24b6067bde3a2eec9d41f13e014'/>
<id>2914f06f7eb8a24b6067bde3a2eec9d41f13e014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unquote double-quoted values, too.</title>
<updated>2008-05-30T15:46:35+00:00</updated>
<author>
<name>Jamis Buck</name>
<email>jamis@37signals.com</email>
</author>
<published>2008-05-30T15:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=95e1681f488e8dca579544f3a72c5e2e87a0a398'/>
<id>95e1681f488e8dca579544f3a72c5e2e87a0a398</id>
<content type='text'>
Contributed by Łukasz Dargiewicz &lt;lukasz.dargiewicz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contributed by Łukasz Dargiewicz &lt;lukasz.dargiewicz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Inherit from StandardError for SQLite3 exceptions so that they are caught with a standard rescue</title>
<updated>2008-05-25T08:43:05+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-25T08:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=c5a5a92d5fa3ac7b56c75e7324aec8d2eb603b64'/>
<id>c5a5a92d5fa3ac7b56c75e7324aec8d2eb603b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing require</title>
<updated>2008-05-19T18:19:00+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-19T18:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=af232df8c0649e144640ab2a8e1cf25296b52118'/>
<id>af232df8c0649e144640ab2a8e1cf25296b52118</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use Date directly for parsing rather than going via Time</title>
<updated>2008-05-17T15:31:22+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-17T15:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=ffceae8e0e493cd3f2c782238367c861742ad55e'/>
<id>ffceae8e0e493cd3f2c782238367c861742ad55e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>be more granular with time/data translation</title>
<updated>2008-05-17T15:05:53+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-17T15:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=423e51b081231278ee29dc157f0c19bfd874c275'/>
<id>423e51b081231278ee29dc157f0c19bfd874c275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>amend rdoc to make it clear to use Statement#execute to execute a prepared statement</title>
<updated>2008-05-17T11:09:37+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-17T11:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=a0046a178767af8aee48671898497d2ba953027c'/>
<id>a0046a178767af8aee48671898497d2ba953027c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "amend rdoc to make it clear to use Statement#execute to execute a prepared statement"</title>
<updated>2008-05-17T11:05:49+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-17T11:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=d9abc5144ea3c0feafc14da732d042e4abc0b361'/>
<id>d9abc5144ea3c0feafc14da732d042e4abc0b361</id>
<content type='text'>
Included some portability work by mistake.

This reverts commit 36ff0b85ed9049a63cc3b66533282e730a7db398.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Included some portability work by mistake.

This reverts commit 36ff0b85ed9049a63cc3b66533282e730a7db398.
</pre>
</div>
</content>
</entry>
<entry>
<title>amend rdoc to make it clear to use Statement#execute to execute a prepared statement</title>
<updated>2008-05-17T09:31:56+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-17T09:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=36ff0b85ed9049a63cc3b66533282e730a7db398'/>
<id>36ff0b85ed9049a63cc3b66533282e730a7db398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
