manticore-projects

Results 472 comments of manticore-projects

> What kind of true fallback do you mean? I assume, it refers to the fact that everything returns `VALID` unless it has been implemented explicitly. Like the example above...

> So how should an annotated toString method look like? If we can't use Java Annotations inside a method, then maybe we would need to introduce switch-methods `validFor( RDBMS('Oracle', '12')...

> > > What kind of true fallback do you mean? > > > > > > I assume, it refers to the fact that everything returns `VALID` unless it...

> Again I don't see it as a code duplication but a test framework so to say. And my assumption was, that both (toString, deparser) have their merits while developing....

Greetings! Thank you for reporting, you are right: `WITH ... AS ( ... )` has been implemented as `WITH ... AS ( SELECT ... )` only (because this the normal...

Greetings, there is no specific implementation (because it is not really our concern), however you can safely create a distinct fingerprint by: 1) parsing your SQL with JSQLParser 2) de-parsing...

@wumpz is right of course: For the purpose of execution plans, when Deparsing, you could rewrite all `Values` (String, Date, Double) with `Parameters`, before you hash.

Closed, since no further question has been asked.

Greetings. I think its this one: `current_timestamp(0)` -- current_timestamp needs to be whitelisted as keyword so it can be interpreted as a function name. There is a 6 month old...

What I can do: I can update the PR to reflect the latest release and then you can give it a try.