I have a column with type integer array (postgresql). But I don't know how to insert data with bindValue. I tried QVariantList, but failed.
Qt Code:
QVariantList nomor;
nomor << 1 << 2 << 3 << 4;
sql.bindValue(":intarraycolumn", nomor);To copy to clipboard, switch view to plain text mode
Need your help


 
					
					 
							
						 
    
    
       
    
    
    
    
   Insert into array column
 Insert into array column
		 
				
				
				
					 Reply With Quote
  Reply With Quote 
    
    
    
    
    
    
   Re: Insert into array column
 Re: Insert into array column
		
Bookmarks