PDA

View Full Version : parse postgresql hstore field



wizard580
3rd August 2012, 02:50
Hi all.

I read hstore field from PGSQL.
I see it as QVariant(QString, ""key1"=>"val1", "key2"=>"val2"")
so, is there any way to get QMap from this string?

bmn
12th April 2013, 15:57
anything???