Closed mcmikecreations closed 1 year ago
TVPs weren't supported with Npgsql 2.0, but it might be possible to fully support them now. I'll take a look.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@jonwagner was there any progress on this issue?
Any updates?
PG15 appears to support TVPs (see 38.5.3 here: https://www.postgresql.org/docs/current/xfunc-sql.html#XFUNC-SQL-FUNCTION-ARGUMENTS)
It is unclear if Npgsql supports TVPs. For MSSQLServer, this required database-specific code.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the feature
I have noticed that the page about the PostgreSQL provider hasn't been updated since 2015. Has this been fixed yet? This is a pretty common feature and I require it in the project I am working on. If not, is there a way around this issue to pass an array of values to a stored function?
Is this feature related to a problem, describe
Here's the code that I use.
SQL
C
Error