Skip to content

Commit a394bb5

Browse files
update comment
1 parent 7f8ad54 commit a394bb5

File tree

1 file changed

+1
-1
lines changed
  • ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql

1 file changed

+1
-1
lines changed

ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/SqlTypes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public fun BaseTable<*>.doubleArray(name: String): Column<DoubleArray> {
144144
}
145145

146146
/**
147-
* [SqlType] implementation represents PostgreSQL `double[]` type.
147+
* [SqlType] implementation represents PostgreSQL `float8[]` type.
148148
*/
149149
public object DoubleArraySqlType : SqlType<DoubleArray>(Types.ARRAY, "float8[]") {
150150

0 commit comments

Comments
 (0)