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
Is your feature request related to a problem or challenge?
As mentioned in #13936 (comment) as part of #13936 the implementation of sqllogictest.rs with the sqlite changes has resulted in a file with far too many #[cfg(feature = "postgres")] and should be refactored to extract out the postgresql functionality to a separate file.
Describe the solution you'd like
A new file postgres_container.rs is added which contains the postgresql functionality formerly in the sqllogictest.rs file
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
As mentioned in #13936 (comment) as part of #13936 the implementation of sqllogictest.rs with the sqlite changes has resulted in a file with far too many
#[cfg(feature = "postgres")]
and should be refactored to extract out the postgresql functionality to a separate file.Describe the solution you'd like
A new file
postgres_container.rs
is added which contains the postgresql functionality formerly in the sqllogictest.rs fileDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: