Vlad Khorsun
Vlad Khorsun
> ISQL really can show 0 for NOT NULL field with NULL value. For an experiment it's better to choose other default value. Just repeated script with default `123` and...
Why do you think that addition of fields is related with record corruption ? > It’s better to return the infamous "object is in use" error than to keep the...
Thanks, I've downloaded DB and it helps to identify the problem.
The fix is not obvious and still in development.
With all respect to the job done: - why you need MinGW build for Firebird ? - who else need it ? - who will support it ?
I will not object if it: - will be supported - there is no promises and no answer on my question so far, - will not interfere main Windows build....
> more generic question to be answered - accept ports or not? Do we need more ports - yes, why not. Do we need unsupported ports - I doubt it....
> For `inet.cpp`, `protocol.cpp` and `remote.cpp`, GCC will error out because `COMPRESS_DEBUG` is not defined. How it builds on Linux then ?
> Maybe Linux adds `-DCOMPRESS_DEBUG` on its `CXXFLAGS`? I didn't check.. I'm sure - no. This is for DEBUG, as it name implies ;)
> Checks in files must be changed to `#if defined(COMPRESS_BUILD) && COMPRESS_BUILD > 1` instead. Cite syntax rule that requires it. I found none. And it builds will all supported...