Kjell Rilbe

Results 20 comments of Kjell Rilbe

I strongly agree. The external table format is really bad for any real world usage, at least for any data that's difficult to encode into fixed-width char fields. The external...

See also issue #2995 . I think adding CSV format support to external tables would be a better solution, but adding `load data infile` and `select into outfile` (with same...

There's a huge difference in effort between "import/export CSV using built-in SQL features" and "authour your own CSV implementation as a UDR to import/export CSV". If such a UDR were...

Still a workaround that adds work, both in terms of figuring out how to do it and in terms of actually doing it.

Alright, I understand. Not so easy to fix then. I can live with it. :-)

Are there ANY plans to implement this feature? I am now in a situation where I need to rename a table containing about 30 million records and three indices. As...

Den 2021-03-05 kl. 11:27, skrev Luciano Mendes: > > Hi @Jdochoa > > Indexes created for Primary/Unique/Foreign keys are automatically > named by firebird when users do NOT name them...

Den 2021-03-05 kl. 12:37, skrev Luciano Mendes: > > Hi @krilbe > > There is no difference between what you call "implicit" and "explicit" > indexes. They are all stored...

I'm sure there are more pressing issues, but I would be really happy if this got fixed. I assume it would be a simple thing...? :-)

Understood, with respect. I am VERY rusty when it comes to C++ so fixing it myself doesn't seem realistic. I'll just wait. :-)