FHIR Chat · SQL · pascal

Stream: pascal

Topic: SQL


view this post on Zulip Torgeir Amundsen (Oct 22 2019 at 16:36):

Hello, do you know if there are any technical limitations with the Firebird SQL server that makes it hard to implement it as an alternative to the existing database choices in the project? If so, I could try to ask if the Firebird developers are interested to implement the needed changes in a future version.

view this post on Zulip Grahame Grieve (Oct 22 2019 at 17:11):

to support a database server you need to do 2 things
- make arrangements for connecting to the server (e.g. ODBC or something else?)
- update the SQL that the server uses to work with firebird. That's just painful and slow

view this post on Zulip Grahame Grieve (Oct 22 2019 at 17:12):

I'd accept PRs on this but I don't see the need, myself. MySQL+ MSSQL meets all the needs I have or know about


Last updated: Apr 12 2022 at 19:14 UTC