You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support standard pagination functions of Ktorm, translating to MySQL's `limit ?, ?` clause.
86
-
- Support extended syntax for insert statements, like [insertOrUpdate](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/insert-or-update.html), [bulkInsert](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/bulk-insert.html), [bulkInsertOrUpdate](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/bulk-insert-or-update.html), etc.
87
-
- Support locking clause via [locking](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/locking.html) function, eg. `select ... for update`.
88
-
- Support fulltext search via [match](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/match.html) and [against](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/against.html) functions.
89
-
- Support some common-used JSON operating functions, like [jsonContains](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/json-contains.html), [jsonExtract](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/json-extract.html).
90
-
- Support some common-used functions like [IF](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/-i-f.html), [ifNull](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/if-null.html), [greatest](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/greatest.html), [least](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/least.html), [replace](https://www.ktorm.org/api-docs/org.ktorm.support.mysql/replace.html), etc.
91
-
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/org.ktorm.support.mysql/index.html
86
+
- Support extended syntax for insert statements, like [insertOrUpdate](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/insert-or-update.html), [bulkInsert](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/bulk-insert.html), [bulkInsertOrUpdate](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/bulk-insert-or-update.html), etc.
87
+
- Support locking clause via [locking](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/locking.html) function, eg. `select ... for update`.
88
+
- Support fulltext search via [match](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/match.html) and [against](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/against.html) functions.
89
+
- Support some common-used JSON operating functions, like [jsonContains](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/json-contains.html), [jsonExtract](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/json-extract.html).
90
+
- Support some common-used functions like [IF](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/-i-f.html), [ifNull](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/if-null.html), [greatest](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/greatest.html), [least](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/least.html), [replace](https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/replace.html), etc.
91
+
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/ktorm-support-mysql/org.ktorm.support.mysql/index.html
92
92
93
93
**ktorm-support-postgresql**:
94
94
95
95
- Support standard pagination functions of Ktorm, translating to PostgreSQL's `limit ? offset ?` clause.
96
-
- Support extended syntax for insert statements, like [insertReturning](https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/insert-returning.html), [insertOrUpdate](https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/insert-or-update.html), [bulkInsert](https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/bulk-insert.html), [bulkInsertOrUpdate](https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/bulk-insert-or-update.html), etc.
97
-
- Support locking clause via [locking](https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/locking.html) function, eg. `select ... for update`.
98
-
- Support [hstore](https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/hstore.html) data type and a series of operators for it.
99
-
- Support [cube](https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/cube.html) & [earth](https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/earth.html) data type and their utility functions.
100
-
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/org.ktorm.support.postgresql/index.html
96
+
- Support extended syntax for insert statements, like [insertReturning](https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/insert-returning.html), [insertOrUpdate](https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/insert-or-update.html), [bulkInsert](https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/bulk-insert.html), [bulkInsertOrUpdate](https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/bulk-insert-or-update.html), etc.
97
+
- Support locking clause via [locking](https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/locking.html) function, eg. `select ... for update`.
98
+
- Support [hstore](https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/hstore.html) data type and a series of operators for it.
99
+
- Support [cube](https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/cube.html) & [earth](https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/earth.html) data type and their utility functions.
100
+
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/ktorm-support-postgresql/org.ktorm.support.postgresql/index.html
101
101
102
102
**ktorm-support-sqlite**:
103
103
104
104
- Support standard pagination functions of Ktorm, translating to SQLite's `limit ?, ?` statement.
105
-
- Support extended syntax for insert statements, like [insertOrUpdate](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/insert-or-update.html), [bulkInsert](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/bulk-insert.html), [bulkInsertOrUpdate](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/bulk-insert-or-update.html), etc.
106
-
- Support some common-used JSON operating functions, like [jsonExtract](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/json-extract.html), [jsonPatch](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/json-patch.html).
107
-
- Support some common-used functions like [iif](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/iif.html), [ifNull](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/if-null.html), [instr](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/instr.html), [replace](https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/replace.html), etc.
108
-
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/org.ktorm.support.sqlite/index.html
105
+
- Support extended syntax for insert statements, like [insertOrUpdate](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/insert-or-update.html), [bulkInsert](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/bulk-insert.html), [bulkInsertOrUpdate](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/bulk-insert-or-update.html), etc.
106
+
- Support some common-used JSON operating functions, like [jsonExtract](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/json-extract.html), [jsonPatch](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/json-patch.html).
107
+
- Support some common-used functions like [iif](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/iif.html), [ifNull](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/if-null.html), [instr](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/instr.html), [replace](https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/replace.html), etc.
108
+
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/ktorm-support-sqlite/org.ktorm.support.sqlite/index.html
109
109
110
110
**ktorm-support-sqlserver**:
111
111
112
112
- Support standard pagination functions of Ktorm, translating to SqlServer's paging SQL using `top` and `row_number over(...)`
113
-
- Support [datetimeoffset](https://www.ktorm.org/api-docs/org.ktorm.support.sqlserver/datetimeoffset.html) data type.
114
-
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/org.ktorm.support.sqlserver/index.html
113
+
- Support [datetimeoffset](https://www.ktorm.org/api-docs/ktorm-support-sqlserver/ktorm-support-sqlite/org.ktorm.support.sqlite/datetimeoffset.html) data type.
114
+
- 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
115
115
116
116
**ktorm-support-oracle**:
117
117
118
118
- Support standard pagination functions of Ktorm, translating to Oracle's paging SQL using `rownum`.
119
-
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/org.ktorm.support.oracle/index.html
119
+
- For more functionality, please refer to the API docs https://www.ktorm.org/api-docs/ktorm-support-oracle/org.ktorm.support.oracle/index.html
120
120
121
121
To be honest, Ktorm's support for special syntax of many database dialects is really not enough. This is because my time and energy are really limited, so I have to lower the precedence of some infrequently used dialect features.
0 commit comments