-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JabRef3.5 Export into external SQL-database issues Error Unknown column 'afterword' in 'field list' " #1707
Comments
We completely reworked the database code. We now offer concurrent editing at the database. Unfortunately, the schema had to change completely. Please try the most recent recent build at: https://builds.jabref.org/master/ A documentation is in preparation at JabRef/blog.jabref.org#1 |
Thanks so far for the update. Unfortunately the Oracle DBMS Driver is With version 2.11 it is working fine. net.sf.jabref.shared.DBMSConnector - Oracle-Driver not available Am 10.08.2016 um 12:01 schrieb Oliver Kopp:
Michael Freude Institute of Medical Technology Hamburg University of Technology Am Schwarzenberg-Campus 3 1.046 21073 Hamburg Fon: +49 (0) 40 42878 2196 Fax: +49 (0) 40 42878 4693 14:50:52.145 [AWT-EventQueue-0] WARN net.sf.jabref.logic.l10n.Localization - Warning: no message translation for "The text after the last line starting with # will be used" for locale de 14:50:52.148 [AWT-EventQueue-0] WARN net.sf.jabref.logic.l10n.Localization - Warning: no message translation for "The text after the last line starting with # will be used" for locale de -------------- x64 Version : 10:21:42.310 [AWT-EventQueue-0] INFO net.sf.jabref.importer.OpenDatabaseAction - Opening: C:\Users\Michael\Downloads\2016-8-9_bibtex-2016-2000-all.bib |
That means, you could connect to Oracle using the 2.11 version? |
Yes, I'm able to connect to a remote database and to export the whole I checked it via sql console at the remote system and also with MS I also can import it back from the remote sql-server by using an empty JabRef Version 2.11 © 2003-2015 Am 10.08.2016 um 16:10 schrieb Oliver Kopp:
Michael Freude Institute of Medical Technology Hamburg University of Technology Am Schwarzenberg-Campus 3 1.046 21073 Hamburg Fon: +49 (0) 40 42878 2196 Fax: +49 (0) 40 42878 4693 |
I'll close this as we do not support old 3.x versions actively. We created a help page on migrating data from pre-3.6 databases: https://help.jabref.org/en/SQLDatabaseMigration The missing Oracle driver is not an issue if you use Postgres or MySQL. Please also check the latest build at https://builds.jabref.org/master/ and Postgres: In this combination, JabRef offers live update in case more than one client is connected. Please contact me in case you have issues with the 3.6 or 3.7dev version. |
JabRef 3.5 windows nt (unknown) 10.0 x86 Java 1.8.0_25 latestst downloads from yesterday 08/09/2016 JabRef_windows_3_5.exe and JabRef_windows-x64_3_5.exe
Steps to reproduce:
throws the following execption:
"com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'afterword' in 'field list' "
Please advise if there is a walkaround.
Unfortunately I'm not able to fix this bug.
Thanks
The text was updated successfully, but these errors were encountered: