This project is archived and is in readonly mode.

#170 ✓resolved
eagleas

PostgreSQL: update rake tasks to use full settings from database.yml - bugfix

Reported by eagleas | May 12th, 2008 @ 09:30 AM

After http://github.com/rails/rails/co... commit in db:test:purge, drop_database on configuration with schema_search_path broken:

rake aborted!

PGError: ERROR: schema “my_schema” does not exist

: SET search_path TO my_schema

When we connect to 'template1' database only for delete *_test database, we do not have there "my_schema".

In patch we do not apply schema if database is default 'template1'.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Pages