Skip to content

Releases: elliotchance/sqlite3x

v1.1.0

05 Apr 22:58
4ccc17b

Choose a tag to compare

math: Added new math functions (#2)

Basically most of the standard C functions that were not already present in sqlite3 and a few more:

- acos(X)
- asin(X)
- atan(X)
- atan2(Y,X)
- ceil(X)
- cos(X)
- cosh(X)
- e()
- exp(X)
- floor(X)
- log(X)
- log10(X)
- pi()
- pow(X,Y)
- sin(X)
- sinh(X)
- sqrt(X)
- tan(X)
- tanh(X)

v1.0.1

05 Apr 16:53
470ed76

Choose a tag to compare

ci: Adding Travis CI to run tests (#1)

v1.0.0

29 Mar 19:03

Choose a tag to compare

Updating code for SQLite3 v3.31.1