Tim Haynes
Tim Haynes
On Tue, 27 Oct 2020 at 01:35, johnwick42n wrote: > I'm looking to generate a subgraph which the query engine traverses > through to validate an ASK query. > >...
On Tue, 27 Oct 2020 at 16:32, johnwick42n wrote: > Isn't that just a SELECT or CONSTRUCT? > > What do you think the SELECT query would look like that...
On Tue, 26 Jan 2021 at 10:05, Jakub Klímek wrote: > When a variable name starts with ú, e.g. > > select * where {?ú ?p ?o} LIMIT 100 >...
Hi, Pleasantly easy to fix: you haven't linked against `-liodbc`. There would have been an error at the end of `python2.7 setup build` to say as much (unless you have...
Hi, High Sierra here says: ``` zsh, psammite 10:50am tim/ % pkgutil --file-info /usr/lib/libiodbc.dylib volume: / path: /usr/lib/libiodbc.dylib pkgid: com.apple.pkg.Core pkg-version: 10.13.2.1.1.1512157600 install-time: 1515012284 uid: 0 gid: 0 mode: 755...
@keitherskine ``` cnxn = pyodbc.connect('dsn=my_dsn', rdbms='postgres') ``` Please, no. ODBC has DSNs already for a reason.
Hi, Two things. First, could you make it run `trace_on('exec');` before starting your test and post the resultant log, if not too huge? Second, is any more of the java...
Thanks for that - good to see the SQL queries as they happen. We'll hopefully have a look into it in the next few days.
Development are now looking into it. We'll keep you posted.
Hi, We have investigated. JDBC not required. The GPF occurs when looping the SQL queries in two (or more) threads. The problem comes when one thread is performing a DML...