<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/sqldata.py, branch coverage-5.2.1</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Add temp_store to the SQLite3 debug output</title>
<updated>2020-01-13T11:57:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-01-13T11:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b5309c9eae857fcbcdfa0c6f524cff0a65275ad8'/>
<id>b5309c9eae857fcbcdfa0c6f524cff0a65275ad8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the use of fetchone</title>
<updated>2020-01-13T11:04:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-01-13T11:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e8c5f0dbe69447d2a73fcc0bea107708b23d5d6c'/>
<id>e8c5f0dbe69447d2a73fcc0bea107708b23d5d6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include SQLite compile_options in "debug sys"</title>
<updated>2020-01-12T00:29:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-01-12T00:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6c9b729b86ca6b05c025964905b79e42306f2b12'/>
<id>6c9b729b86ca6b05c025964905b79e42306f2b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements to debugging while chasing #915</title>
<updated>2020-01-12T00:26:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-01-12T00:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=0b4eeedccd64de32b0837dffd3400e58315ab405'/>
<id>0b4eeedccd64de32b0837dffd3400e58315ab405</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put the filename calc back in _connect. Fixes #916</title>
<updated>2020-01-08T03:11:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-01-08T03:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e4b8389b27ce4e7681788b8a28dc875ff4991739'/>
<id>e4b8389b27ce4e7681788b8a28dc875ff4991739</id>
<content type='text'>
It was moved to __init__ to avoid recalculating, but the directory could
have changed, so we need to wait to do the work.  Instead, only do the
relpath on systems that need it (Windows Py 2).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was moved to __init__ to avoid recalculating, but the directory could
have changed, so we need to wait to do the work.  Instead, only do the
relpath on systems that need it (Windows Py 2).
</pre>
</div>
</content>
</entry>
<entry>
<title> Improve the performances of SqliteDb._connect</title>
<updated>2020-01-04T21:24:05+00:00</updated>
<author>
<name>jvoisin</name>
<email>julien.voisin@dustri.org</email>
</author>
<published>2020-01-02T14:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=aa6d8512e3184c1cc3b5868f8ab30aaa1c292d8c'/>
<id>aa6d8512e3184c1cc3b5868f8ab30aaa1c292d8c</id>
<content type='text'>
Since the self.filename attribute doesn't change
during the lifetime of a SqliteDb object,
we can move its relpath transformation in
the init method, instead of doing it every time
_connect is called, resulting in a ~30% performances
gain.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the self.filename attribute doesn't change
during the lifetime of a SqliteDb object,
we can move its relpath transformation in
the init method, instead of doing it every time
_connect is called, resulting in a ~30% performances
gain.
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect when a 4.x data file is being read. #886</title>
<updated>2019-12-22T16:09:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-12-22T14:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=0d6a8784cdafd46409fe187ad87b7c38772d6d1b'/>
<id>0d6a8784cdafd46409fe187ad87b7c38772d6d1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround issue with relpath on Windows. #895</title>
<updated>2019-12-19T11:05:39+00:00</updated>
<author>
<name>Olivier Grisel</name>
<email>olivier.grisel@ensta.org</email>
</author>
<published>2019-12-18T11:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c09c2c203286db3cae1148bd02b1db9a9d524af1'/>
<id>c09c2c203286db3cae1148bd02b1db9a9d524af1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Napoleon gets noisy if you use informal types</title>
<updated>2019-11-11T10:50:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-11T10:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=12ebfecd95995300caf7cd268bfd96e826552c05'/>
<id>12ebfecd95995300caf7cd268bfd96e826552c05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish the sqldata.py docstrings</title>
<updated>2019-11-10T21:32:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-10T21:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1dc17eaf6ed4bb2f2acb99fe7fe1f6857f645cc8'/>
<id>1dc17eaf6ed4bb2f2acb99fe7fe1f6857f645cc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
