I’m just wandering is  this a real name of table? can you spell it?
 
 
 
  
>Среда, 10 ноября 2021, 19:14 +03:00 от Joseph Boakye <[email protected]>:
> 
> 
>I made the change to my local copy of Pg.pm and that seems to have fixed it:
>---snip
>my $query_table = $table;
> 
>->$query_table =~ s/["]{2}/"/g;
>->my  @Args = ($query_table);
> 
> 
>my $schemawhere;
>if (length $schema) {
>-- snip
> 
> 
>Error:
>INSERT into " public.best!Tab le@Ever2$%^& ()_+{}:'""?/.>,<~ 4" (" 
>(id)$mipublic.lk'","""""''""""2--","not$%^& () 
>_+{}:'""?/.>,<~nice","""""""""3'","""""''""""++") VALUES (?, ?, ?, ?, ?)
>DBD::Pg::db last_insert_id failed: Could not find the table " public.best!Tab 
>le@Ever2$%^&*()_+{}\:'""?/.>,<~ `4" [for Statement "
>SELECT i.indisprimary,
>COALESCE(
>-- this takes the table name as text, not regclass
 

Reply via email to