Mike
Mike
We also sometimes see this error in Oracle environments (possibly related: https://github.com/mkleehammer/pyodbc/issues/489) It only ever happens in case of a DB error (e.g. missing column, missing table), never when retrieving...
pyodbc 4.0.17: ``` test_pyodbc3 4734-3d24 ENTER SQLExecDirectW HSTMT 0x00000000053F26C0 WCHAR * 0x0000000004F401B8 [ 16] "select from dual" SDWORD 16 test_pyodbc3 4734-3d24 EXIT SQLExecDirectW with return code -1 (SQL_ERROR) HSTMT 0x00000000053F26C0...
But I use the exact same setup in both cases, the only thing different is the pyodbc version. As you can see, in 4.0.17 the error message is ``"[Oracle][ODBC][Ora]ORA-00936: Ausdruck...
It may be undefined, but it is always reproducible. No problems with pyodbc 4.0.17 and lower, and always these extra characters with pyodbc 4.0.18 and higher. So something must have...
Thanks for your reply. It was a bad configuration on our part, we put the wrong gwhost in the gateway section, it's all working now. Closing issue.
https://jsbin.com/qogoxiweko/1/edit?html,js,console,output ``` var container = document.getElementById('viz'); var items = new timeline.DataSet({ type: { start: 'ISODate', end: 'ISODate' } }); var subgroupOrderFn = function (a,b) { console.log("subgroupOrderFn", a.subgroup, b.subgroup, a.subgroup.charCodeAt(0) -...
Since upgrading from cheroot 8.4.6 to 8.5.1 we're also experiencing the same (or at least a very similar) issue both under Linux (SLES15 64bit) and Windows (10 64bit). We've encounterd...
The hotfix released as 8.5.2 seems to fix the issue, at least AFAICT (using the code provided by sanderjo in this issue's first post as well as using the new...
> If value of to/from property is undefined, it's displayed to match the left/right border of the gantt chart, and a "?" icon is shown to the user (Same position...
> Until someone posts an ODBC trace of this scenario it's hard to say concretely what is the problem. Here you go. ```python cnxn = pyodbc.connect(ora_conn_str) print(sys.version) # 3.9.7 (tags/v3.9.7:1016ef3,...