An open API service for providing issue and pull request metadata for open source projects.

GitHub / AnswerDotAI/sqlite-minutils issues and pull requests

#48 - Cleanup rowid

Pull Request - State: open - Opened by pydanny 8 months ago

#47 - Address last use of get_last_rowid

Issue - State: open - Opened by pydanny 8 months ago

#46 - bump min python version to 3.9

Pull Request - State: closed - Opened by synapticarbors 8 months ago - 1 comment

#45 - sqlite3 => apsw

Pull Request - State: open - Opened by pydanny 8 months ago - 1 comment

#44 - Consider apsw as a replacement for sqlite3

Issue - State: open - Opened by pydanny 8 months ago

#42 - Add data returns for INSERT/UPDATE/UPSERT

Pull Request - State: closed - Opened by pydanny 9 months ago - 1 comment
Labels: enhancement

#41 - Fix remaining failing tests

Pull Request - State: closed - Opened by pydanny 9 months ago

#40 - Min python should be 3.9

Issue - State: closed - Opened by synapticarbors 9 months ago

#39 - Fixing six tests

Pull Request - State: closed - Opened by pydanny 9 months ago

#38 - execute does not work with named params

Issue - State: closed - Opened by jph00 9 months ago
Labels: bug

#37 - Tests for updates where nothing is updated

Pull Request - State: closed - Opened by audreyfeldroy 9 months ago - 1 comment

#36 - Various update test cases

Pull Request - State: closed - Opened by audreyfeldroy 9 months ago - 2 comments

#35 - Revert "Add returning to basic writes (INSERT, UPDATE, DELETE)"

Pull Request - State: closed - Opened by jph00 9 months ago

#34 - Revert "Add returning to inserts"

Pull Request - State: closed - Opened by jph00 9 months ago - 1 comment

#33 - Revert "Add RETURNING to Table.update()"

Pull Request - State: closed - Opened by jph00 9 months ago - 1 comment

#32 - Retry on concurrency issue(s)

Pull Request - State: open - Opened by pydanny 9 months ago

#31 - WIP: Add returning to upserts

Pull Request - State: closed - Opened by pydanny 9 months ago - 1 comment

#30 - Add RETURNING to Table.update()

Pull Request - State: closed - Opened by pydanny 9 months ago - 3 comments

#29 - Add returning to inserts

Pull Request - State: closed - Opened by pydanny 9 months ago - 2 comments

#28 - Add returning to basic writes (INSERT, UPDATE, DELETE)

Pull Request - State: closed - Opened by pydanny 9 months ago

#27 - Add `fetchone`

Issue - State: closed - Opened by jph00 9 months ago
Labels: enhancement

#26 - WIP DON'T MERGE: Add returning to insert

Pull Request - State: closed - Opened by pydanny 9 months ago

#25 - More robust last pk handling

Pull Request - State: closed - Opened by pydanny 9 months ago - 4 comments

#23 - WIP: Begin migration to core notebook

Pull Request - State: closed - Opened by pydanny 9 months ago - 1 comment

#22 - `select last_insert_rowid()` doesn't account for ROLLBACK on transaction

Issue - State: open - Opened by pydanny 9 months ago - 1 comment

#20 - last_rowid returns `int ROWID` on non-`int` PKs

Issue - State: open - Opened by pydanny 9 months ago

#19 - Use explicit transactions

Issue - State: closed - Opened by jph00 9 months ago
Labels: enhancement

#18 - Test the transactions

Pull Request - State: closed - Opened by pydanny 9 months ago - 1 comment

#17 - Set isolation_level=None

Pull Request - State: closed - Opened by pydanny 9 months ago

#16 - Add possibility to install plugins

Issue - State: closed - Opened by alonsosilvaallende 10 months ago - 2 comments

#15 - Foreign keys are not compatible with @cache

Issue - State: open - Opened by sizhky 11 months ago - 2 comments

#14 - Full text search does not work

Issue - State: closed - Opened by callmephilip 11 months ago - 1 comment

#13 - Fix wrong handling of named parameters

Pull Request - State: open - Opened by ofer1992 11 months ago - 2 comments

#12 - Full-text search seems to be broken

Pull Request - State: open - Opened by callmephilip 11 months ago - 2 comments

#11 - Cleaner error handling on offset without limit

Pull Request - State: closed - Opened by pydanny 11 months ago
Labels: enhancement

#10 - Handle all offsets performed without limits.

Issue - State: closed - Opened by pydanny 11 months ago

#9 - Correct `Database.create_table` to support transforms.

Pull Request - State: closed - Opened by pydanny 11 months ago
Labels: enhancement

#8 - add markdown to doc output

Issue - State: closed - Opened by jph00 11 months ago
Labels: enhancement

#7 - Document transforms failure

Pull Request - State: closed - Opened by pydanny 11 months ago
Labels: documentation

#6 - Support list foreign keys in `db.t.create()`

Pull Request - State: closed - Opened by minki-j 11 months ago - 2 comments
Labels: enhancement

#5 - BUG: Compound primary keys fail on `__contains__` when done with tuple

Issue - State: closed - Opened by pydanny 12 months ago - 1 comment

#4 - Add `select` param

Issue - State: closed - Opened by jph00 12 months ago
Labels: enhancement

#3 - Adding __contains__ to table

Pull Request - State: closed - Opened by johnowhitaker 12 months ago
Labels: enhancement

#2 - TypeError: unhashable type: 'list' when creating table with fks

Issue - State: closed - Opened by Chris2L 12 months ago - 4 comments

#1 - Retain indexes when calling transform

Pull Request - State: closed - Opened by matdmiller about 1 year ago - 1 comment
Labels: enhancement