5 Commits

Author SHA1 Message Date
Charles Leifer ac959db5b4 Remove Python 2.x compatibility code. So long, old friend. 2026-03-09 10:39:07 -05:00
Charles Leifer 1aeef460a4 SIGNIFICANT: remove playhouse._sqlite_ext.
C implementations of ranking functions are moved to _sqlite_udf.
Capabilites exclusive to the CSqliteExtDatabase implementation are being
migrated over to cysqlite_ext.CySqliteDatabase, which supports them
natively without relying on hacks.
2026-02-06 10:37:08 -06:00
Charles Leifer 1979ce8f53 Set cython language level to 3. 2023-02-28 08:14:07 -06:00
Charles Leifer 3f5980a670 Use integer division in selectKth udf.
Should fix #2660
2022-12-16 12:31:12 -06:00
Charles Leifer b6fb811c21 Adding sqlite user-defined functions and aggregates. 2016-01-27 16:16:18 -06:00