Base and Snow Leopard

As I don’t have one of those (expensive) subscriptions to Apple’s Dev Centre, today has been the first chance to test Base on Snow Leopard (10.6). So far everything seems to work ok, but if anyone comes across any new oddities since upgrading, please let me know. You can either add a comment below or send an email.

Permalink

4 Responses to “Base and Snow Leopard”

Base is working well in nearly all cases on Snow Leopard.

But I have run into one issue. If I alter a table, I’m getting two ” instead on one ‘. For instance, changing the value from ‘0′ to ‘0.0′ in an alter table. Then after I alter the table every thing gets the ”0.0” instead of ‘0.0′ .

That is when I was changing the default value in alter table.

Hi John. Is this when you alter the default value of a column? If so, I’ve fixed that bug now ready for the next release.

Yes, that is the bug.

I’m in schema. There is a gear icon in the lower left portion of the window. From the popup button, I chose “Alter…” while one of the tables is selected. I changed one of the default values, then hit apply. It produces the double quotes for the entire column.

Good to hear about the fix. Many thanks!

Leave a Reply