Ticket #189 (closed defect)

Opened 15 years ago

Last modified 15 years ago

Some SQL column types aren't recognised when parsing result data

Reported by: d.j.gurnell@… Owned by: jaymccarthy
Priority: major Milestone:
Component: jaymccarthy/sqlite.plt Keywords:
Cc: Version: (4 2)
Racket Version: 4.2.0.2

Description

Hi Jay,

I'm updating Snooze to SQLite.plt 4.2. I'm getting problems parsing data from columns defined as:

REAL
VARCHAR (x)
CHARACTER VARYING (x)

I can change the default Snooze column types to be FLOAT and TEXT, but users' existing databases will still have the old types in them.

Cheers,

-- Dave

Change History

Changed 15 years ago by jaymccarthy

  • status changed from new to closed

I've fixed it in the upcoming version of sqlite.plt

Note: See TracTickets for help on using tickets.