Ravenal

Results 27 comments of Ravenal

It's almost been 1 year since any progress, can we get an update on this bug? This is actually a breaking change when I cannot properly use this library with...

This still doesn't work, I wrapped it as a string and it will not update. The LOG shows the Update Statement example: ```sql UPDATE `address` SET `line2`=?,`lat`=?,`long`=? WHERE `id` =...

This still will not work with 3.9.2. It calls the update statement, but nothing actually changes.

If I use pure connection.query instead of connection.execute it runs and works as expected. Even if I convert the bigint to an String value using this code ... ```js await...

@ephys this looks good however there is a small issue. If it is a datatype it should extend all the other data types as on MYSQL you can specific the...

We are getting this same issue and I get this as an output `[error] (Parsing) Found incorrect type for field 'wait_reply' in class Alert. Expected 'one of [show, hide]', found...

Thanks for the reply! So basically I would just use something like what you suggested and only expose what I want?

Perfect thanks! Yeah I don't want to expose any of the UE stuff and if I do it'll be a wrapper to expose only what needed...

Do you have a version that works for 4.27.2? For some reason I have spent over 5 hours trying to get the plugin built and keep getting failures.

I tried to use the build the plugin steps but it just doesn't want to do it's work everytime I try to build from the modules it fails, and manual...