cant confirm; cant reproduce.
AkInstaller uses numeric(1) for booleans by the way.
You said:
Postgres treats a boolean as a boolean (mysql treats it as a small int). It seems like active record is trying to save it as an int rather than a boolean.
I said:
AkInstaller uses numeric(1) for booleans by the way.
So, if you use AkInstaller/migrate to create your tables, there should be no problem. You're right: Akelos - right now - uses int's for booleans, and therefore creates numeric-columns for postgre (instead of using the boolean-type). (we're faking mysql-behavior on postgre.)
(I'm half way through a fix/commit for this and other related issues, BTW.)
1 to 5 of 5