Ondřej Žára

Results 503 comments of Ondřej Žára

First of all, it is generally a bad idea to rely on anything included in the generated `*.js` files (such as `repo6`). These names are automatically created by `tsc` and...

I agree that the simplicity of sharing a map in a server-less way via a URL is tempting. On the other hand, what are the real expectations here? What map...

That is unfortunate. The linked version is, however, totally out of my reach/control. Perhaps @bharatpatil can provide some insight?

This tools works on a database level. There are no M:N relationships at this level; if you conceptually need M:N, you must add a third table, converting it to a...

> Also, Can we place some arrow to show the direction of the relationship between the tables? That is basically what the linked issue is all about :-)

Well as far as I know, there is no implementation. The (open) issue discusses what and how shall be implemented, but nobody merged such feature into WWW SQL Designer yet.

Rendering these arrows would almost certainly happen in https://github.com/ondras/wwwsqldesigner/blob/master/js/relation.js, in methods `redrawNormal` and `redrawSide`. You will want to implement them only in the `this.owner.vector` branch, as SVG is nowadays supported...

Well, I have no idea what is the _industry standard_ way of doing that, but a relation line typically connects a primary key field with another which is not a...

> I think the indentation change is unnecessary. Right, please, submit only the throbber change.

I agree with those use cases that are mentioned (group-apply of certain features). However, the invariant of *exactly ony node being selected all the time* is quite hard-coded in the...