Skip to content

Commit

Permalink
fix api docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Oct 1, 2024
1 parent 9a7b4a1 commit 9d725c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/en/dialects-and-native-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Now, let's talk about Ktorm's built-in dialects' features.
**ktorm-support-sqlserver**:

- Support standard pagination functions of Ktorm, translating to SqlServer's paging SQL using `top` and `row_number over(...)`
- Support [datetimeoffset](https://www.ktorm.org/api-docs/ktorm-support-sqlserver/ktorm-support-sqlite/org.ktorm.support.sqlite/datetimeoffset.html) data type.
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/ktorm-support-sqlserver/ktorm-support-sqlite/org.ktorm.support.sqlite/index.html
- Support [datetimeoffset](https://www.ktorm.org/api-docs/ktorm-support-sqlserver/org.ktorm.support.sqlserver/datetimeoffset.html) data type.
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/ktorm-support-sqlserver/org.ktorm.support.sqlserver/index.html

**ktorm-support-oracle**:

Expand Down

0 comments on commit 9d725c7

Please # to comment.