acciente / oacc-db

Contains the SQL DDL scripts to create the OACC database tables for each supported database.
http://oaccframework.org
Apache License 2.0
7 stars 3 forks source link

Change database name in create_database script for mysql to upper case #1

Closed mpujari closed 8 years ago

mpujari commented 8 years ago

Make changes to database or schema for all the DB's to have consistent case, i.e. while executing the scripts on Ubuntu for Mysql create_tables.sql fail as the database name in the script is specified as upper case and where as in create_database script we have created the DB with lower case.

Can we check for all other scripts and DB to have database and schema to be consistence naming.

mpujari commented 8 years ago

Just realized its enough to make the Mysql database to be case-in-sensitive.

Can we have a note of this some where so that people get to know about this issue or make all the scripts in one case.

fspinnenhirn commented 8 years ago

Mahesh, we've just pushed out a release that includes consistent database schema names across all scripts.

Thanks for bringing this to our attention!

mpujari commented 8 years ago

:thumbsup: @fspinnenhirn