Skip to content

Commit ad8ffe3

Browse files
committed
add support PostgreSql.json->string
1 parent 6cbd071 commit ad8ffe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SmartCode.Db/DbTypeConverter/DbTypeMap.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<Database DbProvider="PostgreSql" Language="CSharp">
9595
<DbType Name="image" To="byte[]"/>
9696
<DbType Name="bool" To="bool"/>
97+
<DbType Name="json" To="string"/>
9798
<DbType Name="uuid" To="Guid"/>
9899
<DbType Name="text" To="string"/>
99100
<DbType Name="ntext" To="string"/>

0 commit comments

Comments
 (0)