Open ntoenk1186 opened 8 years ago
thanks, sounds good. will dig into why pgsql errors out for NOT NULL whereas mysql seems to be alright
Hi, I'm interested in installing polr over PostgreSQL too. I'm a DBA and not a developper though. Maybe I can help on what I'm good at :)
MySQL usual "fixes" data without returning errors. I don't know what is generated as a schema in both databases, but MySQL accepts inserting null into a not-null column… many of these are documented here http://sql-info.de/mysql/gotchas.html#1_1 . Most other SQL databases (Oracle, PostgreSQL, DB2, SQL Server) would reject those insertions, as they violate the not null constraint.
Hi,
I currently used PostgreSQL in my project. When I try to setup
Polr
using PostgreSQL, I found some query error. There are :admin
account :I've created pull request #223 to solve the error above and also I've put some code to support user
DB_CONNECTION
between MySQL (default) and PostgreSQL.regards.