You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1311,8 +1317,8 @@ function _handle_update_sample_full($a, $sid)
1311
1317
$blSampleId = $samp['BLSAMPLEID'];
1312
1318
1313
1319
$this->db->pq(
1314
-
"UPDATE blsample set name=:1,comments=:2,code=:3,volume=:4,packingfraction=:5,dimension1=:6,dimension2=:7,dimension3=:8,shape=:9,looptype=:10 WHERE blsampleid=:11",
"UPDATE blsample set name=:1,comments=:2,code=:3,volume=:4,packingfraction=:5,dimension1=:6,dimension2=:7,dimension3=:8,shape=:9,looptype=:10,smiles=:11 WHERE blsampleid=:12",
@@ -1480,6 +1486,7 @@ function _prepare_sample_args($s = null)
1480
1486
'LOOPTYPE',
1481
1487
'ENERGY',
1482
1488
'USERPATH',
1489
+
'SMILES',
1483
1490
'SCREENINGMETHOD',
1484
1491
'SCREENINGCOLLECTVALUE',
1485
1492
'SAMPLEGROUP',
@@ -1537,8 +1544,8 @@ function _do_add_sample($s)
1537
1544
}
1538
1545
1539
1546
$this->db->pq(
1540
-
"INSERT INTO blsample (blsampleid,crystalid,diffractionplanid,containerid,location,comments,name,code,blsubsampleid,screencomponentgroupid,volume,packingfraction,dimension1,dimension2,dimension3,shape,looptype,source) VALUES (s_blsample.nextval,:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13,:14,:15,:16,IFNULL(:17,CURRENT_USER)) RETURNING blsampleid INTO :id",
"INSERT INTO blsample (blsampleid,crystalid,diffractionplanid,containerid,location,comments,name,code,blsubsampleid,screencomponentgroupid,volume,packingfraction,dimension1,dimension2,dimension3,shape,looptype,smiles,source) VALUES (s_blsample.nextval,:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13,:14,:15,:16,:17,IFNULL(:18,CURRENT_USER)) RETURNING blsampleid INTO :id",
0 commit comments