aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-miscfuncs/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* - Simplify extractionDmitry Marakasov2019-12-031-1/+1
| | | | | | | | | | | - Switch to USES=localbase (and fix PREFIX vs. LOCALBASE misuse) - Unsilence build and installation - User proper command for library installation - Respect LDFLAGS - Update WWW Notes: svn path=/head/; revision=518922
* Provide mathematical, string and aggregate functions for SQL queriesGreg Larkin2010-03-051-0/+19
using the SQLite loadable extensions mechanism. Math functions: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi String functions: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter Aggregate functions: stdev, variance, mode, median, lower_quartile, upper_quartile WWW: http://www.sqlite.org/contrib Submitted by: myself (glarkin) Feature safe: yes Notes: svn path=/head/; revision=250602