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
A partial solution for this is on the way, that covers only the first case. There are currently two problems with the second case (i.e. COPY file2 IN sub.: 1) the copy resolver has no knowledge of the actual content of an included file; 2) this form of the COPY statement currently is not supported by the parser/prepocessor anyway.
- Much improved logging system
- EXEC SQL WHENEVER support
- New formats for "connection strings", including an ocesql-compatible one
- The MySQL driver now links against (and ships with) the MariaDB client libraries
- PostgreSQL client library (libpq) has been updated
- Binary dependencies are now installed with vcpkg (on Windows)
- autoconf can now also build on MinGW
- Fixed memory problems and misc warnings (merged PRs by @GitMensch)
with SMPINC.cpy residing in the same directory as the source file.
Note: this also applies to files found via
-I
. If a givenCOPY file1.
is found in "/some/i_path" and that file itself has
this one should be searched first in "/some/i_path/sub".
The text was updated successfully, but these errors were encountered: