Ticket #69 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

ERb in SQL file loads.

Reported by: sandal Assigned to: sandal
Milestone: Keywords:
Cc:

Description

I should be able to have a file like:

  select * from <%= @foo %>

and then be able to do something like this

  @foo = "bar"
  query("something.sql",:origin => :file)

and have it fill in the ERb

Change History

09/12/06 16:31:50 changed by sandal

  • type changed from task to enhancement.

09/14/06 20:51:37 changed by sandal

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