Simon Waddington

Results 11 comments of Simon Waddington

@esatterwhite > URL safe, readable, easy to parse, easy to construct for clients, and compliant with relevant http specs. But it doesn't really handle complex queries such as the example...

I'm inclined to agree, although they do say the `price=(lt=10)` is just an abbreviation for the parenthetical version - which I think it would be better to stick with always....

Sorry, didn't realize you were going to approve as is. Amended with guess*guess and fixed another instance of the same problem.

Had the same problem and output - I have MFA but also tried with another Google account that has a regular password but isn't @gmail.com but is a personal domain....

I see that this could cause an inconsistency with your pretty generate since the standard iso8601 output does not include fractional seconds so accuracy would be lost in parsing and...

Same problem as OP with downloadable code, not the code direct from GH. Thanks for creating this - looking forward to when it is working smoothly. I wonder why Google...

I've since found that Play has a way to customize how evolutions work. This issue comment gives the basic idea of how a customized implementation of the `EvolutionsApi` interface could...

See https://github.com/JSQLParser/JSqlParser/issues/698 This is most frustrating... will your work on https://github.com/olavloite/spanner-jdbc/pull/127 have any impact on this or does all source still have to go through the problematic JSQLParser ?

Thanks for the quick workaround Knut. Does the entire query have to be unparameterized, or do you mean it is only a problem if the array index is itself unparameterized?...

I had to revert to using your driver as the Simba driver was not compatible with connection pools in Scala Play (all kinds of multi-threading corruption issues occurred). So I...