Grégory

Results 10 comments of Grégory

MySQL 8 implements 3 new functions : BIN_TO_UUID(), UUID_TO_BIN() and IS_UUID() I think, these functions could be used to display a readable UUID. But how to know if the binary...

Check constraints also exists for MariaDB since version 10.2.1, before this version the keyword is ignored. I haven't tested it, but I guess it's already possible to use it in...

Tried with severals apps. Most of the case (not to say always), the size is preserved. But not always the position.

@buschjost After downloading the universal version `sqlformat_0.0.1-darwin-universal`, `shasum`does not return the same value as specified in your post above `765c13b57d4156349d7c6563952774fcbce261c8862135a7bb73f40ad0c3693a`?

@Jason-Morcos can not reproduce with SA 3.4.2., has it been fixed ?

I haven't been able to reproduce it, but I don't have a VPN, I'm using a remote connection with SSH Tunnel. When my remote connection is closed, SACE (3.5.0) asks...

@Jason-Morcos @Kaspik I took a look at this issue, but I found this in the code : ``` // Opens a sql file and insert its content into the Custom...

Well, it's not so simple. With the `break`, only the first file is taken into account. Without the `break`, only the last file. This is because the contents of the...

Currently only one file can be processed and there is no UI or else to control the order. It has to be done.