-
Notifications
You must be signed in to change notification settings - Fork 189
Using ref_system_id fields without ticks causes incompatibility with MariaDB #178
Comments
--- spo_database_cache.h 2017-02-06 15:18:47.481447620 -0500 #define SQL_INSERT_SPECIFIC_REFERENCE_SYSTEM "INSERT INTO reference_system (ref_system_name) VALUES ('%s');" |
I think the merging of PR #186 fixed this on Apr 12, 2016 |
As already noticed in issue #132 ref_system_id field is now a system column in MariaDB. Therefore it should be used with backticks. My issue is an addition to #132 - not only code should be corrected, but also /schemas/create_mysql.
Until this is corrected, Barnyard2 is UNUSABLE with MariaDB, which is one of the leading database servers today. Please consider fixing it.
The text was updated successfully, but these errors were encountered: