8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +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
dimitr 6494351243 Fixed a number of issues for Dialect 1 and Dialect 3 (string arithmetics) + some cleanup.
The issues are:
1) '1.5' / '0.5' doesn't work in Dialect 1
2) avg ('1.5') doesn't work in Dialect 1
3) 5 * '1.5' produces INT result instead of DOUBLE PRECISION in Dialect 1
4) sum ('1.5') produces NUMERIC(15, 2) result instead of DOUBLE PRECISION in Dialect 1
5) - '1.5' doesn't work in Dialect 1
6) '1.5' * '0.5' and '1.5' / '0.5' are not forbidden in Dialect 3
2005-08-06 05:29:31 +00:00
builds Rename collation BO_BO to BS_BA - per Fikret request 2005-08-05 01:53:40 +00:00
doc no message 2005-07-23 12:48:12 +00:00
examples Bring the instructions up to date 2005-03-01 14:42:27 +00:00
extern First step switching to sun threading of icu 2005-08-04 11:40:21 +00:00
generated Trying to solve the CVS error in generated directory 2003-09-02 00:12:19 +00:00
lang_helpers Fixed misplaced error messages in gfix. For example, if you do 2005-07-31 01:06:20 +00:00
src Fixed a number of issues for Dialect 1 and Dialect 3 (string arithmetics) + some cleanup. 2005-08-06 05:29:31 +00:00
acx_pthread.m4 Use GNU autoconf macros to determine switches required to generate threaded binaries properly 2004-10-04 05:23:56 +00:00
autogen.sh Merge INTL branch into HEAD 2005-05-27 22:45:31 +00:00
ChangeLog nightly update 2005-08-05 02:27:26 +00:00
configure.in Set default for x86 linux to build with editline 2005-08-04 12:33:44 +00:00
Makefile.in A bit better way to pass target over to sub-makefile 2003-07-15 10:49:57 +00:00