We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8ad54 commit a394bb5Copy full SHA for a394bb5
ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/SqlTypes.kt
@@ -144,7 +144,7 @@ public fun BaseTable<*>.doubleArray(name: String): Column<DoubleArray> {
144
}
145
146
/**
147
- * [SqlType] implementation represents PostgreSQL `double[]` type.
+ * [SqlType] implementation represents PostgreSQL `float8[]` type.
148
*/
149
public object DoubleArraySqlType : SqlType<DoubleArray>(Types.ARRAY, "float8[]") {
150
0 commit comments