grishka / Smithereen

Federated, ActivityPub-compatible social network server with friends, walls, and groups.
The Unlicense
385 stars 30 forks source link

Add sqldialects.xml #76

Closed broadwaylamb closed 1 month ago

broadwaylamb commented 1 month ago

…so that Intellij IDEA is aware of the SQL dialect used in schema.sql.

grishka commented 1 month ago

Hmmm. Does this only work with Idea Ultimate? I'm using Community I've never had it ask me what kind of SQL it is.

Also, I don't usually edit that file manually, I dump it from my database on localhost

broadwaylamb commented 1 month ago

Does this only work with Idea Ultimate?

I indeed use Ultimate, so this may be true.

broadwaylamb commented 1 month ago

Also, I don't usually edit that file manually, I dump it from my database on localhost

Does that mean that it would make sense to automate dumping it and maybe verify on CI that this file is up-to-date?

grishka commented 1 month ago

No, I prefer to do it manually