mattn / mattn/go-sqlite3

Support for custom window functions

Open
#1,215 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
9.2k
Forks
1.2k
Avg merge
19m
Merged PRs (30d)
4

Description

Hi, thanks for your development on this project! I have a use case for registering a custom window function with the SQLite driver.

Is there planned development for a conn.RegisterWindowFunction that uses sqlite3_create_window_function so new window functions can be written in Go?

https://www.sqlite.org/windowfunctions.html#udfwinfunc

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no repository files or tests. Start by reviewing the driver's existing registration APIs and the SQLite sqlite3_create_window_function documentation. Done means exposing a supported Go registration path for custom window functions with appropriate behavior and coverage.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, sqlite
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.