Skip to content

Commit

Permalink
#382 Usage of LONG oracle datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Sep 10, 2018
1 parent 1d51021 commit 1110715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal object OracleDataTypeProvider : DataTypeProvider() {

override fun uuidType() = "RAW(16)"

override fun textType() = "LONG"
override fun textType() = "CLOB"

override fun blobType() = "BLOB"

Expand Down

0 comments on commit 1110715

Please sign in to comment.