Taylan Kammer
Taylan Kammer
I'm using jTDS in an Android application and if I interrupt a background thread running a query, it crashes my app with the following trace: java.util.concurrent.TimeoutException: net.sourceforge.jtds.jdbc.JtdsStatement.finalize() timed out after...
Support for anonymous unions in structs was just added. Similarly, anonymous structs in unions should also be supported.
The file `tests/setup.py.in` passes an `include_dirs` but no `library_dirs` argument. This caused `ld: -lrecode not found` errors while I was building under GNU Guix. Adding `library_dirs=['../src/.libs']` fixed the issue. (A...
It seems function-literal indentation is not properly handled in some cases. Examples include function-literals in arrays, and assignment to the result of a function call with a function-literal argument: ```...