Skip to content

Commit a95a7d9

Browse files
committed
Document Duration data type support
1 parent 265118f commit a95a7d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/features/datatypes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ counter|[Long / BigInt](numerical)
1212
date|[LocalDate](datetime)
1313
decimal|[BigDecimal](numerical)
1414
double|[Number](numerical)
15+
duration/[Duration](/api/module.types/class.Duration/)
1516
float|[Number](numerical)
1617
inet|[InetAddress](/api/module.types/class.InetAddress/)
1718
int|[Number](numerical)

docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ links:
3838
href: https://www.npmjs.org/package/cassandra-driver
3939
versions:
4040
- name: '4.5'
41-
ref: 'master'
41+
ref: '4.5'
4242
- name: '4.4'
4343
ref: '4.4'
4444
- name: '4.3'

0 commit comments

Comments
 (0)