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
session := GlorpBookDescriptorSystem sessionForLogin: login. *GlorpBookDescriptorSystem is subclass of DescriptorSystem
session login. >>> Instance of MySQLDriver did not understand #queryEncoding
The text was updated successfully, but these errors were encountered:
Environment:
Metacello new
repository: 'github://pharo-rdbms/Pharo-MySQL';
baseline: 'MySQL';
load
(Note that package 'MySQL-Glorp' did not load, installed it manually.)
Metacello new
repository: 'github://pharo-rdbms/glorp';
baseline: 'Glorp';
load.
Evaluated:
login := Login new
database: MySQLPlatform new;
username: 'root';
password: '';
host: '';
port: '3306';
databaseName: 'test'.
accessor := DatabaseAccessor forLogin: login.
accessor login.
accessor isLoggedIn. >>> true
session := GlorpBookDescriptorSystem sessionForLogin: login. *GlorpBookDescriptorSystem is subclass of DescriptorSystem
session login. >>> Instance of MySQLDriver did not understand #queryEncoding
The text was updated successfully, but these errors were encountered: