This project is archived and is in readonly mode.
Add db:charset task support for PostgreSQL
Reported by Sebastian A. Espindola | July 6th, 2008 @ 11:31 PM | in 2.x
The db:charset tasks works only with MySQL.
This ticket modifies the PostgreSQL connection adapter adding support for obtaining the database encoding
Comments and changes to this ticket
-
Tarmo Tänav July 7th, 2008 @ 01:21 AM
- Tag changed from activerecord to activerecord, patch
Solid patch, but there are a couple of minor complains. Firstly, it would be nice to format the SQL consistently, so "SELECT", "FROM", "WHERE" should all be capitalized. And secondly, please don't add empty lines and trailing whitespace (git should also warn about it).
+1 if those two are adressed
-
Sebastian A. Espindola July 8th, 2008 @ 05:17 AM
- no changes were found...
-
Sebastian A. Espindola July 8th, 2008 @ 05:20 AM
- Tag changed from activerecord to activerecord, patch
Done. I've uppercased all the SQL commands and eliminated the unnecesary newlines.
New patch uploaded.
Thanks.
-
Repository July 14th, 2008 @ 04:13 AM
- State changed from new to resolved
(from [0176e6adb388998414083e99523de318d3b8ca49]) Added db:charset support to PostgreSQL. [#556 state:resolved]
Signed-off-by: Pratik Naik
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>