Ticket #460 (closed defect: wontfix)

Opened 12 years ago

Last modified 12 years ago

(open ...) should accept a string

Reported by: anonymous Owned by: jaymccarthy
Priority: major Milestone:
Component: jaymccarthy/sqlite.plt Keywords:
Cc: Version: (5 1)
Racket Version:

Description

"Contact only accepts a path" is the problem, not the solution. You wrote that contract. But it's clear that you're going to make sure that your open call only accepts a path, despite the fact that every other open call in racket takes a path or a string.

Yay for you!

Change History

Changed 12 years ago by jaymccarthy

  • status changed from new to closed
  • resolution set to wontfix

You should use the db library that comes with Racket rather than this if you want new features and changes. For example, it uses path-string? rather than path? in its open contract. This library is deprecated.

Note: See TracTickets for help on using tickets.