Home » RADICORE development » Bug Reports » v 1.35 - Inconsistent SQL files (Bug Report)
v 1.35 - Inconsistent SQL files [message #1318] |
Mon, 28 April 2008 12:51  |
ljkbrost
Messages: 59 Registered: April 2006
|
Member |
|
|
Hi,
After downloading version 1.35, there is a minor annoyance with the MySQL data files for the Menu. The data was exported with the line "USE menu" which forces the data to be imported into the menu table even if that's not what you want.
For example:
mysql -u root -p radicore_v134_menu < radicore/menu/sql/mysql/menu-scheme.sql
Will create the menu into the database 'radicore_v134_menu'. While
mysql -u root -p radicore_v134_menu < radicore/menu/sql/mysql/menu-data.sql
Will fail or insert data into the wrong table because of the "USE menu" directive in the sql file.
This problem does not happen for the other databases workflow, dict, or audit. It's a minor annoyance as you have to edit the file if you are using databases with prefixes.
Cheers,
Kyle Brost
----
www.softelephant.com
|
|
|
Goto Forum:
Current Time: Fri Jul 11 22:09:34 EDT 2025
Total time taken to generate the page: 0.09740 seconds
|