-
## Issue Description
Hi, community I'm facing this issue while working with `oracledb` using `typeorm`.
Getting this error `NJS-018 invalid ResultSet` while calling `oracledb.ResultSet.getRow(…
-
I add and arg in the client:
$client->insert('MyWorker', { msg => "Hello" });
And to get "Hello" out of the server I need to do:
my $arg = $job->arg;
warn $arg->{arg};
Not $a…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
jfinal_cms version:5.1.0
JDK version : jdk-8u351
The ActionEnter class is instantiated in the index method of the /ueditor route
![image](https://user-images.githubusercontent.com/52622597/2180…
-
Traceback (most recent call last):
File "/Users/KGQA_Version.Amme/QASystemOnMedicalKG-AmmeRevision/build_medicalgraph.py", line 346, in
handler.create_graphnodes();
File "/Users/KGQA_Versi…
-
We see a lot of queries sitting idle in DB but no query string. And they have been running for hours. We use Hikari connection pool in our Scala - Play Framework app.
And our app is throwing th…