Ticket #455 (new defect)

Opened 2 years ago

Last modified 2 years ago

pandora's sqlite3.import.scm file tries to import synch

Reported by: ckeen Owned by: chust
Priority: major Milestone:
Component: extensions Version: 4.6.x
Keywords: Cc:

Description

The import statement for pandora's sqlite3.import.scm file is wrong. Has this been written manually?

Why is synch there needed?

Change History

Changed 2 years ago by felix

  • milestone 4.7.0 deleted

Changed 2 years ago by felix

I removed the import libraries, since it is definitely incorrect to add them to the egg sources. The problem is likely to be that the author didn't want to have dependencies on sqlite3 AND postgresql (and all other future DB APIs). I'm not sure how to address this.

Changed 2 years ago by felix

One solution would be to detect installed database eggs in the .setup script and compile the appropriate wrappers. This means, some DB egg must be installed before pandora can be compiled.

Note: See TracTickets for help on using tickets.