You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to simply load this project with Glorp, but unfortunately, I'm unable to do so :(
When I load using this order I have an Iceberg exception "MetacelloConflictingProjectError: Load Conflict between existing BaselineOfGlorp [baseline] from github://pharo-rdbms/glorp and BaselineOfGlorp [baseline] from github://pharo-rdbms/glorp:v9.0.6/" :
...and after I try to load manually "Glorp" packages:
I have this error:
Warning: Package *SQLite3-Glorp depends on the following classes:
DatabaseDriver
You must resolve these dependencies before you will be able to load these definitions:
SQLite3Driver
SQLite3Driver>>#basicExecuteSQLString:
SQLite3Driver>>#basicExecuteSQLString:binding:
SQLite3Driver>>#beginTransaction
SQLite3Driver>>#commitTransaction
SQLite3Driver>>#connect:
SQLite3Driver>>#connectionClass
SQLite3Driver>>#initialize
SQLite3Driver>>#isConnected
SQLite3Driver>>#logout
SQLite3Driver>>#rollbackTransaction
SQLite3Driver>>#rowCount
So how to load Glorp+Pharo-SQLite3 with Glorp package correctly ?
How to integrate that in my project baselineOf ?
I have a naive approach to try to make it as clear as possible for beginners.
Thanks :)
The text was updated successfully, but these errors were encountered:
Hi,
I'm attempting to simply load this project with Glorp, but unfortunately, I'm unable to do so :(
And this is not possible to proceed the loading...
...and after I try to load manually "Glorp" packages:
I have this error:
So how to load Glorp+Pharo-SQLite3 with Glorp package correctly ?
How to integrate that in my project baselineOf ?
I have a naive approach to try to make it as clear as possible for beginners.
Thanks :)
The text was updated successfully, but these errors were encountered: