You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With JabRef 5.15 on PostgreSQL 15.1 I get a strange error when trying out the example code (I cut the output down to the part I think is relevant):
Traceback (most recent call last):
File "C:\Users\glaes\.conda\envs\jabref_python_3.9\lib\site-packages\sqlalchemy\engine\base.py", line 1967, in _exec_single_context
self.dialect.do_execute(
File "C:\Users\glaes\.conda\envs\jabref_python_3.9\lib\site-packages\sqlalchemy\engine\default.py", line 941, in do_execute
cursor.execute(statement, parameters)
psycopg2.errors.UndefinedColumn: column ENTRY.type does not exist
LINE 1: SELECT "ENTRY"."SHARED_ID" AS "ENTRY_SHARED_ID", "ENTRY".typ...
At first I thought it was the schema search path but I think I can rule that out now....
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi,
I am testing in a Conda environment with:
With
JabRef 5.15
onPostgreSQL 15.1
I get a strange error when trying out the example code (I cut the output down to the part I think is relevant):At first I thought it was the schema search path but I think I can rule that out now....
Any suggestions?
The text was updated successfully, but these errors were encountered: