Merge pull request #4125 from karies/noPreparedStatements
Make PgSQL happy: ActiveRecord::StatementInvalid: PG::ProtocolViolation
This commit is contained in:
commit
121820b118
|
@ -16,6 +16,7 @@ development:
|
||||||
# re-generated from your development database when you run "rake".
|
# re-generated from your development database when you run "rake".
|
||||||
# Do not set this db to the same as development or production.
|
# Do not set this db to the same as development or production.
|
||||||
test:
|
test:
|
||||||
|
prepared_statements: false
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
database: discourse_test
|
database: discourse_test
|
||||||
min_messages: warning
|
min_messages: warning
|
||||||
|
|
Loading…
Reference in New Issue