pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Pharo SQL3 does not run in windows 10 #21

Closed gabrielo33 closed 4 years ago

gabrielo33 commented 4 years ago

i have loaded the project with this script

Metacello new 
    repository: 'github://pharo-rdbms/Pharo-SQLite3/src';
    baseline: 'SQLite3';
    load 

and then i run the tests

image

can you help me.

astares commented 4 years ago

Runs fine for me on Windows10.

Definitely a local problem of your machine. Looks like the SQlite3 DLL is not found (as all are red). Click on the red icon to debug a test case to see the details.

Please check:

You can use official SQlite3 files, compile yourself or use the precompiled DLLs from the project: https://github.com/pharo-rdbms/Pharo-SQLite3/tree/master/bin/windows

gabrielo33 commented 4 years ago

@astares thank you for help. it works now SQL3