Ticket #192 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] add postgres support to merb_sequel connection.rb

Reported by: dan.heidebrec..@gmail.com Assigned to:
Priority: major Milestone: 0.4
Component: Plugin: Sequel Keywords:
Cc:

Description

there is currently no merb_sequel postgres support in connection.rb

i added it with some default values.

file is: lib/merb/orms/sequel/connection.rb

patch is for revision 648 - attached.

Attachments

connection.rb_648.patch (0.9 kB) - added by dan.heidebrec..@gmail.com on 09/18/07 17:34:41.
patch to connection.rb revision 648
merb_sequel_connection.patch (1.6 kB) - added by kevw..@gmail.com on 09/22/07 19:42:21.
patch for postgresql support with encoding

Change History

09/18/07 17:34:41 changed by dan.heidebrec..@gmail.com

  • attachment connection.rb_648.patch added.

patch to connection.rb revision 648

(in reply to: ↑ description ) 09/22/07 19:41:36 changed by kevw..@gmail.com

Replying to dan.heidebrec..@gmail.com:

there is currently no merb_sequel postgres support in connection.rb i added it with some default values. file is: lib/merb/orms/sequel/connection.rb patch is for revision 648 - attached.

I'm attaching my patch from the same day, which has encoding support. Hopefully a merge of the two will work for everyone.

09/22/07 19:42:21 changed by kevw..@gmail.com

  • attachment merb_sequel_connection.patch added.

patch for postgresql support with encoding

09/24/07 11:56:16 changed by jam..@plainprograms.com

  • status changed from new to closed.
  • resolution set to fixed.

(In [686]) Add PostgreSQL support to merb_sequel, closes #192