Every-days

Results 1 comments of Every-days

> #### 问题描述及重现重现: > 正常使用freesql-postgresql 因为某个表字段为xml类型,进行插入操作报错42804: column "myxml" is of type xml but expression is of type character variables 是不是postgresql的xml类型没有支持,已经设置了特性的dbtype ="xml",但还是保存了报错的需求xml实际上是varchar,我搜到了master的源码根本没发现类型NpgsqlDbType.xml > > #### 数据库的具体版本 > ``` > > ```...