Skip to content

Commit

Permalink
Add rnd_ipv4() function (#23)
Browse files Browse the repository at this point in the history
* Add `rnd_ipv4` function

* Bump version
  • Loading branch information
insmac authored Aug 14, 2023
1 parent 4a5fa84 commit d816d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@questdb/sql-grammar",
"version": "1.0.11",
"version": "1.0.12",
"description": "List of keywords, functions and constants that QuestDB supports",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default [
"rnd_float",
"rnd_geohash",
"rnd_int",
"rnd_ipv4",
"rnd_long",
"rnd_long256",
"rnd_short",
Expand Down

0 comments on commit d816d6d

Please sign in to comment.