Ecosyste.ms: Issues

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

GitHub / seapagan/sqliter-py issues and pull requests

#65 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: open - Opened by pre-commit-ci[bot] 9 days ago - 1 comment

#63 - implement list, dict, tuple and set as valid field types

Pull Request - State: closed - Opened by seapagan 15 days ago - 1 comment
Labels: enhancement

#62 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 16 days ago - 2 comments

#61 - Add delete() method to QueryBuilder with comprehensive test coverage

Pull Request - State: closed - Opened by seapagan 17 days ago - 1 comment
Labels: enhancement

#60 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] about 1 month ago - 2 comments

#59 - Update astral-sh/setup-uv action to v5

Pull Request - State: closed - Opened by renovate[bot] about 2 months ago - 1 comment
Labels: dependencies

#58 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 2 months ago - 2 comments

#57 - Update astral-sh/setup-uv action to v4

Pull Request - State: closed - Opened by renovate[bot] 3 months ago - 2 comments
Labels: dependencies

#56 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 3 months ago - 2 comments

#56 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: open - Opened by pre-commit-ci[bot] 3 months ago - 1 comment

#54 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 2 comments

#54 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 2 comments

#53 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 1 comment

#52 - support the `date` and `datetime` types

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: enhancement

#51 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 1 comment

#51 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 1 comment

#50 - Fix missing commits from the previous PR (#49)

Pull Request - State: closed - Opened by seapagan 4 months ago - 2 comments
Labels: bug

#50 - Fix missing commits from the previous PR (#49)

Pull Request - State: closed - Opened by seapagan 4 months ago - 2 comments
Labels: bug

#49 - add `created_at` and `updated_at` timestamps to the BaseDBModel

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: enhancement

#49 - add `created_at` and `updated_at` timestamps to the BaseDBModel

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: enhancement

#48 - Add some useful properties to the SqliterDB class instance

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: enhancement

#48 - Add some useful properties to the SqliterDB class instance

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: enhancement

#46 - Add ability to mark a field as UNIQUE

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: enhancement

#46 - Add ability to mark a field as UNIQUE

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: enhancement

#45 - Implement user-defined indexes

Pull Request - State: closed - Opened by seapagan 4 months ago - 2 comments
Labels: enhancement

#44 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 1 comment
Labels: dependencies

#44 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 1 comment
Labels: dependencies

#43 - Ensure context-manager ignores the `auto_commit` setting.

Pull Request - State: closed - Opened by seapagan 4 months ago - 2 comments
Labels: bug

#43 - Ensure context-manager ignores the `auto_commit` setting.

Pull Request - State: closed - Opened by seapagan 4 months ago - 2 comments
Labels: bug

#42 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 1 comment

#42 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 4 months ago - 1 comment

#40 - fix `null` filter when combined with others and add tests

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: bug

#40 - fix `null` filter when combined with others and add tests

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: bug

#39 - Always create a `pk` primary auto-incrementing key

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: breaking

#39 - Always create a `pk` primary auto-incrementing key

Pull Request - State: closed - Opened by seapagan 4 months ago - 1 comment
Labels: breaking

#38 - Fix issue # 37, wip, has issues

Pull Request - State: closed - Opened by seapagan 5 months ago - 4 comments
Labels: bug

#38 - Fix issue # 37, wip, has issues

Pull Request - State: closed - Opened by seapagan 5 months ago - 4 comments
Labels: bug

#37 - Auto-generated primary key not returned by the Model

Issue - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: bug

#37 - Auto-generated primary key not returned by the Model

Issue - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: bug

#36 - Refactor web docs layout and improve content

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: documentation

#36 - Refactor web docs layout and improve content

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: documentation

#34 - Add `exists_ok` and `force` flags to `create_table`

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#34 - Add `exists_ok` and `force` flags to `create_table`

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#33 - Add `reset=` to SqliterDB(), to drop all existing tables

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#33 - Add `reset=` to SqliterDB(), to drop all existing tables

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#32 - Order by primary key if no field specified to `order()`

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#32 - Order by primary key if no field specified to `order()`

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#31 - add `drop_table` method

Pull Request - State: closed - Opened by seapagan 5 months ago - 2 comments
Labels: enhancement

#31 - add `drop_table` method

Pull Request - State: closed - Opened by seapagan 5 months ago - 2 comments
Labels: enhancement

#30 - Perform some internal refactoring, mostly arranging the tests.

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: refactor

#30 - Perform some internal refactoring, mostly arranging the tests.

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: refactor

#29 - Add debug logging option

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#28 - Add test coverage where missing

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: testing

#27 - Create relevant database fields depending on the Model types

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#27 - Create relevant database fields depending on the Model types

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#25 - Add a documentation website and trim down the README

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: documentation

#24 - deprecate 'direction=' for 'reverse=' in `order()` method.

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#24 - deprecate 'direction=' for 'reverse=' in `order()` method.

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#23 - rename 'create_id' to 'create_pk'

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: breaking

#23 - rename 'create_id' to 'create_pk'

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: breaking

#22 - Update dependency inflect to v7.4.0

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 3 comments
Labels: dependencies

#22 - Update dependency inflect to v7.4.0

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 3 comments
Labels: dependencies

#21 - add improved table name generation

Pull Request - State: closed - Opened by seapagan 5 months ago - 2 comments
Labels: enhancement

#21 - add improved table name generation

Pull Request - State: closed - Opened by seapagan 5 months ago - 2 comments
Labels: enhancement

#20 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 5 months ago - 1 comment

#20 - [pre-commit.ci] pre-commit autoupdate

Pull Request - State: closed - Opened by pre-commit-ci[bot] 5 months ago - 1 comment

#19 - Update dependency ruff to v0.6.7

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 2 comments
Labels: dependencies

#19 - Update dependency ruff to v0.6.7

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 2 comments
Labels: dependencies

#18 - Update dependency pydantic to v2.9.2

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 1 comment
Labels: dependencies

#18 - Update dependency pydantic to v2.9.2

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 1 comment
Labels: dependencies

#17 - Update dependency idna to v3.10

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 2 comments
Labels: dependencies

#17 - Update dependency idna to v3.10

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 2 comments
Labels: dependencies

#16 - Update dependency zipp to v3.20.2

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 1 comment
Labels: dependencies

#16 - Update dependency zipp to v3.20.2

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 1 comment
Labels: dependencies

#15 - implement an in-memory database option

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#14 - Update dependency ruff to v0.6.7

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 2 comments
Labels: invalid

#13 - Update dependency pydantic to v2.9.2

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 3 comments
Labels: invalid

#12 - Allow selecting a subset of the database fields instead of all them

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#11 - Improve dev tooling and contributor documentation

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#10 - Update astral-sh/setup-uv action to v3

Pull Request - State: closed - Opened by renovate[bot] 5 months ago - 1 comment
Labels: dependencies

#9 - default to auto_create=True, and add 'commit()' & 'close()' methods

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#8 - Ensure context manager commits on exit

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: bug

#7 - Add more advanced filtering options

Pull Request - State: closed - Opened by seapagan 5 months ago - 1 comment
Labels: enhancement

#6 - Dependency Dashboard

Issue - State: open - Opened by renovate[bot] 5 months ago

#5 - Configure Renovate

Pull Request - State: closed - Opened by renovate[bot] 5 months ago
Labels: dependencies

#4 - remove transaction exception (TransactionError)

Pull Request - State: closed - Opened by seapagan 5 months ago
Labels: enhancement

#3 - Improve error handling across the library

Pull Request - State: closed - Opened by seapagan 5 months ago
Labels: enhancement

#2 - Add 'limit', 'offset' and 'order' methods

Pull Request - State: closed - Opened by seapagan 5 months ago
Labels: enhancement

#1 - Add a full test suite to the existing code.

Pull Request - State: closed - Opened by seapagan 5 months ago
Labels: testing