码迷,mamicode.com
首页 > 数据库 > 详细

go postgresql array

时间:2017-07-13 22:41:09      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:split   str   null   nbsp   color   bsp   sql   常量   can   

将postgresql数组字段的初始值定为空串时报错,应设置为‘{}‘

 pq: 有缺陷的数组常量:""

若数组字段rows.Scan用interface{}输入,会乱码,但如果字段可为null,scan又会报错

最后将表里面的字段设为not null,然后go读出的string为image=="{... , ... , ...}"

strings.Split(image[1:len(image)-1],",")

go postgresql array

标签:split   str   null   nbsp   color   bsp   sql   常量   can   

原文地址:http://www.cnblogs.com/cdyboke/p/7163348.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!