Ticket #70 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

Let's get rid of :origin in query()

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

Description

Why the hell do we have this?

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

We could be a little bit more pushy and ask people to use a .sql extension, and then just automagically know the difference between query("select * from foo") and query("foo.sql") .

And if you don't want to drink our kool-aid, you can always just do: query(File.read("FURUPORT"))

Change History

09/10/06 22:26:18 changed by sandal

fixed in changeset:199

09/10/06 22:26:25 changed by sandal

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