index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
/
sqldata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: specialize exceptions
nedbat/exceptions
Ned Batchelder
2021-11-14
1
-16
/
+16
*
refactor: no need for __nonzero__, that was py2 only
Ned Batchelder
2021-11-13
1
-3
/
+1
*
test: cover the last edge cases in sqldata.py
Ned Batchelder
2021-10-10
1
-4
/
+4
*
fix: raise CoverageException for SQLite connection errors
nedbat/sqldata-edge-tests
Ned Batchelder
2021-10-10
1
-1
/
+5
*
style: use the official designation for utf-8
Ned Batchelder
2021-10-10
1
-2
/
+2
*
fix: contexts_by_lineno now returns a true dict
Ned Batchelder
2021-10-09
1
-8
/
+10
*
style: make string quotes uniform
Ned Batchelder
2021-10-09
1
-74
/
+71
*
refactor: use sets to collect data
Ned Batchelder
2021-08-15
1
-4
/
+5
*
fix: correct previous refactorings
Ned Batchelder
2021-07-28
1
-1
/
+1
*
refactor: convert %-strings to f-strings
Ned Batchelder
2021-07-28
1
-1
/
+1
*
fix: retry immediately on a failure inside executemany. #1010
Ned Batchelder
2021-07-21
1
-1
/
+7
*
fix: raise chained errors with "from" #998
Ned Batchelder
2021-07-20
1
-2
/
+2
*
docs: add a word to clarify an API
Ned Batchelder
2021-05-08
1
-1
/
+1
*
fix: shorten the sqlite debug info listing
Ned Batchelder
2021-05-04
1
-2
/
+5
*
fix: make data collection operations thread-safe
Ned Batchelder
2021-05-03
1
-0
/
+20
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+2
*
refactor: pyupgrade --py36-plus coverage/*.py
Ned Batchelder
2021-05-02
1
-21
/
+21
*
refactor: remove more unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-6
/
+5
*
refactor: remove unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-8
/
+9
*
refactor: remove code explicitly choosing between py2 and py3
Ned Batchelder
2021-05-01
1
-16
/
+1
*
docs: clarify that loads/dumps are not related to data files
Ned Batchelder
2021-04-19
1
-1
/
+8
*
fix: improve an error message. #803
Ned Batchelder
2021-02-28
1
-2
/
+2
*
Use set literals
Ned Batchelder
2021-01-03
1
-2
/
+2
*
Retry in the case of failures. #1010
Ned Batchelder
2020-12-05
1
-1
/
+7
*
Fix --source performance regression. #1037
Ned Batchelder
2020-10-11
1
-9
/
+20
*
Add temp_store to the SQLite3 debug output
Ned Batchelder
2020-01-13
1
-0
/
+2
*
Correct the use of fetchone
Ned Batchelder
2020-01-13
1
-3
/
+20
*
Include SQLite compile_options in "debug sys"
Ned Batchelder
2020-01-11
1
-0
/
+4
*
Improvements to debugging while chasing #915
Ned Batchelder
2020-01-11
1
-4
/
+11
*
Put the filename calc back in _connect. Fixes #916
Ned Batchelder
2020-01-07
1
-12
/
+16
*
Improve the performances of SqliteDb._connect
jvoisin
2020-01-04
1
-8
/
+9
*
Detect when a 4.x data file is being read. #886
Ned Batchelder
2019-12-22
1
-1
/
+14
*
Workaround issue with relpath on Windows. #895
Olivier Grisel
2019-12-19
1
-1
/
+8
*
Napoleon gets noisy if you use informal types
Ned Batchelder
2019-11-11
1
-6
/
+6
*
Finish the sqldata.py docstrings
Ned Batchelder
2019-11-10
1
-11
/
+44
*
Make sure dataio logging is happening where it should
Ned Batchelder
2019-11-09
1
-0
/
+2
*
CoverageData.lines doesn't sort its returned list
Ned Batchelder
2019-11-09
1
-1
/
+1
*
sqldata.py docstrings
Ned Batchelder
2019-11-09
1
-31
/
+118
*
'[run] note' is no longer supported.
Ned Batchelder
2019-11-09
1
-8
/
+2
*
Tie up a loose end in the docs
Ned Batchelder
2019-10-08
1
-1
/
+0
*
Sqlite3 info in 'coverage debug sys'
Ned Batchelder
2019-10-08
1
-1
/
+11
*
Slowly making progress on sqldata docstrings
Ned Batchelder
2019-10-06
1
-0
/
+7
*
Quiet pylint
Ned Batchelder
2019-10-06
1
-3
/
+5
*
Context patterns are regexes, not globs
Ned Batchelder
2019-10-02
1
-5
/
+27
*
Setting query context has to be done with a separate method call
Ned Batchelder
2019-10-02
1
-34
/
+24
*
Updating with an empty data is ok
Ned Batchelder
2019-09-03
1
-16
/
+24
*
Need to set a sqlite attribute on a real sqlite connection
Ned Batchelder
2019-09-03
1
-1
/
+1
*
Log some indication of the script being executed
Ned Batchelder
2019-09-02
1
-3
/
+5
*
Logging executemany failed if data was a generator
Ned Batchelder
2019-09-02
1
-0
/
+1
*
Log an operation before starting it
Ned Batchelder
2019-09-01
1
-1
/
+1
[next]