{"html_url": "https://github.com/dogsheep/dogsheep-beta/issues/37#issuecomment-1646950438", "issue_url": "https://api.github.com/repos/dogsheep/dogsheep-beta/issues/37", "id": 1646950438, "node_id": "IC_kwDOC8SPRc5iKngm", "user": {"value": 10352819, "label": "rprimet"}, "created_at": "2023-07-23T20:18:26Z", "updated_at": "2023-07-23T20:18:26Z", "author_association": "NONE", "body": "My bad, although I could not find how to use `url`s, I was using a function call syntax for the filters instead of jinja's pipe syntax; closing this issue.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1817281557, "label": "cannot use jinja filters in display?"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/576#issuecomment-1646753678", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/576", "id": 1646753678, "node_id": "IC_kwDOCGYnMM5iJ3eO", "user": {"value": 9599, "label": "simonw"}, "created_at": "2023-07-23T05:49:51Z", "updated_at": "2023-07-23T05:49:51Z", "author_association": "OWNER", "body": "Done - bottom of https://sqlite-utils.datasette.io/en/latest/changelog.html#id116", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1816997390, "label": "Backfill the release notes prior to 0.4"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/576#issuecomment-1646752814", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/576", "id": 1646752814, "node_id": "IC_kwDOCGYnMM5iJ3Qu", "user": {"value": 9599, "label": "simonw"}, "created_at": "2023-07-23T05:43:13Z", "updated_at": "2023-07-23T05:43:13Z", "author_association": "OWNER", "body": "Using `llm` in my `sqlite-utils` local checkout:\r\n```bash\r\ngit diff 0.2 0.3 | llm -s 'release notes as markdown bullet points'\r\n```\r\n> - Added a new `Table` class in the `db` module which represents a table in a SQLite database\r\n> - The `Table` class has properties that provide information about the table, such as column names, foreign keys, and schema\r\n> - The `Table` class also has a `count` property that returns the number of rows in the table\r\n> - The `Table` class has a `create` method that can be used to create a new table with specified columns, primary key, and foreign keys\r\n> - Updated the `Database` class in the `__init__` module to include the `Table` class and expose it via the `__all__` variable\r\n> - Added new tests for creating tables and introspecting tables\r\n\r\n```bash\r\ngit diff 0.3 0.3.1 | llm -s 'release notes as markdown bullet points'\r\n```\r\n\r\n> - Updated PyPI version badge to display the latest version\r\n> - Updated Travis CI badge to link to the master branch\r\n> - Added a badge for documentation status\r\n> - Added a license badge\r\n> - Added a description of the package\r\n> - Added installation instructions\r\n> - Added a link to the documentation\r\n> - Added a \"Related projects\" section and linked to Datasette and csvs-to-sqlite\r\n> - Updated the version in setup.py to 0.3.1\r\n\r\n```bash\r\ngit diff 0.3.1 0.4 | llm -s 'release notes as markdown bullet points'\r\n```\r\n\r\n> - Added an `enable_fts` method to the `Table` class that enables full-text search on specified columns\r\n> - Added a `populate_fts` method to the `Table` class that refreshes the search index for full-text search\r\n> - Added a `search` method to the `Table` class that allows searching the table using full-text search\r\n> - Updated the `setup.py` script to version 0.4\r\n> - Updated the `db.py` file to include the `enable_fts`, `populate_fts`, and `search` methods\r\n> - Added test cases for the `enable_fts`, `populate_fts`, and `search` methods in the `test_enable_fts.py` file\r\n> - Added test cases for the `count`, `columns`, and `schema` properties in the `test_introspect.py` file\r\n> ", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1816997390, "label": "Backfill the release notes prior to 0.4"}, "performed_via_github_app": null}