MagicStack / MagicStack/asyncpg
[Question] Generate Record from Record subset of keys?
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 8.1k
- 派生
- 468
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi guys!
Really great library, well done and hats off to you.
Just a small question: can I generate a Record from a subset of another Record's keys? e.g.:
record: Record = conn.fetchrow(query, foo)
print(len(record.keys()) # let's say there are 10 keys
# Make a new Record from the first 8 keys
new_record = Record(record[:8])
The reason I can't just cast the original Record to a dict is because it was generated using 2 INNER JOINs onto the same table, and so I have non-unique column descriptions in the result from that query.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 asyncpg 的 Record API 和示例中描述的 conn.fetchrow 结果开始;issue 未指明源文件或测试。确定是否支持从键的子集构造 Record,并明确对于包含重复列名的结果所支持的方法。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- postgresql, python
- 领域
- databases
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100