fix: compatible with pgsql
This commit is contained in:
@@ -60,7 +60,7 @@ class MarketDataSeeder extends Seeder
|
|||||||
}
|
}
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
|
|
||||||
throw new \Exception('Error: '.substr($e->getMessage(), 0, 500));
|
throw new \Exception('Error: '.$e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -73,7 +73,7 @@ class MarketDataSeeder extends Seeder
|
|||||||
// Close the CSV file
|
// Close the CSV file
|
||||||
fclose($handle);
|
fclose($handle);
|
||||||
|
|
||||||
echo "Imported $rowCount market data items successfully!\n";
|
echo "\n > Imported $rowCount market data items successfully!";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|||||||
@@ -13682,7 +13682,6 @@ VIG.VI,Vienna Insurance Group AG,Austria,,,
|
|||||||
TACXF,TAC GOLD,United States,,,
|
TACXF,TAC GOLD,United States,,,
|
||||||
VELA.L,Vela Technologies PLC,United Kingdom,,,
|
VELA.L,Vela Technologies PLC,United Kingdom,,,
|
||||||
VEGPF,Vectura Group plc,United States,,,
|
VEGPF,Vectura Group plc,United States,,,
|
||||||
United States.TO,Americas Silver Corporation,Canada,,Industrial Metals & Minerals,
|
|
||||||
URHG,"United Resource Holdings Group, Inc.",United States,,,
|
URHG,"United Resource Holdings Group, Inc.",United States,,,
|
||||||
UQA.VI,UNIQA Insurance Group AG,Austria,,,
|
UQA.VI,UNIQA Insurance Group AG,Austria,,,
|
||||||
UIBGF,UIB Group Limited,United States,,,
|
UIBGF,UIB Group Limited,United States,,,
|
||||||
@@ -20863,7 +20862,6 @@ USMT,US Metro Bank,United States,,,
|
|||||||
USK.F,"Skullcandy, Inc.",France,,,
|
USK.F,"Skullcandy, Inc.",France,,,
|
||||||
USF.AX,"US Select Private Opportunities Fund, LP",Australia,,,
|
USF.AX,"US Select Private Opportunities Fund, LP",Australia,,,
|
||||||
USBL,"United States Basketball League, Inc.",United States,,Conglomerates,
|
USBL,"United States Basketball League, Inc.",United States,,Conglomerates,
|
||||||
United States.AX,Uraniumsa Limited,Australia,,Industrial Metals & Minerals,
|
|
||||||
US2.BE,"USG CORP. DL-,10",Germany,,,
|
US2.BE,"USG CORP. DL-,10",Germany,,,
|
||||||
US1.F,"Ultratech, Inc.",France,,,
|
US1.F,"Ultratech, Inc.",France,,,
|
||||||
URXZD,TENTH AVENUE PETROLEUM CORPORAT,United States,,,
|
URXZD,TENTH AVENUE PETROLEUM CORPORAT,United States,,,
|
||||||
@@ -22474,7 +22472,6 @@ O3X2.F,AAN Ventures Inc,France,,,
|
|||||||
D94417.CR,DP04947-0011,Venezuela,,,
|
D94417.CR,DP04947-0011,Venezuela,,,
|
||||||
ENV.CR,ENVASES VENEZOLANOS S.A.,Venezuela,,,
|
ENV.CR,ENVASES VENEZOLANOS S.A.,Venezuela,,,
|
||||||
BVF.DU,VALEANT PHARMACEUT. INTL,Germany,,,
|
BVF.DU,VALEANT PHARMACEUT. INTL,Germany,,,
|
||||||
CUnited StatesN.IS,Cuhadaroglu Metal Sanayi ve Pazarlama A.S.,Turkey,,,
|
|
||||||
PUM9.L,Puma VCT 9 plc,United Kingdom,,,
|
PUM9.L,Puma VCT 9 plc,United Kingdom,,,
|
||||||
RAP1V.HE,Rapala VMC Corporation,Finland,,,
|
RAP1V.HE,Rapala VMC Corporation,Finland,,,
|
||||||
VIS.BE,"VISCOFAN SA INH. EO 0,70",Germany,,,
|
VIS.BE,"VISCOFAN SA INH. EO 0,70",Germany,,,
|
||||||
@@ -29715,12 +29712,10 @@ AK1.SG,AMETEK INC. Registered Shares D,Germany,,,
|
|||||||
SRT.DE,Sartorius Aktiengesellschaft,Germany,,Scientific & Technical Instruments,
|
SRT.DE,Sartorius Aktiengesellschaft,Germany,,Scientific & Technical Instruments,
|
||||||
0G29.L,Semperit Aktiengesellschaft Holding,United Kingdom,,,
|
0G29.L,Semperit Aktiengesellschaft Holding,United Kingdom,,,
|
||||||
0IPT.L,Akastor ASA,United Kingdom,,,
|
0IPT.L,Akastor ASA,United Kingdom,,,
|
||||||
United StatesK.IS,United Statesk Seramik Sanayi A.S.,Turkey,,,
|
|
||||||
0NCV.L,Lenzing Aktiengesellschaft,United Kingdom,,,
|
0NCV.L,Lenzing Aktiengesellschaft,United Kingdom,,,
|
||||||
0OK7.L,Akka Technologies,United Kingdom,,,
|
0OK7.L,Akka Technologies,United Kingdom,,,
|
||||||
1AKA.BE,"AKER SOLUTIONS ASA NK1,08",Germany,,,
|
1AKA.BE,"AKER SOLUTIONS ASA NK1,08",Germany,,,
|
||||||
AK2.BE,"AK STEEL HLDG",Germany,,,
|
AK2.BE,"AK STEEL HLDG",Germany,,,
|
||||||
United StatesS.IS,United Statess Yatirimlar Holding A.S.,Turkey,,,
|
|
||||||
0QBM.L,Alior Bank S.A.,United Kingdom,,,
|
0QBM.L,Alior Bank S.A.,United Kingdom,,,
|
||||||
T1W.HM,Aktiengesellschaft Tokugawa,Germany,,,
|
T1W.HM,Aktiengesellschaft Tokugawa,Germany,,,
|
||||||
0OIU.L,Arctic Paper S.A.,United Kingdom,,,
|
0OIU.L,Arctic Paper S.A.,United Kingdom,,,
|
||||||
|
|||||||
|
Can't render this file because it is too large.
|
Reference in New Issue
Block a user