8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00
Commit Graph

19140 Commits

Author SHA1 Message Date
robocop
132eedb7a6 Misc. 2005-08-12 08:05:53 +00:00
fsg
1698d395a0 increment build number 2005-08-11 02:17:18 +00:00
fsg
a7b400a76e nightly update 2005-08-11 02:17:14 +00:00
hvlad
e788209547 increment build number 2005-08-10 19:32:46 +00:00
dimitr
5082777097 increment build number 2005-08-10 14:47:44 +00:00
dimitr
49a2c3ca81 increment build number 2005-08-10 14:47:43 +00:00
dimitr
7a343b8162 Moved the Services API into the engine on threadable platforms. 2005-08-10 14:47:42 +00:00
dimitr
2deaa4f1fd increment build number 2005-08-10 14:47:04 +00:00
dimitr
4def3428cd increment build number 2005-08-10 14:46:19 +00:00
dimitr
b0e58f3e48 increment build number 2005-08-10 14:45:37 +00:00
dimitr
0d4789fbf1 increment build number 2005-08-10 14:43:06 +00:00
dimitr
3133aa3c4a increment build number 2005-08-10 14:39:04 +00:00
dimitr
fb41422b3c increment build number 2005-08-10 14:39:03 +00:00
hvlad
8e901aed96 increment build number 2005-08-10 13:36:43 +00:00
hvlad
08c8843d5c Correction 2005-08-10 13:36:42 +00:00
aafemt
2dff99f601 increment build number 2005-08-10 04:42:24 +00:00
aafemt
94d1b55a01 Remove isc_ipc from platform files after it was added to main list 2005-08-10 04:42:23 +00:00
hvlad
a9562e1318 increment build number 2005-08-09 11:07:14 +00:00
hvlad
32c9ab020e increment build number 2005-08-09 08:19:18 +00:00
hvlad
a9f0893065 increment build number 2005-08-09 08:00:43 +00:00
hvlad
8b3d4274c5 increment build number 2005-08-09 07:30:43 +00:00
alexpeshkoff
ff398ed9c5 increment build number 2005-08-09 06:51:46 +00:00
alexpeshkoff
23430bf2c3 applied Renato's patch - makes it successfully buildable on freebsd 2005-08-09 06:51:43 +00:00
kkuznetsov
b200373bcc increment build number 2005-08-09 06:51:30 +00:00
kkuznetsov
3c12c30fc5 Making icu debug build of icu when building debug FB 2005-08-09 06:51:25 +00:00
alexpeshkoff
b88efcd7af increment build number 2005-08-09 06:46:59 +00:00
alexpeshkoff
e2f58e69f5 fixed posix CS build 2005-08-09 06:46:56 +00:00
alexpeshkoff
4eecdac869 increment build number 2005-08-09 06:39:09 +00:00
alexpeshkoff
7471c19964 avoid g++ warning 2005-08-09 06:38:46 +00:00
fsg
12f33a5248 increment build number 2005-08-09 02:23:22 +00:00
fsg
f50060b6f4 nightly update 2005-08-09 02:23:13 +00:00
arnobrinkman
0bcaeab2e9 increment build number 2005-08-08 22:17:47 +00:00
arnobrinkman
c3f9c5bebc Some more cost based calculation. Fine-tunning will follow 2005-08-08 22:17:40 +00:00
alexpeshkoff
374a9a33c7 increment build number 2005-08-08 13:47:35 +00:00
alexpeshkoff
7eeb60267d Applied suggested by Dmitry changes with some additions, this should be OK for both linux and MinGW 2005-08-08 13:47:25 +00:00
paul_reeves
96de85907d increment build number 2005-08-08 13:22:47 +00:00
paul_reeves
61371d9f45 Don't include embeddable client tools in Win32 distribution packs. 2005-08-08 13:22:34 +00:00
alexpeshkoff
abc163c7b5 increment build number 2005-08-08 11:20:31 +00:00
alexpeshkoff
991e84ec26 fixed utils build - such way of adding isc_ipc to lockprint anyway bad 2005-08-08 11:20:18 +00:00
alexpeshkoff
c50c84beb8 increment build number 2005-08-08 09:56:55 +00:00
alexpeshkoff
4d182bc6fb fixed posix build 2005-08-08 09:56:29 +00:00
fsg
e9981cabc9 increment build number 2005-08-07 02:24:38 +00:00
fsg
d11e8c1002 nightly update 2005-08-07 02:24:11 +00:00
dimitr
04aeb6021c increment build number 2005-08-06 05:36:43 +00:00
dimitr
d58a557d63 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:36:30 +00:00
dimitr
273fbb7483 increment build number 2005-08-06 05:29:55 +00:00
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
dimitr
b57b7b1e34 increment build number 2005-08-06 05:26:11 +00:00
fsg
51fcda105c increment build number 2005-08-05 02:27:34 +00:00
fsg
74c8a9483b nightly update 2005-08-05 02:27:26 +00:00