8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00
This is a mirror of the firebird repo on github. It is not intended for use as a working repo. This repo is resync'ed with github every thirty minutes.
Go to file
arnobrinkman 9fd6b59750 Fix bug: "arithmetic exception, numeric overflow, or string truncation" on VIEW after restore.
This was caused if VIEW1 was referenced in VIEW2, but VIEW2 was restored before VIEW1.
Due that the calculated dbkey_length stored in RDB$RELATIONS for VIEW2 is wrong.
After all relations are restored a recalculation of dbkey_length for VIEWs is done.

This fix should also be added in the first release (SP ?) after FB1.5 final.
2004-01-09 22:34:09 +00:00
builds Update MSVC7 makefiles. Use VS2003 since nobody else is obviously using VS7 makefiles. To build with original VS.NET use one of the available converters (I fixed up VSPC to be able to convert Firebird projects, for example) 2004-01-08 17:15:28 +00:00
doc More Win32 1.5 -> HEAD synchronisation. Updated documentation regarding gds32.dll and instclient.exe 2004-01-03 12:32:46 +00:00
examples clean a bit this old example 2003-09-09 11:08:04 +00:00
generated Trying to solve the CVS error in generated directory 2003-09-02 00:12:19 +00:00
lang_helpers Update codes 2003-10-27 22:07:31 +00:00
src Fix bug: "arithmetic exception, numeric overflow, or string truncation" on VIEW after restore. 2004-01-09 22:34:09 +00:00
autogen.sh downgrade autoconf requirement to 2.56 2003-11-10 11:25:05 +00:00
ChangeLog nightly update 2004-01-07 23:07:28 +00:00
clean.sh Correction 2003-08-06 15:41:19 +00:00
configure.in Fix Posix build after 2004-01-07 00:31:32 +00:00
Makefile.in A bit better way to pass target over to sub-makefile 2003-07-15 10:49:57 +00:00