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
Redshift doesn't support OID these casts, so we do OID lookup through the pg_proc table and add type 'name' as an alias for 'text'.
Also clean up the type map generation, so that only arrays are separated and all other types can be registered.
Fixesged#369
#330 appears to break redshift. It doesn't like the
::text
part.cannot cast type regproc to character varying
Here's an example of a commit in another project that removes
::text
casting in order to support redshift. npgsql/npgsql@5c7f266Monkeypatching this method to revert to the old implementation fixes the issue in our codebase.
Original comment #330 (comment)
The text was updated successfully, but these errors were encountered: