Bugs: Browse | Submit New | Admin

[#29395] Bug with views

Date:
2011-10-04 10:47
Priority:
3
Submitted By:
Caimán De la Ciénaga (caimanes)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Bug with views

Detailed description
Aplication fails when you have any view in your database.

Can you change file database.rb, recompile and upload the exes?

You must change the line 14 for this:
result = database_handle.execute("SELECT table_name FROM information_schema.tables WHERE table_schema = '#{@name}'
AND upper(table_type) <>'VIEW'")

This modification avoid the wiew comparation.

Thanks! 

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
database.rb Download

Changes:

Field Old Value Date By
File Added5305: database.rb2011-10-05 10:36caimanes