Fix changes in the PCRE (wxRegEx template)

Были проблемы при выполнении pgScript.
This commit is contained in:
lsv 2023-08-02 11:48:02 +05:00
parent d5388d72d7
commit 06c0c71bc3
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ pgsRecord pgsString::record() const
// Try to find the representation of a record in the string
{
wxString element(wxT("(\"([^\"\\\\]|\\\\.)*\")|((-|[a-zA-Z0-9\\+\\.])+)"));
wxString element(wxT("(\"([^\"\\\\\\\\]|\\\\.)*\")|((-|[a-zA-Z0-9\\+\\.])+)"));
wxString data(m_data);
wxRegEx regex1(wxString() << wxT("^[[:space:]]*\\([[:space:]]*(")
<< element << wxT(")[[:space:]]*([,][[:space:]]*(")