Closed r-work closed 1 year ago
It seems to add an extra single quote at the end which causes syntax error, like the following example (note the single quote after the text type):
text
CREATE TABLE public.global_settings ( id BIGINT NOT NULL, time_format TEXT DEFAULT 'HH:mm'::text' )
https://github.com/martinjw/dbschemareader/releases/tag/2.8.0.0
It seems to add an extra single quote at the end which causes syntax error, like the following example (note the single quote after the
text
type):