You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Noticed the following two issues when using pgsanity:
pgsanity seems to throw an error on the first line in this SQL code:
\set start 1234
delete from x where y >= :start;
Also doesn't seem to catch syntax errors in plpgsql code block:
DO $zzz$
dsafdsf
BEGIN
update test set id=4 where city='def';
END
$zzz$ LANGUAGE plpgsql;
The text was updated successfully, but these errors were encountered:
bhaskar2khaneja
changed the title
Doesn't work with psql meta-commands?
Doesn't work with psql meta-commands & pgplsql syntax?
Jan 30, 2019
bhaskar2khaneja
changed the title
Doesn't work with psql meta-commands & pgplsql syntax?
Doesn't work with psql meta-commands & plpgsql syntax?
Jan 30, 2019
Hi! Noticed the following two issues when using
pgsanity
:The text was updated successfully, but these errors were encountered: