Project

General

Profile

Actions

Bug #2756

open

Single quote characters from data are not escaped when performing inserts

Added by Chad Burt about 17 years ago. Updated about 14 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
datamanager
Target version:
Start date:
02/01/2007
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2756

Description

recieved this error:
DatabaseLoader.run(): Error message: ERROR: syntax error at or near "only"
regarding this line:
INSERT into ... calm','"adrift; CTD dropped to 100' only; slight breeze"'

It seems that if a single quote is present within the data being entered it is not escaped. On this line "only" is seen as a postgres command since "100'" came before it.

Actions

Also available in: Atom PDF