Ruby on Rails: SQLite3 to PostgreSQL null date?

NULL and '' (the empty string) are different things. Some databases, like MySQL and apparently SQLite, allow you to treat them as the same thing, but they are not. '' is not a valid date.

PostgreSQL won't accept another common MySQL-ism 0000-00-00 either; watch out for that in case you're used to using that as a placeholder or "invalid" value.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions