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
postgresql_query: deprecate and remove script related options and return values in favor of using postgresql_script module in community.postgresql 3.0.0:
SUMMARY
Relates to #188
Relates to the discussion in #180 (comment)
postgresql_query
: deprecate and remove script related options and return values in favor of usingpostgresql_script
module in community.postgresql3.0.0
:path_to_script
andas_single_query
query_list
andquery_all_results
The rough plan is:
postgresql_query
module about deprecation of thepath_to_script
andas_single_query
options and related ret values. The warning will ask users to use thepostgresql_script
module postgresql_query: deprecate script related options and return values #190postgresql_query
module postgresql_query: deprecate script related options and return values #190postgresql_query
andpostgresql_script
tomodule_utils/postgres.py
and import them from there.The text was updated successfully, but these errors were encountered: