This project is archived and is in readonly mode.

#771 ✓resolved
azimux

postgresql 8.3 doesn't like single quoted role names in the OWNER clause

Reported by azimux | August 7th, 2008 @ 12:18 PM | in 2.1.1

postgresql does not like single quoted role names for the OWNER clause

This bug prevents me from being able to create the test database successfully when doing rake test. To reproduce this simply try running rake test on any rails app while using postgresql. It might require a recent version to expose the bug. I am running 8.3.3

The fix is trivial, unquoting the ownername, but I've attatched a patch anyways

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>

Referenced by

Pages