Re: [sqlite] SQLite 3.21 on IBM Mainframe - z/OS

2017-12-26 Thread mbezzi
Quick update: The -qdll compiler option, needed to enable dynamic extensions, causes problems with some SQLite commands. Removing it fixes those problems. For the time being I've removed the option and I will continue to test. Thank you, mario On 12/25/2017 10:08 PM, Mario Bezzi wrote:

[sqlite] SQLite 3.21 on IBM Mainframe - z/OS

2017-12-25 Thread Mario Bezzi
Hello, SQLite 3.21 autoconf (sqlite-autoconf-321.zip) compiles and runs successfully on z/OS 2.2 with few minor modifications which I would like the developers to consider for integration into the code base. Namely: 1 - In sqlite3.c, in the code section coming from tokenize.c, the