Ticket #419 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

[PATCH] merb_sequel/sqlite sessions broken

Reported by: joshbmatthe..@mac.com Assigned to: wayneesegu..@gmail.com
Priority: major Milestone: 0.4.2
Component: Plugin: Sequel Keywords: sqlite, sessions
Cc:

Description

Migrations fail. Starting merb server fails. Dogs and cats, living together; mass hysteria!

My patch is below.

Attachments

sqlite_patch.diff (183 bytes) - added by joshbmatthe..@mac.com on 01/07/08 18:03:16.
Diff Patch

Change History

01/07/08 18:03:16 changed by joshbmatthe..@mac.com

  • attachment sqlite_patch.diff added.

Diff Patch

01/07/08 18:24:54 changed by joshbmatthe..@mac.com

  • summary changed from merb_sequel/sqlite sessions broken to [PATCH] merb_sequel/sqlite sessions broken.

01/08/08 06:42:31 changed by wayneesegu..@gmail.com

  • owner set to wayneesegu..@gmail.com.
  • status changed from new to assigned.

Are you using merb_sequel 0.4.3 and the latest sequel/sequel_model?

01/08/08 06:43:18 changed by wayneesegu..@gmail.com

Also be sure that you are using trunk merb not 0.4.2

Let me know.

01/08/08 17:49:13 changed by joshbmatthe..@mac.com

I am on the latest and greatest: merb_sequel = 0.4.3, sequel = 1.0, sequel_model = 0.2 and I just verified this patch against trunk.

In the other ORM plugins, table_name uses the "merb_" prefix, but Sequel was left out in the cold. So sad.

01/08/08 17:53:22 changed by joshbmatthe..@mac.com

And of course I only now noticed I named my patch file with a misleading and deceptive name. Seems my mind was elsewhere; most likely a pint. I promise the patch is just as useful regardless of the name.

01/08/08 19:48:15 changed by e.@brainspl.at

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

(In [1214]) fix merb_sequel session store closes #419 [joshbmatthe..@mac.com]