Korinne Adler
Korinne Adler
Oh no, just the HTTP server config.
Yeah, this is one of the shortcomings of XMLSERVICE. It works very well for scalar and record-oriented data, but variable length unstructured data is harder for it to deal with...
@bjeromeHCS I have updated the README.md with build instructions. There may still be issues with the special character escaping as @jimoibm mentioned. https://github.com/IBM/xmlservice#building-from-source
@jimoibm I did some searching on various tools and could not get one to convert it so I think we need to hand-convert it. Besides, I think a lot of...
Personally, I think XMLSERVICE is too oriented around compile-time customization. This may have made sense long ago before IBM started shipping it. Since we did start shipping it, we've encouraged...
This is way more complicated than the Jenkins build, though the Jenkins build is more complicated on the backend (ie you need Jenkins set up).
> I agree. Though one benefit of the GH actions approach is that it can build a release and publish it to the GitHub release. Jenkins can probably do that...
Changes here: https://github.com/IBM/xmlservice/compare/create-release?expand=1 Creates 3 XZ-compressed save files: - xmlservice.savf.xz: includes just the programs and service programs for XMLSERVICE - xmlservice-tests.savf.xz includes just the tests, making it easy to run...
@Rohit-Parte I don't think any maintainers has access to that driver/database to recreate. Can you please provide ODBC traces of it working and failing? See https://github.com/markdirish/node-odbc#debugging for details on how...
@NattyNarwhal AFAICT they only use SQL_DATA_SOURCE_READ_ONLY since they want to support ODBC 2-only drivers and SQL_ATTR_CONNECTION_DEAD is ODBC 3.5 (and the comments claim some drivers implement it improperly, which for...