Sergey Brykulskii
Results
1
comments of
Sergey Brykulskii
same issue for mssql https://github.com/dimitri/pgloader/blob/096992acbce448290cafbaa944b5144ba97a04a6/src/pgsql/pgsql-create-schema.lisp#L410 Change `|| pg_get_serial_sequence(quote_ident(nspname) || '.' || quote_ident(relname), quote_ident(a.attname)) || ''')::regclass limit 1), 1) from only '` to `|| pg_get_serial_sequence(quote_ident(nspname) || '.' || quote_ident(relname), a.attname) ||...