mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 03:49:19 +02:00
fcl-db: tests: fix malformed character in string literal
git-svn-id: trunk@39004 -
This commit is contained in:
parent
1edf2d3cd0
commit
c790556358
@ -1006,7 +1006,7 @@ begin
|
|||||||
with TSQLDBConnector(DBConnector).Query do
|
with TSQLDBConnector(DBConnector).Query do
|
||||||
begin
|
begin
|
||||||
sql.clear;
|
sql.clear;
|
||||||
sql.append('insert into FPDEV2 (plant,sampling_type,batch,sampling_datetime,status,batch_commentary) values (''ZUBNE PASTE'',''OTISCI POVRINA'',''000037756'',''2005-07-01'',''NE ODGOVARA'',''Ovdje se upisuje komentar o kontrolnom broju..............'')');
|
sql.append('insert into FPDEV2 (plant,sampling_type,batch,sampling_datetime,status,batch_commentary) values (''ZUBNE PASTE'',''OTISCI POVRŠINA'',''000037756'',''2005-07-01'',''NE ODGOVARA'',''Ovdje se upisuje komentar o kontrolnom broju..............'')');
|
||||||
ExecSQL;
|
ExecSQL;
|
||||||
|
|
||||||
sql.clear;
|
sql.clear;
|
||||||
|
Loading…
Reference in New Issue
Block a user