spanner / radiant-reader_group-extension

This is now included in the reader extension and remains here only for old users.
spanner.org/radiant/groups
7 stars 5 forks source link

boolean not supported by postgres db on heroku #4

Open catmando opened 13 years ago

catmando commented 13 years ago

public is declared type boolean in the database table.

somewhere there is some sql with (public = 1) in the sql, and you get an error that = is not defined for boolean and integer.

changed public to integer and all is well