Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance of MySQLDriver did not understand #queryEncoding #17

Open
laszloszolnoki opened this issue Dec 22, 2021 · 0 comments
Open

Instance of MySQLDriver did not understand #queryEncoding #17

laszloszolnoki opened this issue Dec 22, 2021 · 0 comments

Comments

@laszloszolnoki
Copy link

laszloszolnoki commented Dec 22, 2021

Environment:

  • Windows 10 64 bit
  • Pharo 9
  • Pharo-MySQL installed with:
    Metacello new
    repository: 'github://pharo-rdbms/Pharo-MySQL';
    baseline: 'MySQL';
    load

(Note that package 'MySQL-Glorp' did not load, installed it manually.)

  • Glorp installed with:
    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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant