Skip to content

Commit

Permalink
Merge pull request #44 from carlopi/fixup_ulid
Browse files Browse the repository at this point in the history
Fixup ULID example
  • Loading branch information
carlopi authored Jul 10, 2024
2 parents ddc50a3 + b44f4f8 commit fc7a186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ulid/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repo:

docs:
hello_world: |
SELECT * ulid() as result;
SELECT ulid() as result;
extended_description: |
This extension adds a new `ULID` data type to DuckDB.
A [ULID](https://github.com/ulid/spec) is similar to a UUID except that it also contains a timestamp component, which makes it more suitable for use cases where the order of creation is important.
Expand Down

0 comments on commit fc7a186

Please sign in to comment.