gl-bars

Results 7 comments of gl-bars

Fixed in the active branch in commit (https://github.com/gl-bars/basket/commit/647b7368600ec191bfe8440e831543cf97797f0d#diff-02a5c822dac3211b227f53f928b2ef67)

This must have been fixed by now in https://github.com/gl-bars/basket/tree/basket-gleb

I have fixed this (gl-bars/basket@38a7028dc5968b169c49604b9f193758c0676ea0)

This was fixed in commit 7f1cdda7b6 (see my branch https://github.com/gl-bars/basket/tree/basket-gleb)

CREATE DATABASE/CREATE TABLE queries use COLLATE utf8_bin, the same could be used in scMySQLConfig: ``` --- a/src/dData.lfm +++ b/src/dData.lfm @@ -811,7 +811,7 @@ object dmData: TdmData '' '# Use UTF-8...

There is a ticket for adding mysql 8 component: https://bugs.freepascal.org/view.php?id=34257

It works if I apply this quick fix: ```diff --- /opt/vagrant/embedded/gems/gems/vagrant-2.4.9/plugins/providers/virtualbox/driver/version_5_0.rb 2025-08-21 10:17:12.000000000 +0300 +++ /opt/vagrant/embedded/gems/gems/vagrant-2.4.9/plugins/providers/virtualbox/driver/version_5_0.rb 2025-11-09 15:00:44.094768133 +0200 @@ -286,6 +286,7 @@ end execute("list", "vms", retryable: true).split("\n").each do |line|...