Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] fix for extended attribute form and MySQL

Subject: COmanage Developers List

List archive

Re: [comanage-dev] fix for extended attribute form and MySQL


Chronological Thread 
  • From: Benn Oshrin <>
  • To: Scott Koranda <>
  • Cc:
  • Subject: Re: [comanage-dev] fix for extended attribute form and MySQL
  • Date: Tue, 27 Sep 2011 11:33:02 -0700

I don't think we can get away with that since we have booleans in other contexts and we'll need a general fix. (And the fix could end up being that we need to roll back the migration to ADODB/AXMLS.)

This issue could be how ADODB represents a boolean in MySQL vs how Cake does it. We should figure that out and then bang our heads against the wall.

On 9/27/11 10:52 AM, Scott Koranda wrote:
Hi,

See https://bugs.internet2.edu/jira/browse/CO-175

I tried to massage the schema but PostgreSQL didn't like it so
instead I coerced the form to display a checkbox even if MySQL
has tinyint(4) for the data type of the 'indx' column.

Can I commit the code?

Thanks,

Scott




Archive powered by MHonArc 2.6.16.

Top of Page