Summary
pandora's sqlite3.import.scm file tries to import synch
Metadata
- Id: 2860decb18f0b9cf4e084404f2e345962f987302
- Trac id: 455
- Type: defect
- Reporter: ckeen
- Owner: chust
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.6.x
- Changetime: 2013-05-25 16:05:28 UTC
- Created: 2010-12-16 12:26:20 UTC
- Keywords:
Description
The import statement for pandora's sqlite3.import.scm file is wrong. Has this been written manually?
Why is synch there needed?
Changes and comments
[2011-02-03 11:04:21 UTC] felix removed milestone 4.7.0
[2011-05-02 14:33:43 UTC] felix wrote:
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.
[2011-05-02 14:34:46 UTC] felix wrote:
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.
[2013-05-25 16:05:28 UTC] chust changed status from new to closed
[2013-05-25 16:05:28 UTC] chust set resolution to fixed
[2013-05-25 16:05:28 UTC] chust wrote:
This problem is not present in the trunk version of pandora.